ethemguner / dobot

Real Time Crypto Currency Price Tracker by using Django
2 stars 0 forks source link

algorithm implementation #3

Open ethemguner opened 2 years ago

ethemguner commented 2 years ago

this is something will take a lot of time to finish.

RecNes commented 2 years ago

Description is weak. I don't understand this issue.

ethemguner commented 2 years ago

currently we're making decisions according to DecisionSetting (you can see it from admin page)

there is a initial point in system, let's say you've 1000 dollars in your wallet (thus, in binance) and you you've entered an initial entry price in DecisionSettings lets say it's 1000$, "if current price of target coin's price decreases %-0.50 of 1000$, buy it" and after that system will look "if current price of target coin's price increases %0.60, sell it. It means system will earn %0.10 percent revenue per transaction.

this is pretty straightforward logic. needs more math, and needs to cover lots of cases. you don't need to open a pr for this issue. first of all, we need to find proper algorithm, cover the lacks of the current logic.