How to Setup a Trading Bot on Cloud | Static IP for Algo Trading | Fix IP Whitelist Error

Опубликовано: 05 Июль 2026
на канале: Delta Exchange
2,570
103

AWS Trading Bot Setup Tutorial (Beginner) | Fix IP Not Whitelisted Error

Are you facing “IP Not Whitelisted” errors while running your trading bot using Delta API?

In this video, we explain how to fix this issue using a static IP for algo trading by deploying your bot on a cloud server. This ensures your bot runs without interruptions, with a fixed IP so you only need to whitelist once.

Why “IP Not Whitelisted” error happens
Why your bot stops on local system
What is a cloud server (EC2 instance)
Why Ubuntu is used for trading bots
Step-by-step AWS setup (Free Tier)
How to upload your bot to the server
How to run your trading bot on cloud
How to whitelist your IP on Delta Exchange
How to run your bot 24/7 (nohup command)

🔗 Useful Links:
👉 Delta Community (Support & Discussions):
https://community.delta.exchange/
👉 Delta Algo Trading Docs (API Guide):
https://docs.delta.exchange/

🧑‍💻 Sample Code: Transfer Python File to AWS

Use this command in Terminal / PowerShell:
scp -i your-key.pem your_script.py ubuntu@YOUR_PUBLIC_IP:~

Replace:
your-key.pem → your key pair file
your_script.py → your bot file
YOUR_PUBLIC_IP → your EC2 public / elastic IP

💰 Pricing:
👉 You can start with AWS Free Tier / Credits
👉 After that, cost depends on usage (~$5–$10/month for basic bots)

⚠️ When Free Tier May Not Be Enough:
Running heavy / high-frequency strategies
Using higher RAM/CPU instances
Running multiple bots
Long-term 24/7 usage after credits expire

⚠️ Important Disclaimer:
This setup improves infrastructure stability.
It does NOT guarantee trading profitability.
Always test your strategy before deploying live.

📌 If this video helped:
👍 Like the video
💬 Comment your questions
🔔 Subscribe for more algo trading tutorials