Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

point and figure charts

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

    point and figure charts

    Hi

    I am looking to start a new strategy (and possible indicator), using the point and figure chart but I am unsure as to how I would go about controlling the OnBarUpdate() event.

    Will this still be triggered everytime a new column is formed or if I am using ticks would I be able to use IsFirstTickOfbar()?

    Do you have any examples of using point and figure charts or for creating indicators or strategies to use on P&F charts?

    Any insights appreciated
    thanks

    #2
    Hello fishbed,

    Thanks for opening the thread.

    Point and figure charts are based upon price movement without regard to time, and each bar formation occurs when the price exceeds the Brick Size or the Reversal. Each bar formation would call OnBarUpdate() for Calculate.OnBarClose.

    When using Calculate.OnEachTick, you would be able to use IsFirstTickBar, but the implications on using a price based bar type should be understood when using it.

    I wasn't able to find any NinjaTrader 8 NinjaScripts that could be used as an example for use with Point and Figure charts.

    I would advise to use a simple strategy or indicator to print out the OHLC values so you can observe these values and bar formations in a way that you can take advantage of in your strategy.

    How Point and Figure Bars are formed - https://ninjatrader.com/support/help...tAndFigureBars

    Please let me know if I can be of further help.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    87 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    132 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    65 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    118 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    67 views
    0 likes
    Last Post PaulMohn  
    Working...
    X