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 Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        648 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        369 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        108 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        572 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        573 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X