Sixer Posted November 14, 2010 Report Posted November 14, 2010 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" ? http://search.4shared.com/q/1/Cynthia%20Kase The solution of "TSD" i found isn`t correct. Sixer Quote
Sixer Posted November 14, 2010 Author Report Posted November 14, 2010 For more information, watch the video too: http://www.moneyshow.com/video/video.asp?wid=5913&t=3&scode=019088 Sixer Quote
Sixer Posted November 14, 2010 Author Report Posted November 14, 2010 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 Quote
eticon Posted November 14, 2010 Report Posted November 14, 2010 Check these out: http://www.4shared.com/file/XMPr4v9x/Kase_Dev_Stop.html http://www.4shared.com/file/bPcYeC16/DevStops.html Let me know if any of these would work. Cheers! Quote
Sixer Posted November 14, 2010 Author Report Posted November 14, 2010 eticon, thanks for your quick reply. Both MT solutions are different to the Tradestation. The first gif shows the TS chart and the other two are the MT charts for DevStop and Kase_Dev_Stop: TS: http://yfrog.com/5cdbk2401211g MT: http://yfrog.com/g9usjpy12401211g http://yfrog.com/85usjpy22401211g Any idea why both are different to the Tradestation chart ? Sixer Quote
chetachukwu Posted November 14, 2010 Report Posted November 14, 2010 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 Quote .....SELFISHNESS IS A DISEASE.....
Sixer Posted December 19, 2010 Author Report Posted December 19, 2010 Can anybody provide us with the "Kase Easy Entry System KEES" indicator from Canthia Kase for MT ? It is avaliable at traderszone for Amibroker already: http://www.traderszone.com/trading-software-exchange/2139-kase-indicators-set-kpo-kcd-kees-kdevstop-amibroker.html Explanantion in lesson 2.8.: http://kaseco.blogspot.com/ Sixer Quote
thegatan Posted July 16, 2013 Report Posted July 16, 2013 MT indi re-upload please big appreciate Quote
⭐ Azazel Posted August 29, 2022 Report Posted August 29, 2022 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 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.