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 Hwop38, 05-04-2026, 07:02 PM
      0 responses
      169 views
      0 likes
      Last Post Hwop38
      by Hwop38
       
      Started by CaptainJack, 04-24-2026, 11:07 PM
      0 responses
      324 views
      0 likes
      Last Post CaptainJack  
      Started by Mindset, 04-21-2026, 06:46 AM
      0 responses
      250 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by M4ndoo, 04-20-2026, 05:21 PM
      0 responses
      351 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by M4ndoo, 04-19-2026, 05:54 PM
      0 responses
      180 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Working...
      X