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 Brevo, Today, 01:45 AM
    0 responses
    0 views
    0 likes
    Last Post Brevo
    by Brevo
     
    Started by aussugardefender, Today, 01:07 AM
    0 responses
    3 views
    0 likes
    Last Post aussugardefender  
    Started by pvincent, 06-23-2022, 12:53 PM
    14 responses
    238 views
    0 likes
    Last Post Nyman
    by Nyman
     
    Started by TraderG23, 12-08-2023, 07:56 AM
    9 responses
    384 views
    1 like
    Last Post Gavini
    by Gavini
     
    Started by oviejo, Today, 12:28 AM
    0 responses
    4 views
    0 likes
    Last Post oviejo
    by oviejo
     
    Working...
    X