Binance Bitcoin Day-Trade Bot
Budget: $30 – $250 USD
I need a fully-automated trading bot that plugs directly into the Binance API and executes a day-trading strategy on Bitcoin only. The core logic should open and close positions within the same day, reacting to real-time price movements and current order book depth.
Robust risk management is essential. Every position must be protected by:
• Stop-loss orders
• Take-profit levels
• Trailing stops
I want these safeguards easily adjustable from a config file or a simple web/CLI dashboard so I can fine-tune percentages without touching the code.
Preferred tech is Python (ccxt, python-binance, pandas, TA-Lib) but I’m open to Node.js if you already have a solid framework. The program should:
• Authenticate with my API keys securely (env vars / .env)
• Stream live price data via WebSocket for low-latency decisions
• Place, edit and cancel orders instantly as market conditions shift
• Log every trade with timestamp, entry, exit, P&L and reason for action
• Restart gracefully after a crash or network glitch
Deliverables:
1. Clean, well-commented source code in a private Git repo
2. README with setup steps and parameter explanations
3. Sample config file showing default stop-loss, take-profit and trailing values
4. Quick video or screenshots proving the bot opens/closes a BTC position on Binance testnet
I’ll validate by running the bot on the Binance testnet for one trading session and confirming it respects all three protective orders while completing at least one round-trip trade.
Robust risk management is essential. Every position must be protected by:
• Stop-loss orders
• Take-profit levels
• Trailing stops
I want these safeguards easily adjustable from a config file or a simple web/CLI dashboard so I can fine-tune percentages without touching the code.
Preferred tech is Python (ccxt, python-binance, pandas, TA-Lib) but I’m open to Node.js if you already have a solid framework. The program should:
• Authenticate with my API keys securely (env vars / .env)
• Stream live price data via WebSocket for low-latency decisions
• Place, edit and cancel orders instantly as market conditions shift
• Log every trade with timestamp, entry, exit, P&L and reason for action
• Restart gracefully after a crash or network glitch
Deliverables:
1. Clean, well-commented source code in a private Git repo
2. README with setup steps and parameter explanations
3. Sample config file showing default stop-loss, take-profit and trailing values
4. Quick video or screenshots proving the bot opens/closes a BTC position on Binance testnet
I’ll validate by running the bot on the Binance testnet for one trading session and confirming it respects all three protective orders while completing at least one round-trip trade.
Related categories:
PHP
JavaScript
Python
Software Architecture
Node.js
Risk Management
Market Analysis
Backtesting