You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
FactorSimulator/alpha.txt

4 lines
168 B

ts_rank(ts_delta(close, 5), 20)
ts_corr(ts_delay(close, 10), ts_delay(volume, 10), 20)
-ts_rank(ts_std(close, 60), 20)
-(close - ts_mean(close, 30)) / ts_std(close, 30)