Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Last Bar Fractals

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

    Last Bar Fractals

    good evening,
    I would like to develop in Nt7 a strategy that creates a pending long at the bottom level retest.
    To identify the last relative bottom, I thought I would choose the Fractals method.
    I ask how I can get the number of distance bars of the last Fractal in order to obtain both the pending price and to be able to create a graphic indication (arrow with text) on the bar.

    example :

    current bar = 0;
    fractal bar low = 8; (this is the int number that i don't know how to find)

    EnterLongLimit ("", Close [8]);
    DrawArrowUp ("long" + CurrentBar, false, 8, Close [8], Color.Green);

    thank you
    Christian

    #2
    Hello marubozu79,

    Thanks for your post.

    I would suggest using the Swing indicator as this method provides access to previous swing points including the bars ago and the swing value.

    Please see the help guide here: https://ninjatrader.com/support/help...nt7/?swing.htm

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CaptainJack, 05-29-2026, 05:09 AM
    0 responses
    618 views
    0 likes
    Last Post CaptainJack  
    Started by CaptainJack, 05-29-2026, 12:02 AM
    0 responses
    419 views
    0 likes
    Last Post CaptainJack  
    Started by charlesugo_1, 05-26-2026, 05:03 PM
    0 responses
    293 views
    1 like
    Last Post charlesugo_1  
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    414 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    367 views
    0 likes
    Last Post CarlTrading  
    Working...
    X