Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

CalculateOnBarClose = false;

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

    CalculateOnBarClose = false;

    Hi,

    On a Strategy in 220 Tick
    When CalculateOnBarClose = true;
    if (Open[0] >= Close[0]) ....
    run good

    but when CalculateOnBarClose = false;
    if (Open[0] >= Close[0]) ....
    don't run good

    my question is in 220 Tick :
    with CalculateOnBarClose = false;

    how can I obtain the instant value of Open/Close in Tick
    and not the Close[0] Value

    thanks

    Pierre

    #2
    Hi Pierre, I'm sorry but don't follow your inquiry here - what outcome do you expect to seek in COBC = false mode? Is this for backtesting or realtime trading / simulation?

    In backtesting COBC would always be 'true' - the strategy has access to the OHLCV info of the series per default only.

    Comment


      #3
      my question is
      in Realtime trading
      in 220 Tick :
      with CalculateOnBarClose = false;

      how can I obtain the INSTANT value of Open/Close in Tick
      and not the Close[0] Value

      Comment


        #4
        Pierre, Close[0] in COBC = false is the current last value. The value of the previously closed bar would then Close[1]. Same would apply to the Open.

        Comment


          #5
          OK so my problem is to get the INSTANT PnL

          in COBC = false and 220 Tick
          how can I get the INSTANT PnL ?
          (and not the PnL at the end of 220 Tick)

          Thanks

          Comment


            #6
            Have you tried GetProfitLoss() with Close[0] as ref price and running on COBC = false?

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by Geovanny Suaza, 02-11-2026, 06:32 PM
            0 responses
            672 views
            0 likes
            Last Post Geovanny Suaza  
            Started by Geovanny Suaza, 02-11-2026, 05:51 PM
            0 responses
            379 views
            1 like
            Last Post Geovanny Suaza  
            Started by Mindset, 02-09-2026, 11:44 AM
            0 responses
            111 views
            0 likes
            Last Post Mindset
            by Mindset
             
            Started by Geovanny Suaza, 02-02-2026, 12:30 PM
            0 responses
            577 views
            1 like
            Last Post Geovanny Suaza  
            Started by RFrosty, 01-28-2026, 06:49 PM
            0 responses
            582 views
            1 like
            Last Post RFrosty
            by RFrosty
             
            Working...
            X