all my stops set to 48.01
-
Is it possible that there is some hard coding introduced recently?
I see my usual SL change, then straight away it changes back to 48.01
I think it's within the block itself at this stage of my troubleshooting.. please check
my bots were all fine for some weeks but now all are broken..
thanks,
Simon
-
I found out of six trades.. that one had correctly set 48.01 as its stop... it seems to me that three of the others all have their stop set to the same as this one trade.. any thoughts on how that could even happen? it seems like stop bleed between the trades or something, seems impossible.. but..
-
@simonsavva As long as you are the only one facing this issue it is probably more related to how you set those stop if they're not static.
Can you provide more information or share your project? -
AFAIK there hasn't been an update in fxDreema for more than one year. On the other hand I never experienced something like that. Trader.philipps is right, could you please share your project?
-
Hi Team, this is awesome to know no updates.. so it's all my side by the sounds.
Since then I've found a rogue ontrade filter set on sells instead of buys.. so there's the bleed.
THEN I think maybe this is correct, https://fxdreema.com/forum/topic/8561/unreliable-ontrade-filter-events-on-mt5/4
-
have further solved this by actually bothering to grab the Symbol (oninit) and drop it in Specified for the Symbol filter (ontrade/ontick) in the foreach type blocks. this as made my ea's really solid in terms of sticking to their own trades.
a explanation of the Group # as a trade filter would be welcome. will continue to search for that.. all suits me for now, but would like to understand that option.. thx. Simon
-
@simonsavva You can group your trades by numbers in order to gave seperate condition per group. Afaik each group will have a technically a different magic number and hence you can trade more than 1 strategy on a chart/symbol at the same time with the same EA.
-
I spoke to early when I said it was solved.. I think perhaps I need to setup Group # but not set a number.. otherwise my other option is All Trades (Manual and Auto) is my other option.. but I think that might be faulty somehow. That said I do have the symbol specified and the type specified, so thought that would filter enough. I'll try with Group # and no number set. seems to be the default for one of the blocks so I'm hopeful.
I had my oil trade set to a stop of 3380.46, clearly the correct stop for one of the index trades.
-
Maybe sharing your project would leu us help you more easily.