spiritforme:
1. How to place / show variable in upper right with comment syntax?
2. How to show like this in chart with comment syntax :
[...]
- Comment() (and u might want to use DoubleToStr() for doubles).
- You can try 7bit's function -> https://www.mql5.com/en/forum/125480.
Comment(
"EES-DRS_R3 \xA9 Elite E Services, Inc. - www.eesfx.com \n",
"V Speed Highest= "+DoubleToStr(VHigh,2)+"\n"+
"V Speed Lowest= "+DoubleToStr(VLow,2)+"\n"+
"EES-DRS_R3 \xA9 Elite E Services, Inc. - www.eesfx.com \n",
"V Speed Highest= "+DoubleToStr(VHigh,2)+"\n"+
"V Speed Lowest= "+DoubleToStr(VLow,2)+"\n"+
"V Speed Range= "+DoubleToStr(VHigh-VLow,2)+"\n";
This is a combination of text and variables.
I wanto to know if you can use both Trailing Stops and Fixed Stop Loss together of a particular trade order on MT4.
Somebody to help me.
6477:
What does this have to do with this thread? Search first and then open your own thread...
I wanto to know if you can use both Trailing Stops and Fixed Stop Loss together of a particular trade order on MT4.
Somebody to help me.

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... :)
I have newbie question :
1. How to place / show variable in upper right with comment syntax?
2. How to show like this in chart with comment syntax :
102
104
106
108
.
.
.
150
The vertical position
Thx