#Warning Educational only. Use it at your own risk. I am not responsible for any financial loss.
LNMarkets.com trading bot using TradingView Technical Analysis to automatically trade. Automatically trade with proper position sizing and risk management.
You can follow my telegram group to see bot live trading: https://t.me/lnmarketsbot
git clone https://github.com/RielBitcoin/LNMarkets_Trading_Bot.git
npm install
- Go to https://app.supabase.io/
- Create two projects (MAINNET, TESTNET)
- Import Import_SQL.sql into SUPABASE (RENAME your botname and your preferred trading timeframe)
- Rename SAMPLE.env to .env and do the configuration
node dist/startBot.js
I recommend using CRON or scheduler to run your bot every 5 mins - hourly etc..
#Future improvements
- Web interface
- Auto create database
Educational only. Use it at your own risk. I am not responsible for any financial loss.