Page 1 of 1

TTM Scalper by John Carter

Posted: Sat May 09, 2009 6:46 pm
by fva
Anyone know where I can either get a download for this or the code?

I know it sucks as a trading tool, but I need something to plot pivot highs/lows more accurately and less frenetically than TradeStation.

Thanks.

Posted: Sat May 09, 2009 10:06 pm
by TheRumpledOne
Didn't I write an indicator to do that?

If not, then use TRO_PLOT with the pivot functions as inputs.

Posted: Sun May 10, 2009 12:43 am
by fva
No you didn't.

TRO_PLOT_ACC doesn't provide for pivot functions as inputs.

Posted: Sun May 10, 2009 1:46 am
by TheRumpledOne
I said use TRO_PLOT.

Posted: Sun May 10, 2009 3:49 pm
by fva
Okay I got it.

But I'm not a programmer and have no clue exactly where to make the changes you proposed in the input section.

This is what I see. Perhaps you can provide some guidance.

inputs:

iDecimals(4),

iOffset(0),

iPlot1(highw(1)),

iPlot2( maxlist(openw(1), closew(1))),

iPlot3( (highw(1) + loww(1)) * .5),

iPlot4( minlist(openw(1), closew(1))),

iPlot5( loww(1)),

iPlot6( 0),

iPlot7( 0),

iPlot8( 0),

iPlot9( 0),

iPlot10( 0),

iColor1( green),
iColor2( darkgreen),
iColor3( magenta) ,
iColor4( darkred),
iColor5( red),
iColor6( darkbrown),
iColor7( darkblue),
iColor8( darkblue),
iColor9( darkblue),
iColor10( darkblue),

idummy("");