Amibroker VAP (Volume Profile) Scanner

Job ID: 35062398

Budget: $10 – $30 USD

Background :
I have a VAP AFL which can do:
1. Show VAP (volume at price) for selected period of the last day, example for the last 20, 60, days
2. The selected period can be set on the AFL parameter.
Task:
So to save my time, I need a scanner which scan (provide a list):
1. Stock with the highest volume / longest VAP at the selected period on that day.
2. Example: if the selected period is 20 (last 20 candles) it will show the list of stock which has longest VAP during that day. If the selected period is 30 candle, then it will show the list of the stocks which have the longest VAP during the that day.
3. Because a scanner AFL sometime do not use parameter option to change the number, It is OK if me as user to change it manually to get different period.
4. The scanner can be added by other condition, example: AND C > EMA (C,200)