ok!! thank you very much Jstap. I will be testing it a little bit more in demo, but it seems to work well. Thank youuu!!!
Unsolved quick question: for each trade
-
My strategy is quite simple I think.
-
if --no trade-- then --condition-- then --once per bar-- then --buy--
-
--if trade-- then --pips away from open price--
then --once per trade/order-- then --close partially--
I do this diferent times with diferent groups, what is basically the same as doing it on time.
I only have one trade opened or no trade opened, so.... do I need to use the block "for each trade" before the "pips away from open price" to be correct??
thank you very much for the help!!
-
-
Add a shared link to look at, but pips away works without a if trade block above
-
thank you very much for your reply. Here comes the link:
https://fxdreema.com/shared/RUmoOp1ce
The EA seems to work well, is doing what I want, but reading the forum makes me think that maybe the "for each trade" block is the way to go.... I don't know... thanks!!
-
That should work let me know if something's not, the if trade works there, it just prevents your platform from doing unnecessary work, but up until there's a trade this is minimal anyway
-
ok!! thank you very much Jstap. I will be testing it a little bit more in demo, but it seems to work well. Thank youuu!!!