Coding help - page 236

 
keni:
Hello Mladen

please do you have a trade management EA or help me code one that can do the following:

1, set SL and TP, Trailing stop, hide SL from broker, percentage close, percentage gain close, max profit gain close, move SL to break even at X pips gain, can work with multiple pairs, can work with another EA on the same pair but different chart?

Try out this one : https://www.mql5.com/en/forum/175843/page2

 

Ok thanks I have dowloaded it but it does not load on the new mt4 build

 
keni:
Ok thanks I have dowloaded it but it does not load on the new mt4 build

keni

Posted an updated version at this post : https://www.mql5.com/en/forum/175843/page7

 
mladen:
keni Posted an updated version at this post : https://www.mql5.com/en/forum/175843/page7

Thanks Man for your quick response I have a few questions thou,

do I need to attach it on all the pairs am looking at?

How do I set a custom trailing?

What do I need to do If I want the stop to be at break even only?

The "close when profit" do I include the pip value or value in currency?

How do I use the magic number? I intend to use the EA on multiple pairs that already has a renko EA on them

 
keni:
Thanks Man for your quick response I have a few questions thou,

do I need to attach it on all the pairs am looking at?

How do I set a custom trailing?

What do I need to do If I want the stop to be at break even only?

The "close when profit" do I include the pip value or value in currency?

How do I use the magic number? I intend to use the EA on multiple pairs that already has a renko EA on them

keni

Please read this post https://www.mql5.com/en/forum/175843/page2 (and the thread too) for explanations. If you wish to monitor one by one magic number than you have to set up ea for each magic number (or you can use the range of magic numbers you wish to monitor). Profit is in account currency (not pips). For the rest of the details, please read the post (since a great deal is already explained there)

 
mladen:
razo

Try out this one

______________

PS: it is not the built in parabolic SAR but the one from this post https://www.mql5.com/en/forum/177358/page5 (there you will find an explanation why I used that one)

Beautiful peace of work/correction of the standard SAR. Respect !

 

Hi

This indicator plot retracement level for 38.2 only one level is it is possible to plot two level 50% and 61.8% both in different color.

Thanks in advance'

 

Hello coders!

Can 1 of you help me out with the attached indicator?

I'd like to let the indicator only count bars that closed > or < open. Now it counts closed = open including the consecutive bars.

Also i would like to be added an option to show the indicator in a seperate window instead of the chart_window.

See picture how it is shown.

Thanks in advance guys!!

Angela.

rk-sqconsecutivecandlesstatistics_v1.04.mq4

 
Angela1985:
Hello coders!

Can 1 of you help me out with the attached indicator?

I'd like to let the indicator only count bars that closed > or < open. Now it counts closed = open including the consecutive bars.

Also i would like to be added an option to show the indicator in a seperate window instead of the chart_window.

See picture how it is shown.

Thanks in advance guys!!

Angela.

rk-sqconsecutivecandlesstatistics_v1.04.mq4

Angela1985

Here you go

As of closed > or < open. What should it do in cases when it is ==? It seems as logical choice to continue the streak that was valid before the == (which are rare on 5 digit brokers)

 

Hello mladen,

Wow! Thats very fast and thank you so much for helping me!

I know that it is obvious to count it as part of the streak but for calculation purposes i needed that to be different. Thanks to you i can continue my research!

Kindest regards

Reason: