How to convert indicator into exploration afl

krab

Active Member
#1
seniors please help,

I need one help, it will be useful to all new traderji members, i want to convert RSI and stochastic indicators in to exploration afl for amibroker to find out overbought and oversold levels similar to topstockresearch website, i searched in the internet and i am not able to find out such kind of afl which convert any indicator into exploration or scanning afl, please help me as well as provide the afls or code for that.
 
#2
Though I have not seen the site u mentioned, find if this serves your purpose-

prd=Param("period",14,5,50,1);
Filter=RSI(prd);
AddColumn(C,"close",1.2);
AddColumn(RSI(prd),"rsi value",1.2);
 
#4
How about a little bit of own thinking? Stochastic is part of indicator folder of AB. Just look at the code there and transmit that to the example of the second post. Additionally read the manual. Someone has shown to you how to do it. Now show to yourself a little bit of own effort and own research. I assume you are smart and not too lazy. Am I right?
 

Similar threads