afl eligble for scan and exploration

#4
For scanning, you need to have Buy and Sell conditions in the AFL.

Example : Buy = Close > 50;
Sell = Close < 70;

For exploration, you need to have a simple criteria.

Example : Filter = close > 50;
Hi,

I would like to have different type of filter names in exploration and display it in the result.

for e.g.
filer1 ==> this should display something like "xxx_rule" along with other values
filter2 ==> this should display something like "yyy_rile" along with other values

How can I achieve this?

thank you
nagarjuna
 

singhboy

Active Member
#5
Hi,

I would like to have different type of filter names in exploration and display it in the result.

for e.g.
filer1 ==> this should display something like "xxx_rule" along with other values
filter2 ==> this should display something like "yyy_rile" along with other values

How can I achieve this?

thank you
nagarjuna
Filter= conditin1 AND condition2 AND condition3 AND ........ ;
u can write as much as u want this way
 

Similar threads