Skip to content

Commit

Permalink
changed profit factor level to retrain systems
Browse files Browse the repository at this point in the history
  • Loading branch information
vzhomeexperiments committed Dec 9, 2018
1 parent 6268467 commit 0260cfe
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _OT/OptimizationTrigger.R
Original file line number Diff line number Diff line change
Expand Up @@ -75,18 +75,18 @@ DFT1 <- try(import_data(path_T1, "OrdersResultsT1.csv"), silent = TRUE)
#
DFT1 %>% check_if_optimize(path_trading_robot = path_PRJCT_1,
num_trades_to_consider = 20,
profit_factor_limit = 0.7)
profit_factor_limit = 1.0)
#
### PROJECT 2
#
DFT1 %>% check_if_optimize(path_trading_robot = path_PRJCT_2,
num_trades_to_consider = 20,
profit_factor_limit = 0.7)
profit_factor_limit = 1.0)
##======================================== end of script

### PROJECT 3
#
DFT1 %>% check_if_optimize(path_trading_robot = path_PRJCT_3,
num_trades_to_consider = 15,
profit_factor_limit = 0.7)
profit_factor_limit = 1.0)
##======================================== end of script
Binary file modified _RL/control/8132102.rds
Binary file not shown.
Binary file modified _RL/control/8132104.rds
Binary file not shown.
Binary file modified _RL/control/8132105.rds
Binary file not shown.
Binary file modified _RL/control/8132106.rds
Binary file not shown.
Binary file modified _RL/control/8132113.rds
Binary file not shown.
Binary file modified _RL/control/8132114.rds
Binary file not shown.
Binary file added _RL/control/8132117.rds
Binary file not shown.
Binary file modified _RL/control/8132118.rds
Binary file not shown.
Binary file modified _RL/control/8132119.rds
Binary file not shown.
Binary file modified _RL/control/8132124.rds
Binary file not shown.

0 comments on commit 0260cfe

Please sign in to comment.