Indicators with alerts/signal - page 749

 
samuelkanu:
Mladen is there a double top and double bottom indicator with alert or could you please make one for me? Thanks in advance

I am not aware of such indication with alerts. Anyway, since it has to check the tops and bottoms in the past, it would alert with some time delay.

Did you try this indicator https://www.mql5.com/en/forum/174983 as an example how double top and double bottom are checked?

 

Hello all!

If not very difficult to please add an alert to this indicator ( VKW Bands V2 mtf nmc)

https://www.mql5.com/en/forum/173574/page436

and to please the opportunity to set the number of bars in history (heavily loads the CPU)

thanks!

 
mort000:
Hello all!

If not very difficult to please add an alert to this indicator ( VKW Bands V2 mtf nmc)

https://www.mql5.com/en/forum/173574/page436

and to please the opportunity to set the number of bars in history (heavily loads the CPU)

thanks!

mort000

The problem of that indicator is not the indicator itself, but the indicator it calls for calculations (metro indicator). It has to be rewritten completely in order to make it lighter on CPU (now it calculates all the bars all the time, but I guess that it is done so because otherwise it would repaint - but taking a second look, even if it was rewritten it would repaint - it takes the minimum and maximum value of the whole history as it is written now - after quick inspection I am not sure that it can be corrected and to keep the same values, will have to check)

 

i was wondering , is it possible to combine all three of these indicators into one indicator with alert. alert: on an uptrend, psar is below price, ma in color_wAppliedPrice turn green and macd main line crossed the signal line and vice cersa for the downtrend and also is it possible to still show all three indicator on chart if you applied the one custom indicator..thank you in advance..

macd_histogram.mq4

ma_in_color_wappliedprice.mq4

parabolic_sar_color_-_alert.mq4

 
mladen:
I am not aware of such indication with alerts. Anyway, since it has to check the tops and bottoms in the past, it would alert with some time delay. Did you try this indicator https://www.mql5.com/en/forum/174983 as an example how double top and double bottom are checked?

Thanks mladen. Please i want this attached indicator to show arrow alert on current candle when the two rsi cross. It only shows on closed candle.

Files:
 
johnjacob:
i was wondering , is it possible to combine all three of these indicators into one indicator with alert. alert: on an uptrend, psar is below price, ma in color_wAppliedPrice turn green and macd main line crossed the signal line and vice cersa for the downtrend and also is it possible to still show all three indicator on chart if you applied the one custom indicator..thank you in advance..

macd_histogram.mq4

ma_in_color_wappliedprice.mq4

parabolic_sar_color_-_alert.mq4

johnjacob

Try one of these versions :

https://www.mql5.com/en/forum/177358/page5

https://www.mql5.com/en/forum/177358/page5

https://www.mql5.com/en/forum/177358/page6

https://www.mql5.com/en/forum/177358/page7

 
samuelkanu:
Thanks mladen. Please i want this attached indicator to show arrow alert on current candle when the two rsi cross. It only shows on closed candle.

samuelkanu

I am afraid I do not understand : that indicator foes not show any arrows

 

Hello Mladen and the other great coders in this forum, thanks for all the great work. Pls can you help to modify the IINWMARROWS ALERT indicator in the attachment of this thread to alert on current candle and only once in one direction until an opposite signal occurs. Thanks in advance.

 
emmany4:
Hello Mladen and the other great coders in this forum, thanks for all the great work. Pls can you help to modify the IINWMARROWS ALERT indicator in the attachment of this thread to alert on current candle and only once in one direction until an opposite signal occurs. Thanks in advance.

Emmany4, IINWMARROWS alert would say due to sometimes repainting nature of the indicator its's not possible.

 
mladen:
samuelkanu I am afraid I do not understand : that indicator foes not show any arrows

Yes it does not show any arrows but i want it to show arrows on main chart only instead of being on subwindow and i want the alert to have option of on current candle or closed candle because it has only closed candle alert. hope it is clearer now. Thanks for all your help.

Reason: