Hi all,
I am backtesting my Alpha below where weights in the stocks are defined as below,
I rank the prices of last 1 year from 0 to 1.
if rank(closeprice,250) >0.1 then 1- rank(closeprice,250)
The simulator will use the above expression everyday to weigh stocks and eventually will be subindustry neutralized.
My rationale is that as the price moves to the high prices in last 1 year, its more likely to drop and revert to mean so 1- rank(closeprices,250) will give is smaller weight.
Can you please give your thoughts on the above, its not giving good results and the sharp ratio is close to 0.2 only
I want to use the time series rank of prices and generate something with it.
Please help. thanks!
I am backtesting my Alpha below where weights in the stocks are defined as below,
I rank the prices of last 1 year from 0 to 1.
if rank(closeprice,250) >0.1 then 1- rank(closeprice,250)
The simulator will use the above expression everyday to weigh stocks and eventually will be subindustry neutralized.
My rationale is that as the price moves to the high prices in last 1 year, its more likely to drop and revert to mean so 1- rank(closeprices,250) will give is smaller weight.
Can you please give your thoughts on the above, its not giving good results and the sharp ratio is close to 0.2 only
I want to use the time series rank of prices and generate something with it.
Please help. thanks!