Adx afl

#1
Hi

Can someone help me with ADX Afl
what i need is to find the difference between two days adx, today and yesterday.

it would be of more help if it can be used under exploration and show the result.

Thanks & Regards

Tony Joseph
 

johnnypareek

Well-Known Member
#2
Hi

Can someone help me with ADX Afl
what i need is to find the difference between two days adx, today and yesterday.

it would be of more help if it can be used under exploration and show the result.

Thanks & Regards

Tony Joseph
hi,
Here it is

HTML:
a=ADX();
b=a-Ref(a,-1);

Filter=1;
AddTextColumn( FullName( ), "Name" ); 
AddColumn(b,"ADX Diff");
AddTextColumn( MarketID( 1 ), "Market name" );
johnny
 

Similar threads