Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.46 KB

README.md

File metadata and controls

18 lines (12 loc) · 1.46 KB

Features

  • This Python code is designed to use the RSI Stochastic, EMA 200, and stop loss strategies for automated trading on Binance Futures. The code is set up to trade on specific pairs - BTC/USDT, LTC/USDT, ETH/USDT, DOGE/USDT - on a 1-hour timeframe.

  • The code checks for trading opportunities using the RSI Stochastic, EMA 200, and stop loss strategies and executes a trade if an opportunity is identified. The trade will open a position either for long or short with a leverage of 20 to 25 depending on the account balance.

  • The trade will last either 4 or 12 hours depending on the settings, after which the position will be closed. This code is ideal for traders who want to automate their trading strategies and minimize the risk of manual errors. It is recommended that users familiarize themselves with the code before running it and make any necessary adjustments to suit their individual trading strategies.

Disclaimer

This bot is provided for educational and informational purposes only. It should not be construed as financial advice or an endorsement of any particular investment or trading strategy. Use the bot at your own risk.

Improvements

If you have any improvements please check Disscusions for any further improvements.

Contributing

If you'd like to contribute to the development of this bot, please fork the repository and submit a pull request.

License

This program is licensed under the MIT License. See the LICENSE file for more information.