Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Triggering intrabar.....

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

    Triggering intrabar.....

    Hi,

    I've perused a handful of threads on this, but still don't seem to have the picture.

    EURUSD 3 Mins. I have an indicator calculating (and painting) tick by tick. However, the strategy is not triggering when trigger conditions are met.

    Condition is Indicator [0] > Indicator [1]. I can see the Indicator painting "up", which should trigger the action, but no response until the close of the following bar (ie the open of the bar after next from the "trigger" point).

    I've tried OnBarClose true and false, the Indicator (StepMa) is configured to calculate tick by tick, and I can see it painting live...

    I know this is expected in backtests (unless you create a secondary time series), but how do I persuade the strategy to recognise trigger conditions when they happen "live"?

    Rgds,

    T

    #2
    Hi tlan294, please post the strategy code you use - with CalculateOnBarClose = false your conditions for trade entry should become true intrabar...

    Comment


      #3
      Here you go...

      Strategy and indicator files attached... This one's driving me bananas! Another strange thing you will find is that the strategy enters a short position when backtesting. Only long action is scripted !?

      I expect there's something fundamental I'm missing (as usual).

      Rgds
      Attached Files

      Comment


        #4
        Hi tlan294, Thanks for posting the code. I could not see any short position taken from this strategy, only EnterLong and ExitLong as you programmed. You may want to use quicker settings for the StepMA, the ones you use produce a very unsensitive MA...

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        558 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        324 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        101 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        545 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        547 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X