Announcement

Collapse
No announcement yet.

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

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CarlTrading, 03-31-2026, 09:41 PM
    1 response
    46 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    22 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    31 views
    1 like
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    50 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    42 views
    0 likes
    Last Post CarlTrading  
    Working...
    X