Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
vzhomeexperiments committed Oct 17, 2020
1 parent 15d2f10 commit 93a0fce
Show file tree
Hide file tree
Showing 65 changed files with 9 additions and 172,312 deletions.
Binary file modified _LOGS/time_executeM60.rds
Binary file not shown.
2 changes: 1 addition & 1 deletion _PROD1/05_CollectDataM60.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
:: Use this line of code for debugging purposes *** Adapt the paths for R installation and R script!!!
::"C:\Program Files\R\R-3.6.2\bin\R.exe" CMD BATCH "C:\Users\fxtrams\Documents\000_TradingRepo\R_selflearning\_PROD1\05_CollectDataM60.R"
:: Use this code in 'production'
"C:\Program Files\R\R-4.0.2\bin\Rscript.exe" "C:\Users\fxtrams\Documents\000_TradingRepo\R_selflearning\_PROD1\05_CollectDataM60.R"
"C:\Program Files\R\R-4.0.3\bin\Rscript.exe" "C:\Users\fxtrams\Documents\000_TradingRepo\R_selflearning\_PROD1\05_CollectDataM60.R"
4 changes: 2 additions & 2 deletions _PROD1/06_TestBuildTestModel60.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@echo off
:: Use this line of code for debugging purposes *** Adapt the paths for R installation and R script!!!
::"C:\Program Files\R\R-4.0.2\bin\R.exe" CMD BATCH "C:\Users\fxtrams\Documents\000_TradingRepo\R_selflearning\_PROD1\06_TestBuildTestModelM60.R"
::"C:\Program Files\R\R-4.0.3\bin\R.exe" CMD BATCH "C:\Users\fxtrams\Documents\000_TradingRepo\R_selflearning\_PROD1\06_TestBuildTestModelM60.R"
:: Use this code in 'production'
"C:\Program Files\R\R-4.0.2\bin\Rscript.exe" "C:\Users\fxtrams\Documents\000_TradingRepo\R_selflearning\_PROD1\06_TestBuildTestModelM60.R"
"C:\Program Files\R\R-4.0.3\bin\Rscript.exe" "C:\Users\fxtrams\Documents\000_TradingRepo\R_selflearning\_PROD1\06_TestBuildTestModelM60.R"
2 changes: 1 addition & 1 deletion _PROD1/07_ScoreDataM60.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
:: Use this line of code for debugging purposes *** Adapt the paths for R installation and R script!!!
::"C:\Program Files\R\R-3.6.2\bin\R.exe" CMD BATCH "C:\Users\fxtrams\Documents\000_TradingRepo\R_selflearning\_PROD1\07_ScoreDataM60.R"
:: Use this code in 'production'
"C:\Program Files\R\R-4.0.2\bin\Rscript.exe" "C:\Users\fxtrams\Documents\000_TradingRepo\R_selflearning\_PROD1\07_ScoreDataM60.R"
"C:\Program Files\R\R-4.0.3\bin\Rscript.exe" "C:\Users\fxtrams\Documents\000_TradingRepo\R_selflearning\_PROD1\07_ScoreDataM60.R"
2 changes: 1 addition & 1 deletion _PROD1/10_ForceModelUpdateM60.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
:: Use this line of code for debugging purposes *** Adapt the paths for R installation and R script!!!
::"C:\Program Files\R\R-3.6.2\bin\R.exe" CMD BATCH "C:\Users\fxtrams\Documents\000_TradingRepo\R_selflearning1\_PROD1\10_ForceModelUpdateM60.R"
:: Use this code in 'production'
"C:\Program Files\R\R-4.0.2\bin\Rscript.exe" "C:\Users\fxtrams\Documents\000_TradingRepo\R_selflearning\_PROD1\10_ForceModelUpdateM60.R"
"C:\Program Files\R\R-4.0.3\bin\Rscript.exe" "C:\Users\fxtrams\Documents\000_TradingRepo\R_selflearning\_PROD1\10_ForceModelUpdateM60.R"
Binary file removed _SETUP/2019-03-24-Result-100-1.rds
Binary file not shown.
Binary file removed _SETUP/2019-03-24-Result-100-15.rds
Binary file not shown.
Binary file removed _SETUP/2019-03-24-Result-100-60.rds
Binary file not shown.
Binary file removed _SETUP/2019-03-24-Result-125-1.rds
Binary file not shown.
Binary file removed _SETUP/2019-03-24-Result-125-15.rds
Binary file not shown.
Binary file removed _SETUP/2019-03-24-Result-125-60.rds
Binary file not shown.
Binary file removed _SETUP/2019-03-24-Result-75-1.rds
Binary file not shown.
Binary file removed _SETUP/2019-03-24-Result-75-15.rds
Binary file not shown.
Binary file removed _SETUP/2019-03-24-Result-75-60.rds
Binary file not shown.
Binary file removed _SETUP/2019-06-23-Result-100-1.rds
Binary file not shown.
Binary file removed _SETUP/2019-06-23-Result-100-15.rds
Binary file not shown.
Binary file removed _SETUP/2019-06-23-Result-100-60.rds
Binary file not shown.
Binary file removed _SETUP/2019-06-23-Result-125-1.rds
Binary file not shown.
Binary file removed _SETUP/2019-06-23-Result-125-15.rds
Binary file not shown.
Binary file removed _SETUP/2019-06-23-Result-125-60.rds
Binary file not shown.
Binary file removed _SETUP/2019-06-23-Result-75-1.rds
Binary file not shown.
Binary file removed _SETUP/2019-06-23-Result-75-15.rds
Binary file not shown.
Binary file removed _SETUP/2019-06-23-Result-75-60.rds
Binary file not shown.
Binary file removed _SETUP/BestParameters.rds
Binary file not shown.
105 changes: 0 additions & 105 deletions _SETUP/SelfLearn-Research.R

This file was deleted.

6 changes: 4 additions & 2 deletions logs_analyse/analyse_results1.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ for (VAR in filesToAnalyse) {
# visualized
ggplot(dfres, aes(x = NB_hold, y = PnL_NB,
#size = TotalTrades,
col = as.factor(Symbol)))+geom_point()
col = as.factor(Symbol)))+geom_point()+
ggtitle("Strategy Test results")


## Analysis of model quality records
Expand All @@ -46,4 +47,5 @@ ggplot(dfres1, aes(x = MaxPerf, y = Symbol,
col = TR_Level,
size = NB_hold))+geom_point()+
geom_vline(xintercept=0.001)+
scale_x_continuous(trans='log10')
scale_x_continuous(trans='log10')+
ggtitle("Model Performance", "x axis at log 10 scale")
Loading

0 comments on commit 93a0fce

Please sign in to comment.