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 CarlTrading, 03-31-2026, 09:41 PM
    1 response
    128 views
    1 like
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    73 views
    1 like
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    116 views
    2 likes
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    109 views
    1 like
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    88 views
    0 likes
    Last Post CarlTrading  
    Working...
    X