Description Usage Arguments Value
View source: R/momentum_data.R
Returns 1L if next_price is further from
historic_price_mean than price, and 0L otherwise.
1  | evaluate_signed_momentum_at_window(price, next_price, historic_price_mean)
 | 
price | 
 the current price (a scalar double)  | 
next_price | 
 the next price (a scalar double)  | 
historic_price_mean | 
 The current historic price mean (a scalar double)  | 
0L or 1L, or NA if any of the arguments
is missing
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.