XavierAndreu

Maximo Spread

Oct 6th, 2022
385
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. //Youtube--> https://www.youtube.com/watch?v=ZSlk1F_27Cc
  2.  
  3. int spread=0;
  4.  
  5. void OnTick()
  6. {
  7. if (SymbolInfoInteger(Symbol(),SYMBOL_SPREAD)>spread)
  8. Comment(spread = SymbolInfoInteger(Symbol(),SYMBOL_SPREAD));
  9. }
Advertisement
Add Comment
Please, Sign In to add comment