Metatrader 5 versions of indicators ... - page 22

 
mladen:

For ema extrapolated, add something like this into OnInit()

      for (int i=0;i<7; i++) PlotIndexSetInteger(i,PLOT_SHOW_DATA,false);
Thanks a lot mladen. This did the trick :-). I tried it also for other indis and it works there, too.
 

Hello. Great effort going on here to catch up with indicators for mt5. I have the impression, however, that scripts are not drawing as much attention as they should... I use on a daily basis the attached mt4 scripts but cannot find the corresponding mt5 scripts.

The "Buy_Now" and "Sell-now" scripts buy and sell at the current market price; regardless where you drop them on the chart.

The "Order_0.1.lots" script places a buy order if you drop it below current market price and a sell order if you drop it above the current market price... It automatically "knows" if you would like a sell or a buy order. A great script. You can define your own lot amount.

The "Buy_stop" and "Sell_stop" scripts are pretty much self-explanatory... They place stop orders...I use these (relatively rarely) as the "Order_0.1.lots" script does not allow me to place stop orders.

The "close_pending" and "close_open" scripts are also self-explanatory...

Does anybody have these for mt5?

 

Variation of STARC bands posted here : https://www.mql5.com/en/forum/173470/page5


 

Upgraded swing line indicator


It is made multi time frame with (usual set of) alerts now


Files:
 

Hi Mladen,

The MACD Dema indicator posted by you on this post https://www.mql5.com/en/forum/178018/page28 is good enough for me but unfortunately i can't find any version for MT5. it is possible to convert it to MT5 version?

Thanks.

 

regards,

 

Robert 

 
Roberttrader:

Hi Mladen,

The MACD Dema indicator posted by you on this post https://www.mql5.com/en/forum/178018/page28 is good enough for me but unfortunately i can't find any version for MT5. it is possible to convert it to MT5 version?

Thanks.

 

regards,

 

Robert 

I agree with you. this MT4 macd is a dream ... ;-)    Mt5 miss it... 
 
Roberttrader:

Hi Mladen,

The MACD Dema indicator posted by you on this post https://www.mql5.com/en/forum/178018/page28 is good enough for me but unfortunately i can't find any version for MT5. it is possible to convert it to MT5 version?

Thanks.

 

regards,

 

Robert 

It will be made (the dema macd part as a stand-alone macd)
 
mladen:
It will be made (the dema macd part as a stand-alone macd)
Thanks mladen looking forward.
 
baraozemo:
I agree with you. this MT4 macd is a dream ... ;-)    Mt5 miss it... 
Exactly.
 
mladen:

Upgraded swing line indicator


It is made multi time frame with (usual set of) alerts now


Where can I find mt4 version?