How to make an exploration for any AFL

amitrandive

Well-Known Member
#1
I would like to know how to make an exploration for any type of AFL.

Is there any code we need to add at the end of the AFL?

Thanks
Amit
 

KelvinHand

Well-Known Member
#5
I HAVE SOME KNOWLEDGE OF CODING AND I THINK U SHOULD USE BELOW CONDITION FOR EXPLORATION ALSO U CAN SEARCH ON GOOGLE.

FILTER = BUY AND SELL
AddColumn ( )


ABHISHEK
Your Filter condition too stringent.
Better do
FILTER = BUY OR SELL
AddColumn (...)
AddTextColumn (...)
AddSummaryRows(...)
SetSortColumns( .... )