|
phoenix az
Posts: 4 since Aug 2011
Thanks Given: 0
Thanks Received: 1
|
I don’t have multicharts, I use tradestation
Tradestation has a setting called “Wait for UR Out Confirmation” before it reverses direction.
Another setting is to only allow max 1 contracts at a time in each direction.
Without platform settings mentioned above implemented, orders as close as this could be a problem even in moderate trading conditions.
Another thing in your code is
h >= entryprice+BreakEvenFactor
If this is a trailing a long entry and the bar after entry is a very long bar, the high could pull the trail level up into the bar, stopping you out, long trailing is usually done from the low of the bar.
Nevi
|