Search results

  1. R

    Filtration channel breakout

    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...
  2. R

    pyramidyng

    Yes,daily
  3. R

    pyramidyng

    O.K. let check on this exaple - If U can I want to stopped "next bar" position on today's lowest price - 1: Vars:MP(0),EntryLow(0),EntryHigh(0),StopLong(0),StopShort(0),StopPLLong(0),StopPSShort(0); MP = Marketposition; {long 2 contracts entry} If Marketposition <> 1 then begin If...
  4. R

    pyramidyng

    Flags ? What U mean?
  5. R

    pyramidyng

    Hi @ll Im looking for a formula to closed part of my position : example; {long entry} If {condition 1} then buy H + {condition2} stop; {long enrty 2) if Marketposition=1 and (condition1) then buy H + {condition2} stop; If I try to exit only the long enrty 2 and I put into the...
Back
Top