mole3421278 / Daibotuten-futures-trading-optimizer-bot

A bot to automatize the futures trading on Binance
59 stars 7 forks source link

[Question] Is there any method to set variables outside GUI? #7

Closed orsson9 closed 2 years ago

orsson9 commented 2 years ago

For example GUI is allowing user to set "Amount per positon" from range 2 - 20 USDT. Is there any method to go beyond this limitation like for example changing config file?

Possible enhancement -> have some kind of tick box in GUI called pro mode -> if selected user have wider range for selecting properties like amout per position, leverage etc.

mole3421278 commented 2 years ago

It's implementable. You have a point: for the moment the settings are set to moderate the risk, that is to keep impossible to use a high leverage that can cause to lose everything in a fluctuation caused by market manipulation and to keep low the exposure to a single position limiting the maximum amount per position (if someone has only 100 usdt and put everything in a single position, then it's plausible that it will lose everything really soon). However for expert people these limitations can be lifted as you suggest. Which kind of settings can be useful to be changed in a config file?

mole3421278 commented 2 years ago

List all of them, I'll give a thought about them and implement a new version

orsson9 commented 2 years ago

Thanks for consideration.

Properties to be more adjustable:

We can put into consideration all Buy / Dont buy properties.

mole3421278 commented 2 years ago

Yes, if cryptos for buy/don't buy are listed in a config file then it results as less boring to set it up the bot whenever it restarts. Will add this upgrade, thank you for the proposal.

mole3421278 commented 2 years ago

Released the upgrade proposed by orsson9. Thank you very much for the proposal. Closing this issue.