-
* Operating system: _Windows11_
* Python Version: __3.10.12___
* CCXT version: _4.026_
* Freqtrade Version: __2023.6__
## Your question
Hi, I understand stoploss is necessary for ris…
-
## Bug report
## Description
The `hyperopt_loss_function` within the `MaxDrawDownRelativeHyperOptLoss` class contains an error in the condition check for `relative_drawdown`. This issue affects t…
-
![](https://miro.medium.com/v2/resize:fit:2313/1*3nywRx9OH0kDxzcU6wMlqg.jpeg)
Simulated image of the Earth from the Moon, Courtesy NASA.
# A Planetary Perspective by _Dr._ Jonathan Foley
This moment …
-
Hi Ran. Thanks for the library :)
The issue I'm reporting is that the columns in the tearsheet are not correct and need to be swapped.
For instance, in the following image, `Cumulative Return` and…
-
Hey Ran
Great work, just wanted to get your input on this, as it seems to be on a few other issues for a while, could be user error, would love to know your opinion. Thanks mate!
There are a few…
-
Is there a way to export the tables to a gsheet/csv/excel?
-
Code:
import bt
data = bt.get('spy, agg', start='2010-01-01')
s = bt.Strategy('s1', [bt.algos.RunMonthly(),
bt.algos.SelectAll(),
bt.algos.WeighEqually(…
-
Hi, I tried these lines of code and get:
```
stock = qs.utils.download_returns('SPY')
print(qs.stats.sharpe(stock,rf=10.0,periods=252))
print(qs.stats.sharpe(stock,rf=100.0,periods=252))
print(qs…
-
Dear nkaz,
First of all, I'd like to thank you very much for this amazing repository. I feels good to find someone who`s trying to implement the same papers that I've been reading over the last few…
-
I was just looking at the code for
https://github.com/QuantConnect/Lean/blob/master/Algorithm.Framework/Risk/MaximumDrawdownPercentPerSecurity.py
and I may be mistaken but I think that should be re…