TTM Scalper by John Carter

free & uncensored discussion arena for TheRumpledOne

Moderator: moderators

fva
rank: <50 posts
rank: <50 posts
Posts: 4
Joined: Sat May 09, 2009 6:35 pm
Reputation: 0
Gender: None specified

TTM Scalper by John Carter

Postby fva » Sat May 09, 2009 6:46 pm

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.

Please add www.kreslik.com to your ad blocker white list.
Thank you for your support.

User avatar
TheRumpledOne
rank: 10000+ posts
rank: 10000+ posts
Posts: 15558
Joined: Sun May 14, 2006 9:31 pm
Reputation: 3035
Location: Oregon
Real name: Avery T. Horton, Jr.
Gender: None specified
Contact:

Postby TheRumpledOne » Sat May 09, 2009 10:06 pm

Didn't I write an indicator to do that?

If not, then use TRO_PLOT with the pivot functions as inputs.
IT'S NOT WHAT YOU TRADE, IT'S HOW YOU TRADE IT!

Please do NOT PM me with trading or coding questions, post them in a thread.

fva
rank: <50 posts
rank: <50 posts
Posts: 4
Joined: Sat May 09, 2009 6:35 pm
Reputation: 0
Gender: None specified

Postby fva » Sun May 10, 2009 12:43 am

No you didn't.

TRO_PLOT_ACC doesn't provide for pivot functions as inputs.

User avatar
TheRumpledOne
rank: 10000+ posts
rank: 10000+ posts
Posts: 15558
Joined: Sun May 14, 2006 9:31 pm
Reputation: 3035
Location: Oregon
Real name: Avery T. Horton, Jr.
Gender: None specified
Contact:

Postby TheRumpledOne » Sun May 10, 2009 1:46 am

I said use TRO_PLOT.
IT'S NOT WHAT YOU TRADE, IT'S HOW YOU TRADE IT!



Please do NOT PM me with trading or coding questions, post them in a thread.

fva
rank: <50 posts
rank: <50 posts
Posts: 4
Joined: Sat May 09, 2009 6:35 pm
Reputation: 0
Gender: None specified

Postby fva » Sun May 10, 2009 3:49 pm

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("");

Please add www.kreslik.com to your ad blocker white list.
Thank you for your support.


Return to “TheRumpledOne”