pysystemtrade
pysystemtrade copied to clipboard
Systematic Trading in python
Results
32
pysystemtrade issues
Sort by
recently updated
recently updated
newest added
Provides a better method to import split frequency CSV price files. The previous method was not correctly handling cases where there were some Hour only files, or Day only files...
In the function `estimate_SR_given_weights()` for static optimisation of the best set of instruments, there are 3 variables `wt, mu, cm` used to calculate the portfolio SR with `neg_SR()`. The formula...