Automating trades on Binance with Alertatron and Trading View alerts
cryptoFi
🙌Become a patron to support the channel and get extra benefits: https://bit.ly/3C4aR33 📲Follow me on Twitter: https://twitter.com/cryptoFi29 🔥Create an account on Binance (save 10% on fees): https://bit.ly/3oTTNXt 🚀Create an account on KuCoin: https://bit.ly/34fOfx2 📈 Start trading on FTX now: https://ftx.com/#a=39953728 🤖 Try 3Commas for free: https://bit.ly/3yhSLbF ✅ Koinly helps you monitor your crypto portfolio and report your fees: https://bit.ly/2T7TKLO 🌡️ Celsius: earn interest on your cryptocurrencies: https://bit.ly/3ujQ8Di 📉Trading View: market analysis and charts: https://bit.ly/3ulYgDk
Set up Alertatron with the Trade Pro, including 3EMA, StochRSI and ATR indicator on Trading View. The private indicator I use is: Trade Pro - 3EMA+StochRSI+ATR.
Here is the code I used in this video:
BTC open long position (market order)
BinanceF(BTCBUSD) { exchangeSettings(leverage=1); market(side=buy, amount=95%%); } #bot
BTC open short position
BinanceF(BTCBUSD) { exchangeSettings(leverage=1); market(side=sell, amount=95%%); } #bot
BTC close position:
BinanceF(BTCBUSD) { market(position=0); } #bot
Note: BinanceF is the name I used for the API in my case.
DISCLAIMER: Please be advised that the content of my media is my personal opinion and is intended FOR GENERAL INFORMATION PURPOSES ONLY, not financial advice. Nothing herein shall be construed to be financial, legal or tax advice. The content of this video is solely the opinions of the speaker who is not a licensed financial advisor or registered investment advisor. Purchasing cryptocurrencies poses considerable risk of loss. The speaker will not be held responsible for any losses or gains. Always do your own research and advise with a professional before making your own investments.
Timestamps: 0:00 Intro 0:17 Set up the API 3:23 Common code examples 8:22 Put the code in TradingView 9:50 Create alert in TradingView 13:10 Alertatron logs 14:42 Outro ... https://www.youtube.com/watch?v=eARLJewyIF4
54177208 Bytes