Custom AFL Scripting for Amibroker
Budget: $30 – $250 AUD
Hi, I need someone to write me the following simple exploration code:
The overview of the project is I want you to code an exploration that finds stocks that show relative price strength relative to all other stocks being explored in the desired time frame. Have the exploration user customisable to give results in the 1 month or 3 month or 6 month time frame, or as a combined 1+3+6 month time frame.
To calculate relative price strength, divide the current closing price of the stock by the closing price 1/3/6 months ago (depending on whatever time frame I select). Rank the stocks by this relative price strength. Filter for and only show the top 5% of figures (user customisable in case I want to change 5% to some other % in the future). In the results show and rank by % gain in price over that time period (in descending order) and add a column for the stocks’ sector and a column for the stocks’ industry and a column for the number of shares outstanding. This is all that is needed for the individual 1 or 3 or 6 month scans.
For the combined 1+3+6 month scans, calculate a score:
= 2*(closing price/closing price 1 month ago)+(closing price/closing price 3 months ago)+(closing price/closing price 6 months ago)
For the combined 1+3+6 month scan, rank the exploration results by score (descending order). Add a column for % gain in price over the last 1 month, a column for % gain in price over the last 3 months, and a column for % gain in price over the last 6 months. Also add a column for the stocks’ sector and a column for the stocks’ industry and a column for the number of shares outstanding.
I use Norgate data and I need the project to be completed within the next 7 days
Thanks!
The overview of the project is I want you to code an exploration that finds stocks that show relative price strength relative to all other stocks being explored in the desired time frame. Have the exploration user customisable to give results in the 1 month or 3 month or 6 month time frame, or as a combined 1+3+6 month time frame.
To calculate relative price strength, divide the current closing price of the stock by the closing price 1/3/6 months ago (depending on whatever time frame I select). Rank the stocks by this relative price strength. Filter for and only show the top 5% of figures (user customisable in case I want to change 5% to some other % in the future). In the results show and rank by % gain in price over that time period (in descending order) and add a column for the stocks’ sector and a column for the stocks’ industry and a column for the number of shares outstanding. This is all that is needed for the individual 1 or 3 or 6 month scans.
For the combined 1+3+6 month scans, calculate a score:
= 2*(closing price/closing price 1 month ago)+(closing price/closing price 3 months ago)+(closing price/closing price 6 months ago)
For the combined 1+3+6 month scan, rank the exploration results by score (descending order). Add a column for % gain in price over the last 1 month, a column for % gain in price over the last 3 months, and a column for % gain in price over the last 6 months. Also add a column for the stocks’ sector and a column for the stocks’ industry and a column for the number of shares outstanding.
I use Norgate data and I need the project to be completed within the next 7 days
Thanks!