Jump to content

⤴️-Paid Ad- Check advertising disclaimer here. Add your banner here.🔥

Recommended Posts

Posted

eticon,

 

i found the Tradestion code and this will give some more information for the MT programmers:

 

{KDevStops}

 

Inputs : L1( 30 ) , v1( 2.2 ) , v2( 3.6 ) , L2( 10 ) , L3( 21 ) , p1( close ), p2( high ),p3( low ) ;

 

if K.XDev( L1 , 0 , L2 , L3 , p1 , p2 , p3 ) > ( p3 / 2 ) then begin

 

Plot1(K.XDev( L1 , 0 , L2 , L3 , p1 , p2 , p3 ), "warning");

Plot2(K.XDev( L1 , 1 , L2 , L3 , p1 , p2 , p3 ), "Dev1");

Plot3(K.XDev( L1 , v1 , L2 , L3 , p1 , p2 , p3 ), "Dev2");

Plot4(K.XDev( L1 , v2 , L2 , L3 , p1 , p2 , p3 ), "Dev3");

end;

 

Sixer

Posted
this is the type of thread that i love. Traders bringing their creativity and ideas together to put out something usefull to the forum. Not all those stupid EA threads that trip newbies mostly. Guys keep it up
.....SELFISHNESS IS A DISEASE.....
  • 1 month later...
  • 2 years later...
  • 9 years later...
Posted
Hello MT programmer,

 

can one of the excellent MT programmers prepare the "Kase DevStops" indicator which Canthia Kase described in her book "Trading with the Odds" ?

 

 

 

Unfortunately, in post # 4, in the formula of Indicator: KDevStops for Tradestation, the Function: K.XDev is missing, if you can add it.....thank you; Kase DevStops indicators for MT4 (there are 2 or 3 versions), you can find them with Google by typing: Kase Indicator by Cynthia Kase for MT4

 

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


⤴️-Paid Ad- Check advertising disclaimer here. Add your banner here.🔥

×
×
  • Create New...