Hi Anup,
Can you please help me to write a AFL for scanning a stocks having price between 100 and 500 , average volume of 5 days above 500000
Thanks in advance....
Hi Vikas,
Is it possible to scan a stock in Amibroker say show stocks where average volume of 5 days is above 500000 and price is between 100 and 500 , if yes can you please write the AFL for that,
Thanks in advance
Hi I am using 5.6.3 amibroker and when i tries to run the code i code following Warning
"You are calling plot()/plotOHLC() function over 500 times , it is highly inefficient , Reduce number of call"
for (p = 0; p <= relTodayRange+1; p=p+multiplier)
{
if(P>0){
line = LineArray(baseX...