average profit test block does not work in live account, but works fine in backtest
-
please help me , my average profit test block is not working on real account , but it works fine when backtesting , thanks for your help , this is my project : fxdreema.com/shared/HWBhDILIb
-
As much as possible avoid mixing the block of pink and blue.
Since you are looping each trades using pink block. Use this:
-
@cedietradermax i fixed it according to your suggestion , did you mean like this :fxdreema.com/shared/HWBhDILIb . i want to close and delete all pending orders when average profit reach 10pip or 0.3 money .
-
depends on your strategy: deposit currency amount or %PL or pips
-
@cedietradermax https://fxdreema.com/shared/HWBhDILIb Did I correct it like that?
-
@gggvvvv
may you provide another link, it looks the same to me. -
-
-
@gggvvvv
Try this connection of block:

-
@cedietradermax thank you
-
@cedietradermax thanks for your suggestion , but it gives error on consecutive entry on each candle , i just want it to enter a new order when the previous one is closed and take profit , is there any way , please let me know
-
@gggvvvv Use on trade tab, purple trade closed by TP put you other blocks beneeth.
-
@jstap My EA enters orders continuously on each candle. but i want it to only open a new order when the previous one is closed (take profit), is there any way or block that can help me
-
@gggvvvv Have a look here, check all tabs, should give you enough to see what to do:
-
@jstap i thank you for your suggestion , but what i want is that the EA only enters a new order when the previous order is closed ( take profit ) , i have a condition that is MA34 > MA89 then the EA will enter a buy order and take profit 30pip , I want when the EA has taken profit (30pip) to enter a new order. but my EA entered consecutive orders without taking profit (30pip) it opened a new order. do you have a way to fix it?
-
@gggvvvv Yes so check the on trade tab, this is just to show you how to acheve.
-
@jstap Can I use the " for each trade " block?
-
-
@gggvvvv These blocks work better with other pink blocks, and unnecessary for this blue blocks will often do everything you need.
-
@jstap The purple blocks work well for this but the group trade needs to be placed with the correct number.