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 Hwop38, 05-04-2026, 07:02 PM
    0 responses
    151 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Started by CaptainJack, 04-24-2026, 11:07 PM
    0 responses
    304 views
    0 likes
    Last Post CaptainJack  
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    244 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    345 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    175 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Working...
    X