View source: R/get_profit_factorDF.R
get_profit_factorDF | R Documentation |
Calculation of profit factor using dplyr verbs
get_profit_factorDF(x, num_orders)
x |
|
num_orders |
|
Function returns dataframe with column PrFact with calculated profit factor value for each trading robot
library(lazytrade)
library(dplyr)
library(magrittr)
data(profit_factorDF)
get_profit_factorDF(x = profit_factorDF,
num_orders = 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.