average profit test block does not work in live account, but works fine in backtest
-
@jstap https://fxdreema.com/shared/t59rp7PKb
Am I correct like this, if you don't mind please edit it for me. -
@gggvvvv I answered your last post, if you can't even be bothered to put the whole project where trades are being placed, don't expect help.
-
@jstap i know you are very unhappy , i am sorry for that , i am a newbie with not much knowledge and english language is very poor , i really do not understand what you mean , even using google translate . If you can, please help me fix it so I can follow, thank you very much
-
@gggvvvv When you have things like group2 doing something nobody can assess what the EA is suppose to be doing, put a shared project doing all you would like, then what is not working can be sorted.
-
@jstap My only problem now is that when the EA meets the condition ma34 > ma89, it enters a buy order consecutively on each candle, even though the previous order has not been closed (take profit), what I want is for the EA to only enter a new order. when the previous order is closed ( take profit ) . I tried to understand what you mean, but my English is so poor, it's hard for me to understand what you mean. I really hope you can fix it for me on the project I shared. If not, thank you very much for your suggestions, and also very sorry for bothering you
-
@gggvvvv This is why I said put the complete shared project here, it is likely that you do not have the correct group numbers in your blocks, this is just a guess though because I cannot see the complete project.
-
@jstap https://fxdreema.com/shared/95hHZJyFb
this is my complete project, hope to get your help -
@gggvvvv I changed the group 1 & 2 trades to either buy or sell, on control point back test it worked as expected, the logic is if no trade, place trade and pending's, if one hits TP close and delete all, if total profit is enough close and delete all, start all again. Is this not as you want?
-
@jstap you have helped me a lot , thank you very much .
-
@gggvvvv Your welcome
-
@jstap today I checked the project you corrected on my demo account, but it still entered orders continuously, even though there were still active orders before, not closed (take profit). but when backtest it works fine according to principle. Looking forward to your help
-
@gggvvvv Put a shared project here.
-
@jstap here is my finished project edited by you , thank you very much for that , it runs perfectly on backtest . but when running on demo account it still opens new order even though previous one is still working , thanks for your help
https://fxdreema.com/shared/67fWFE6ed -
@gggvvvv I am unsure why, try setting only buy or sell in relevent blocks, normalise block id's, as you don't have that many change each ID starting at 1 so id's go in order used (roughly).
-
@jstap thank you