Jump to content

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

 

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...