Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Calculate OnPriceChange not working with IB data feed on Point and Figure chart

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

    Calculate OnPriceChange not working with IB data feed on Point and Figure chart

    I am experimenting with a real-time indicator on a 1-min Point and Figure chart using IB real time data feed.

    If I try the following code in the OnBarUpdate() method, I do not see any output, even though the price updates are working fine on the chart:

    Code:
    if(State == State.Realtime)
         Print("Price change to "+Close[0].ToString());
    I have set to calculate on price change, but also tried OnEachTick, which doesn't work either. I have set IB as the preferred provider for real time data.

    Would appreciate any help on this, thanks!

    Im running NT8 B11, TWS 9562m

    #2
    Hello ours_solaire,

    Thank you for your report.

    We will test this on our end and report to development.

    Comment


      #3
      Behavior confirmed as unexpected and is reported to development.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by AttiM, 02-14-2024, 05:20 PM
      12 responses
      213 views
      0 likes
      Last Post DrakeiJosh  
      Started by cre8able, 02-11-2023, 05:43 PM
      3 responses
      237 views
      0 likes
      Last Post rhubear
      by rhubear
       
      Started by frslvr, 04-11-2024, 07:26 AM
      8 responses
      117 views
      1 like
      Last Post NinjaTrader_BrandonH  
      Started by stafe, 04-15-2024, 08:34 PM
      10 responses
      47 views
      0 likes
      Last Post stafe
      by stafe
       
      Started by rocketman7, Today, 09:41 AM
      3 responses
      12 views
      0 likes
      Last Post NinjaTrader_Jesse  
      Working...
      X