Mehrdad Shiri:
There isn't equal function in MQL4. But if you don't want to draw a buffer in MQL4 you can use something like this:PlotIndexSetInteger(0,PLOT_SHOW_DATA,false) , its for mq5 . what is Equal for mq4 ?
SetIndexBuffer(bufferIndex,buffer,INDICATOR_CALCULATIONS); SetIndexStyle(bufferIndex,DRAW_NONE); SetIndexLabel(bufferIndex,NULL);
Alain Verleyen:
YES.thank you
Not quite true. Equivalent is :
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
PlotIndexSetInteger(0,PLOT_SHOW_DATA,false) , its for mq5 . what is Equal for mq4 ?