Just looking for a bit of clarification if this is supposed to happen with Strategy Builder custom orders. (OnBarUpdate).
Works perfectly fine on Playback. Also SIM seems to be pretty solid for the most part. Had it do it a couple of times after 20-30 trades. But on an Apex account, it becomes a much bigger issue.
Trying to set multiple profit targets on Builder. Not sure if this is just a limitation of submitting custom orders on Builder or possible bug. Made a video that explains what I'm seeing.
https://drive.google.com/file/d/1OIN...ew?usp=sharing
- I created a bool so that we only submit the ExitStop and ExitLimit once initially after entering a trade OR once on FirstTickOfBar.
- Only one of the exit orders is actually updating. Turns the bool false and then we need to wait until a new bar.
- I can remove that bool all together and it will update after 2 price changes. However, I've noticed this also causes all sorts of issues on live accounts as well. This was done so we only submit the order the least number of times possible and prevent any other errors.
Thank you!

Comment