I have a question about filtration channel breakout entry.
I want to buy when the pices is highests then 40 days high, also exit when price is dropping bellow 20 days low.
Tradestation formula is:
Buy("40 day Buy â) tomorrow at Highest(High,40) stop;
if(MarketPosition = 1) then ExitLong("LongLiq")next bar at Lowest(Low,20) stop;{in Tradestation 6.0 or higher exitlong = sell}
ok...itâs simple rules....
Next , after a winning trade ( when my âCapitalâ + âNetProfitâ > âCapitalâ before) i dont want to buy 0 contracts and i want to buy after this trade with 0 positions .
Is sombody have any idea to do that?
I want to buy when the pices is highests then 40 days high, also exit when price is dropping bellow 20 days low.
Tradestation formula is:
Buy("40 day Buy â) tomorrow at Highest(High,40) stop;
if(MarketPosition = 1) then ExitLong("LongLiq")next bar at Lowest(Low,20) stop;{in Tradestation 6.0 or higher exitlong = sell}
ok...itâs simple rules....
Next , after a winning trade ( when my âCapitalâ + âNetProfitâ > âCapitalâ before) i dont want to buy 0 contracts and i want to buy after this trade with 0 positions .
Is sombody have any idea to do that?