hi, need help to convert from mql4 to mql5 : please
Files:
GANN_HILO.mq5
3 kb
Gann_Hi-lo_Activator_SSL.mq4
2 kb
GANN_HILO_EURUSDM30.png
17 kb
TIMisthebest:
hi, need help to convert from mql4 to mql5 : please
hi, need help to convert from mql4 to mql5 : please
I already change your indicator...Please check this..
int OnInit() { //--- indicator buffers mapping SetIndexBuffer(0,ssl,INDICATOR_DATA); ssl_handle=iMA(NULL,0,Lb,0,MODE_SMA,PRICE_CLOSE); ssl_handle_h=iMA(NULL,0,Lb,0,MODE_SMA,PRICE_HIGH); ssl_handle_l=iMA(NULL,0,Lb,0,MODE_SMA,PRICE_LOW); PlotIndexSetDouble(0,PLOT_EMPTY_VALUE,0); //--- return(0); }
Files:
GANN_HILO_shiri.mq5
3 kb
biantoro:
thank you very much.I already change your indicator...Please check this..
TIMisthebest:
Sorry, I already make a mistake, please check this..
HI THANK YOU , BUT THERE IS A DIFFERENT BETWEEN MT4 & MT5
I MARK IT
CAN YOU PLEASE CHECK IT
Files:
GANN_HILO_shiri.mq5
3 kb
biantoro:
Sorry, I already make a mistake, please check this..
Sorry, I already make a mistake, please check this..
hi , and thank you
but for that , the last 10 candle is missed
i change this and it be ok :
for(int i=0; i<rates_total;i++) is ok
and
for(int i=0; i<rates_total-Lb;i++) is not ok
-----------------------------------------
and for complete the indicator i add arrow
and i want to have only the first arrow for every change direction of trend
and play a sound.
like the picture attached
i send them
would you please check it
Files:
mt4.gif
18 kb
excuse me , but that is incorrect
even the base line( gold color ) is moved
Documentation on MQL5: Standard Constants, Enumerations and Structures / Objects Constants / Web Colors
- www.mql5.com
Standard Constants, Enumerations and Structures / Objects Constants / Web Colors - Documentation on MQL5
Files:
I'm not sure if this correct, because I don't understand what do you mean about the base line.
Files:

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