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.
|
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) |