Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

ProGo Indicator. Can someone fix my ninjascript indicator?

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

    ProGo Indicator. Can someone fix my ninjascript indicator?

    Hello I found on this page http://www.traderslaboratory.com/for...ed-1338-2.html
    the ProGo Indicator.

    PRO GO I:
    var: prof(0),pub(0);
    Prof=Average(O - C,7);
    Value1 = (((Summation( Prof - Lowest(Prof,7),7)) / Summation((highest(Prof,7 ) - Lowest(Prof,7)),7)))*100;
    Pub=Average(O - C[1],7);
    Value2 = (((Summation( Pub - Lowest(Pub,7),7)) / Summation((highest(Pub,7) - Lowest(Pub,7)),7)))*100;
    Plot1( Value1, "Prof" ) ;
    Plot2( Value2, "Public" ) ;
    Plot3( 25, "25" ) ;
    Plot4( 75, "75" ) ;

    I tried converting it to ninjatrader but, well it does not plot anything ...

    Can someone please correct the code?

    Cheers
    tradereight
    Attached Files

    #2
    tradereight, this wouldn't even compile on my end here as SUM would expect a dataseries input, or use the default input series (close) if you do not specify one -

    Comment


      #3
      I looked at it using a bunch of dataseries, but it looks backwards somehow... Maybe if you explained how it is used, it might be clearer.
      Attached Files

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      576 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      334 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      101 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      553 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      551 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X