New Chart Indicator: _TRO_POOR_MANs_SLOT

post your indicators here

Moderator: moderators

traxino
rank: <50 posts
rank: <50 posts
Posts: 5
Joined: Tue Nov 28, 2006 10:30 am
Reputation: 0
Gender: Male

TS2000i

Postby traxino » Tue Nov 28, 2006 11:33 am

Hi,

is all the software also available for TS2000i ?
I´m new to this board and saw only ELD-Code for TS 8.

Regards

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

Dave G
rank: <50 posts
rank: <50 posts
Posts: 1
Joined: Sat Apr 14, 2007 8:48 pm
Reputation: 0
Gender: Male

Postby Dave G » Mon Apr 16, 2007 9:20 pm

:D TRO et al

The PM Slot flat out works! Is saved me from getting in at the wrong time, which has been my nemesis. I wait for the double Green dots when going Long for confirmation. With it I am using the "ShMe Dynamic Tide," the SHME Dynamic SR2, along with a 34 EMA and a 11 setting for the jtHMA.

I have searched this site for an explanation of how to use the Dynamic Tide, but have been unsuccessful. I use them for violations of S/R.

Thanks TRO

Doc55
rank: <50 posts
rank: <50 posts
Posts: 2
Joined: Thu Apr 19, 2007 11:23 pm
Reputation: 0
Gender: None specified

Poor man's Slot machine problem

Postby Doc55 » Fri Apr 20, 2007 2:33 pm

Hi,
I have tried to use the code in TS but it doesn't recognize the word (xavg) I haven't gotten past this point so I am not sure what other words it will not recognize. Does this code work in TS? And will it work for the YM and ER markets?

Thanks!
Doc

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

Postby TheRumpledOne » Fri Apr 20, 2007 8:43 pm

Code for XAVG FUNCTION:

Code: Select all

{ Exponential average }

inputs:
   Price( numericseries ),
   Length( numericsimple ) ; { this input assumed to be a constant >= 1 }

variables:
   SmoothingFactor( 2 / ( Length + 1 ) ) ;

if CurrentBar = 1 then
   XAVG = Price
else
   XAVG = XAVG[1] + SmoothingFactor * ( Price - XAVG[1] ) ;


ELD attached.
Attachments
XAVG.ELD
(2.65 KiB) Downloaded 276 times
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.

User avatar
noone22
rank: 150+ posts
rank: 150+ posts
Posts: 390
Joined: Tue Aug 05, 2008 4:50 am
Reputation: 5
Gender: None specified

Postby noone22 » Sun Mar 01, 2009 9:55 am

TheRumpledOne wrote:when you see 2 bright green dots, the price usually goes up from there


TRO

Just a small clarification from you required:
are these two dots supposed to be
both vertical or both horizontal?

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: 15544
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 Mar 01, 2009 2:44 pm

Vertical as in column.
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.

User avatar
noone22
rank: 150+ posts
rank: 150+ posts
Posts: 390
Joined: Tue Aug 05, 2008 4:50 am
Reputation: 5
Gender: None specified

Postby noone22 » Mon Mar 02, 2009 6:18 am

I see. Thank you.

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


Return to “Tradestation indicators”