jdohagan :
See an example OBJ_TEXT:
Hi
Could some one please tell me how to code the following.
I want to place the maximum spread ABOVE each bar.
I can easily find the spread
double x=MarketInfo( Symbol (),MODE_SPREAD);
but don't know how to place it above the bar
Many thanks

Documentation on MQL5: Standard Constants, Enumerations and Structures / Objects Constants / Object Types / OBJ_TEXT
- www.mql5.com
Standard Constants, Enumerations and Structures / Objects Constants / Object Types / OBJ_TEXT - Reference on algorithmic/automated trading language for MetaTrader 5

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi
Could some one please tell me how to code the following.
I want to place the maximum spread ABOVE each bar.
I can easily find the spread
double x=MarketInfo(Symbol(),MODE_SPREAD);
but don't know how to place it above the bar
Many thanks