New Members: Be sure to confirm your email address by clicking on the link that was sent to your email inbox. You will not be able to post messages until you click that link.
extra fields in chartlist summary view
Hi,
I wonder how can I add a new field to the summary view of a chart list? The default field is volume but what interests me more is liquidity for example.
Tks
jac
0
Answers
Here's a simple one, I inserted my 14Coal list from the dropdown chartlist menu and ended the scan with a "rank by Liquidity" statement. This will add a field to the out table of the daily liquidity, (price times volume).
[favorites list is 67] // = 14 Coal
rank by Liquidity
I often use a smoothed liquidity, SMA price times SMA volume.
[favorites list is 67] // = 14 Coal
rank by [SMA(10,close) * SMA(10,volume)]
hope this gives you some other options