Tiberiu Potec

Results 10 comments of Tiberiu Potec

Thank you so much for the reply! I have indeed created a [PR to ccxt directly](https://github.com/ccxt/ccxt/pull/14887) with the new changes. > Now that won't guarantee proper support for sub-minute timeframes...

Hi again, the pull request was approved and merged into the master branch on ccxt.

Some changes need to be made to the freqtrade as well, as the download-data method won't accept the 1s timeframe by default. `freqtrade download-data: error: argument -t/--timeframes: invalid choice: '1s'...

I guess multiple files need to be modified in order to make 1s work on freqtrade, [starting from this one](https://github.com/freqtrade/freqtrade/blob/6686489c068a65590fb233d8960d9fb322ecae5f/freqtrade/commands/cli_options.py#L458). I will fork the project and try and do a...

I tried adding either `timeframes: "1s"` or `timeframe:"1s"` into my config.json file, the documentation states it should be `timeframe` anyways. > timeframe | The timeframe to use (e.g 1m, 5m, ...

Hello, thanks for committing the dynamic timeframes option into the cli, just pulled new updates from develop branch, updated the ccxt dependency to latest 1.93.14 update. The command now runs...

Yup, I commented the lines throwing an exception there and it finally works downloading 1s data! Hooray! 🎉 I could make a PR with the changes if you want, and...

1. From `validate_timeframes` method inside `exchange.py` I think this condition should be erased as there's no possibility of any user input timeframe to be under 1m anymore ```python if timeframe...

+1 We really need to generate **dart non-nullable classes** with quicktype!

For me the following method worked and fixed the issue (on VSCode) 1. Open up {project}/android/build.gradle and modify the following dependencies as seen below - **classpath 'com.android.tools.build:gradle:3.5.3'** - **classpath 'com.google.gms:google-services:4.3.3'**...