Manage trade
-
Hi all,
with this software i can build an EA to manage the trade that I open with mobile?
After open the position through mobile the EA insertstop loss
take profit
breakeven
trailing after 3 pipsIt's possibile?
Thanks,
tradingest -
set in your EA Magic nr to 0 and your EA can manage manually opened trades
-
Hi all,
I have created the code to manage the position after opened the position manually but if the trade is opened from mobile the code doesn't work. Why? What I forgot?
Thanks,
tradingest -
Are you sure about the "Once per trades" block? I personally never used this one in any projects I have made
Blocks such as Trailing stop and Break even should be run on every tick. I also don't like this 13-12 connection that you have. I didn't tried your latest project, but in general it doesn't look very well for me. -
Hi,
I can set same blocks for one for trade and same blocks for each tick?
Thanks,
tradingest -
"Once per trades" is a filter, it's not a driver. When you have blocks under "on Tick", each one that is on top level (no connection on top, connection from the bottom) runs on every tick. "Once per trades" counts trades and passes when it detects that few trades were created... or something like that, I honestly forgot what it does
