Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //Youtube--> https://www.youtube.com/watch?v=ZSlk1F_27Cc
- int spread=0;
- void OnTick()
- {
- if (SymbolInfoInteger(Symbol(),SYMBOL_SPREAD)>spread)
- Comment(spread = SymbolInfoInteger(Symbol(),SYMBOL_SPREAD));
- }
Advertisement
Add Comment
Please, Sign In to add comment