Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

need help with the most simplest

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    need help with the most simplest

    I am unable to do a very simple strategy. I am almost convinced the entire thing is flawed.

    All I am trying to do is setup a buy every time current open is greater than the pervious day’s close, and exit on a trailing stop of 2.5%.

    I have tried and tried many different ways, but basically this should be very simple to do. Here are is my setup and output.

    Strategy config:

    Set1
    Open[0] > Close[1]

    EnterLong(DefaultQuantity, “”)

    SetTrailStop(“”, CalculationMode.Percent, 0.025, false)

    On the chart (attached) it is clearly doing something else.

    Any help would be welcomed!!!


    PS. I guess there is no attachment possible since I cannot produce a 39K pdf print of the chart. But trust me, it is entering buys on the open well below previous day’s close.

    #2
    Welcome to our forums, that might be the case, you just enter via a Market Order when the condtion is true, that would be executed on the open of the next bar, which could be below the previous's day's close.

    Comment


      #3
      thank you for getting back to me so quickly!

      I am using the wizard to create the stragegy.

      How do I specify limit orders in there when I dont know each day's price? I don't think I understand this.

      Also, I would think that the conditions must be met before any oders are executed, no?

      Could someone prived me a sample? I just want to execute long positions when the open is above the previous dya's close.
      Last edited by market_timer; 11-29-2010, 11:10 PM. Reason: add more stuff

      Comment


        #4
        Please take a look at the attached sample strategy from the wizard, going long with a limit order at the prior days close if the current open is higher than this value.
        Attached Files

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by charlesugo_1, 05-26-2026, 05:03 PM
        0 responses
        55 views
        0 likes
        Last Post charlesugo_1  
        Started by DannyP96, 05-18-2026, 02:38 PM
        1 response
        142 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 05-11-2026, 05:56 AM
        0 responses
        160 views
        0 likes
        Last Post CarlTrading  
        Started by CarlTrading, 05-10-2026, 08:12 PM
        0 responses
        96 views
        0 likes
        Last Post CarlTrading  
        Started by Hwop38, 05-04-2026, 07:02 PM
        0 responses
        276 views
        0 likes
        Last Post Hwop38
        by Hwop38
         
        Working...
        X