Stefano

Results 8 issues of Stefano

First of all, thanks a lot for your API. This is great. Recently I used your API on my Android app to retrieve card images and CFB price. Just wondering...

## Summary optimize dataframe columns' type on backtest/HO to reduce memory usage. I haven't test this with freqai, so I'm not sure whether this change gonna break freqai or not....

**Which version are you running? The lastest version is on Github. Pip is for major releases.** ```python import pandas_ta as ta print(ta.version) ``` Latest on github **Do you have _TA...

bug
info

### Operating System Ubuntu 22.04 ### Programming Languages Python ### CCXT Version 4.3.22 ### Description Get this error when trying to start the bot ``` File "/home/ubuntu/freqtrade/.venv/lib/python3.11/site-packages/ccxt/binance.py", line 9321, in...

When function numpy_rolling_window is called, if length of data is less than the supplied `window` value, this error will be thrown ``` 2024-07-29 10:19:57,751 - freqtrade - ERROR - Fatal...

## Summary Give two examples on how to use adjust_trade_position to partially exiting a trade, and the important numbers to be noted Solve the issue: #11078 ## Quick changelog -...

## Describe your environment * Operating system: Ubuntu 20.04 Docker * Python Version: _____ (`python -V`) * CCXT version: _____ (`pip freeze | grep ccxt`) * Freqtrade Version: 2024.11 and...

Question
Backtest

Add sharpe, sortino, cagr, sqn and calmar on profit stat response