El Bringy
Advanced OT User
- Joined
- Jan 5, 2013
- Messages
- 241
- Solutions
- 4
- Reaction score
- 163
Hello!
Yesterday I got endorsed into cryptocurrencies and how I can benefit from it while asleep.
Developed a safe-to-use crypto-bot that should buy at a lower price than the market price and sell at a slightly higher price than the entry price (to ensure at least 0.2% rise after moving down) this bot is supposed to work as high-frequency trading bot it will connect with Binance, using limit_orders to make stopLoss and profit margins.
if anybody would like to share some info about Python crypto bots would be nice since I'm trying to finalize the bot as 100% safe to use adaptable to market as it uses machine learning to understand the market historical (OHCV) data & trends, which allows the code to predict the price of the following second and either to buy or not, the code re-trains itself on latest data to give the best input features for the LTSM model training.
I think I implemented enough techniques including market bands & RSI but it feels like something is missing, like for example if the code didn't make a purchase but it thinks it did but binance failed it will sell as it made a past purchase, anybody is doing the same with python or have idea how to make that code work seamlessly?
any instruction or tips into making this bot safe to use on spot account with 500+USD like safety measurements OR technique & logic required im sure im missing alot, i also don't mind sharing the whole code didn't feel like discussion is the good place for it.
Yesterday I got endorsed into cryptocurrencies and how I can benefit from it while asleep.
Developed a safe-to-use crypto-bot that should buy at a lower price than the market price and sell at a slightly higher price than the entry price (to ensure at least 0.2% rise after moving down) this bot is supposed to work as high-frequency trading bot it will connect with Binance, using limit_orders to make stopLoss and profit margins.
if anybody would like to share some info about Python crypto bots would be nice since I'm trying to finalize the bot as 100% safe to use adaptable to market as it uses machine learning to understand the market historical (OHCV) data & trends, which allows the code to predict the price of the following second and either to buy or not, the code re-trains itself on latest data to give the best input features for the LTSM model training.
I think I implemented enough techniques including market bands & RSI but it feels like something is missing, like for example if the code didn't make a purchase but it thinks it did but binance failed it will sell as it made a past purchase, anybody is doing the same with python or have idea how to make that code work seamlessly?
any instruction or tips into making this bot safe to use on spot account with 500+USD like safety measurements OR technique & logic required im sure im missing alot, i also don't mind sharing the whole code didn't feel like discussion is the good place for it.
Last edited: