Experiments in Technical Analysis

Another of those based on Range.

The original concept of SR based system was inspired by Saint's work but the code is based on the system posted by Karthik.



Range based SRs​



Saint Flow
(no adds, no gaps, no wrbs or BO failures, no lots of other things)​


The example above is one of the ideal cases, we do get lots of wips.

You can see from both the charts that use of the buffer / filter or room make a big difference in getting right reversals and avoiding wipsaws.

Also the moneny management lesson of the flow method have been an eye opener for me, the adds will make all the difference, I have incorporated the filter concept buy yet to fully get the adds in.

I have posted a question to Karthik earlier on this thread, if you do find some time plz get back on that.

How to optimize a system/method to get a smoother equity curve? If you want I will upload examples / test runs based on the system you have shared on your blog (also posted here at later date). If that helps I can also ask you specific questions based on those backtests.

Regards
PK

Hi Pk,

Thanks for the chart,If it's okay to you ,please post the AFL's for the charts you have plotted. i,m a bit weak in AFL coding.

Thanks In Advance.

Avinash:thumb:
 
StochMACD

The formula for Stochmacd given in amibroker Library is
StochMACD=100*(MACD()-LLV(MACD(),14))/(HHV(MACD(),14)-LLV(MACD(),14));
Plot(StochMACD,"StochMACD",1,1);

Can anyone help me in creating the AFL of StochMacd where I can change parameters of both macd & slow stochastics

say macd( 12,20,expma 5 )& stochastics (14,3,3 )of The MACD(12,20,expma 5)
 
Hello,

Can any one explain, how to set STOCHMACD on excel?

I hv calculated MACD & Stochatic in normal way.

How I can combine as i hv seen the combined formula at page 138.

But hw to calculate HHV & LLV of MACD.
 

casoni

Well-Known Member
Hello all ,
I am posting the corerect HAS -multi time frame indicator , [ i had posted this long ago..and there was error in calculations ],
...special Thanks to Mr Karthink ..for telling/pointing me..where i was wrong...:).. and for his detail expalnation [ enclosed chart ]
I hope this will be useful to all.
Thank you .
 
Last edited:
Hello all ,
I am posting the corerect HAS -multi time frame indicator , [ i had posted this long ago..and there was error in calculations ],
...special Thanks to Mr Karthink ..for telling/pointing me..where i was wrong...:).. and for his detail expalnation [ enclosed chart ]
I hope this will be useful to all.
Thank you .
Thanks to both of you. When I am using it is giving error no.30. Asking me to correct some thing in line no1. Please tell me what is to be done. Thanks in advance.
 
attached afl plots only lower pane of chart only
do u have afl to plot upper pane of ur chart
if so plz share it
thank u
 

casoni

Well-Known Member
attached afl plots only lower pane of chart only
do u have afl to plot upper pane of ur chart
if so plz share it
thank u
Hello ,
yes upper panel chart formula is different from mine [ lower MTF is same ],
as upper panel chart,s formula has been coded by Karthik sir..[ he sent me this chart for explanation - how to understand relation between price and MTF ],
Thank you
 

Similar threads