Skip to content

Commit

Permalink
another minor copy paste bug
Browse files Browse the repository at this point in the history
  • Loading branch information
vzhomeexperiments committed Dec 6, 2018
1 parent 45ae58e commit 6268467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _RL/TradeTriggerRL.R
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ if(file.exists(file.path(path_T1, "01_MacroeconomicEvent.csv"))){
if(!class(DFT3)[1]=='try-error'){
DFT3 %>%
group_by(MagicNumber) %>% select(MagicNumber) %>% mutate(IsEnabled = 0) %>%
writeCommandViaCSV(path_T3)}
writeCommandViaCSV(path_T4)}


}
Expand Down

0 comments on commit 6268467

Please sign in to comment.