Newbie Question - How to place / show variable in upper right with Comment syntax

 

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

 
spiritforme:

1. How to place / show variable in upper right with comment syntax?

2. How to show like this in chart with comment syntax :

[...]

  1. Comment() (and u might want to use DoubleToStr() for doubles).
  2. 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"+

"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:

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.

What does this have to do with this thread? Search first and then open your own thread...
Reason: