How to change Columns in Scan

When i am trying to scan the data using the formula the columns like Ticker,trade,date and close is displayed. I want to change the column close into some value which i have calculated in the formula. How can i do it in the program? Is any other way to change the column?

Thanks in advance

ashok.
 
Thanks for your reply putin.
I have mentioned formula as program. The formula developed in amibroker afl. I select the formula to scan in the automatic analysis. The column ticker,trade,date and close got displayed after the scan. I have calculated some value in my formula which i want to display not the close column.Hope now you can understand.

ashok.
 
So what's the problem just replace Close array with your result

Addcolumn(myarray, "description", format of your array, colorblack, colorwhite, 50);

Read the manual about addcolumns!
 
Thanks for your reply putin.

Correct me if i am wrong. When i try to use addcolumn function i am able to add columns. But the problem is the result is not shown in the scan result. I can see the desired result in the explorer but it is not complete. Is it possible to add columns in the scan.
 
Thanks for your reply putin.

Correct me if i am wrong. When i try to use addcolumn function i am able to add columns. But the problem is the result is not shown in the scan result. I can see the desired result in the explorer but it is not complete. Is it possible to add columns in the scan.
 
Quote from ashok.iy:

I can see the desired result in the explorer but it is not complete.

What do you mean by not complete? Again, I'm not Nostradamus or some other psychic. Either post code detail or do the quiz show yourself.
 
Thanks for your quick reply putin.

Not complete means - I am not able to display the trade signals(buy,sell,short,cover) in the exploration. In afl coding is it possible to merge two arrays.

ashok.
 
Back
Top