Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

max_open_trades #2

Closed
Dannex opened this issue Nov 12, 2021 · 5 comments
Closed

max_open_trades #2

Dannex opened this issue Nov 12, 2021 · 5 comments

Comments

@Dannex
Copy link

Dannex commented Nov 12, 2021

Can you please tell me if you are still using "max_open_trades": 5 ?
In your backtests results v103 and v104 I see "Max open trades = 86, 97, etc..." how is it possbile if you are using "max_open_trades": 5 in your conifg.json?

Thanks

@jilv220
Copy link
Owner

jilv220 commented Nov 12, 2021

The backtest uses unlimited max_open_trades to fully test the strategy. If I use 5 instead, maybe there would be some bad trades avoided. (Since all slots are taken)

In my dry run, I still used "max_open_trades": 5

@Dannex
Copy link
Author

Dannex commented Nov 12, 2021

I don't know how can you run in dry_run on kucoin...I get "429 Too Many Requests {"code":"429000","msg":"Too Many Requests"}" error and I don't think the region is the issue.

I am trying to adjust your strategy which looks great and powerfull to Binance but I can't get even close to kucoin results...My profit in backtesting for a month it's around 2% and can't see why

@jilv220
Copy link
Owner

jilv220 commented Nov 13, 2021

Do u re-hyperopt yourself ? The strategy is hyperopted for kucoin.

@Dannex
Copy link
Author

Dannex commented Nov 13, 2021

Yep, I've hyperopt it with ShortTradeDurHyperOptLoss, but did not see any improvements. And after hyperopt it's adding stop_loss and more condtioins on roi....maybe I'm doing something wrong

@jilv220
Copy link
Owner

jilv220 commented Nov 13, 2021

Umm.. Maybe I will try to make a binance version myself if I have time.

@jilv220 jilv220 closed this as completed Nov 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants