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 CarlTrading, 03-31-2026, 09:41 PM
      1 response
      153 views
      1 like
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 04-01-2026, 02:41 AM
      0 responses
      89 views
      1 like
      Last Post CarlTrading  
      Started by CaptainJack, 03-31-2026, 11:44 PM
      0 responses
      133 views
      2 likes
      Last Post CaptainJack  
      Started by CarlTrading, 03-30-2026, 11:51 AM
      0 responses
      127 views
      1 like
      Last Post CarlTrading  
      Started by CarlTrading, 03-30-2026, 11:48 AM
      0 responses
      107 views
      0 likes
      Last Post CarlTrading  
      Working...
      X