@jstap Can I use the " for each trade " block?
Posts made by Gggvvvv
-
RE: average profit test block does not work in live account, but works fine in backtestposted in Questions & Answers
-
Only enter a new order when the old one has taken profit, please helpposted in Questions & Answers
I want the EA to only enter a new order when the previous order is closed (take profit), I have the condition that MA34 > MA89, then the EA will enter a buy order and take profit at 30pip, I want when the EA has taken profit (30pip) then enter a new command. but my EA entered consecutive orders without taking profit (30pip) it opened a new order. do you have a way to fix it?
-
RE: average profit test block does not work in live account, but works fine in backtestposted in Questions & Answers
@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?
-
RE: average profit test block does not work in live account, but works fine in backtestposted in Questions & Answers
@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
-
is there a way for the EA to only enter a new order when the previous one is closed.posted in Questions & Answers
is there a way for the EA to only enter a new order when the previous one is closed.
-
is there a way for the EA to only enter a new order when the previous one is closed.posted in General Discussions
is there a way for the EA to only enter a new order when the previous one is closed.
-
RE: Did I connect the blocks like this correctly?posted in Questions & Answers
@l-andorrà yes, I'm sorry for the inconvenience
-
RE: Did I connect the blocks like this correctly?posted in Questions & Answers
@jstap Do you mean something like this:
https://fxdreema.com/shared/bF8r2iYL -
RE: Did I connect the blocks like this correctly?posted in Questions & Answers
Do you mean something like this:
https://fxdreema.com/shared/bF8r2iYL -
Did I connect the blocks like this correctly?posted in Questions & Answers
i have pending orders i want those pending orders to take profit on average price of 0.3 money , when taking profit will close and delete all open orders and pending orders to enter a new transaction. and i want new trades to be opened when previous ones have closed and take profit, so i use "for each position" block. Did I connect the blocks correctly?
https://fxdreema.com/shared/n6OOq1Y4c -
RE: average profit test block does not work in live account, but works fine in backtestposted in Questions & Answers
@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
-
RE: please help me fix the error when EA trades on real accountposted in Questions & Answers
@tipsywisdom I fixed the consecutive entry error on the EA by connecting the "no trade" block with the " for each postltlon " block. but EA still has error with average profit block, it doesn't lock average profit on real account, but works fine when backtesting, hope you can help me fix it https://fxdreema.com/shared/R6XjMUf2e
-
RE: average profit test block does not work in live account, but works fine in backtestposted in Questions & Answers
@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 .