Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

how can i save a price level in to a variable

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

    how can i save a price level in to a variable

    Hello

    i need to save the first 2 lowers lows in a varable from the indicator swing

    once the indicator do a lower low it prints a dot

    && (Swing1.SwingLow[4] < Swing1.SwingLow[5] )
    {
    Draw.Dot(this, @"diferentsTemps Dot_1", false, 0, FirstMin, Brushes.CornflowerBlue);
    Draw.Dot(this, @"diferentsTemps Dot_2", true, 0, SecondMin, Brushes.GreenYellow);

    i want to save the price level from the firs 2 dots in a variable

    but i don't know how can i do it


    thanks for your help


    Attached Files

    #2
    Hello ernest93,

    Thank you for your post.

    You could check the SwingLow value of the Swing Strength number of bars ago on each bar and save the current value of the FirstMin to SecondMin, then update FirstMin with the SwingLow value from the swing strength number of bars ago. I've created a simple example indicator that illustrates.

    Please let us know if we may be of further assistance to you.
    Attached Files
    Kate W.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by AaronKoRn, Today, 09:49 PM
    0 responses
    6 views
    0 likes
    Last Post AaronKoRn  
    Started by carnitron, Today, 08:42 PM
    0 responses
    9 views
    0 likes
    Last Post carnitron  
    Started by strategist007, Today, 07:51 PM
    0 responses
    10 views
    0 likes
    Last Post strategist007  
    Started by StockTrader88, 03-06-2021, 08:58 AM
    44 responses
    3,977 views
    3 likes
    Last Post jhudas88  
    Started by rbeckmann05, Today, 06:48 PM
    0 responses
    9 views
    0 likes
    Last Post rbeckmann05  
    Working...
    X