Can't limit number of trades
-
I cant get my bot to respect no position block whatever sequence I set up I get multiple trades open at the same time.
this is just an example of the dozens of variations I've tried. 6 trades turns into 200 trades. this is just 1 branch. Any idea what would cause this to take the trade several times in the same bar? Also takes in following bars while trade is active. -
@toppcat1 Can share that portion of the project that you've shown in the SS?
-
will do I'm rebuilding whole bot right now will upload the bot in a couple minutes
-
https://fxdreema.com/shared/SW9mgl2te
here's a link to the bot. The strategy is well back tested basically a pullback strategy- trigger is the 4 candle hiekenashi pullback against the trend and you enter buy or sell with the trend against the pullback. the 4 candle pullback typically sets you up so yo don't hit a stop before the trend continues. I back tested with buy and sell template boxes placed on Trading view charts 3 months every 3 day period and the results were outstanding. -
never mind I worked it out. Thanks for your offer to help out. I just moved the once per bar above the condition box. now 1 trade at a time.