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 Jimmyk, 01-26-2018, 05:19 AM
    6 responses
    834 views
    0 likes
    Last Post emuns
    by emuns
     
    Started by jxs_xrj, 01-12-2020, 09:49 AM
    6 responses
    3,290 views
    1 like
    Last Post jgualdronc  
    Started by Touch-Ups, Today, 10:36 AM
    0 responses
    10 views
    0 likes
    Last Post Touch-Ups  
    Started by geddyisodin, 04-25-2024, 05:20 AM
    11 responses
    62 views
    0 likes
    Last Post halgo_boulder  
    Started by Option Whisperer, Today, 09:55 AM
    0 responses
    8 views
    0 likes
    Last Post Option Whisperer  
    Working...
    X