Fully automated crypto trading powered by a custom price prediction AI and a structured/tiered DCA system.
THESE INSTRUCTIONS WERE WRITTEN BY AI! PLEASE LET ME KNOW IF THERE ARE ANY ERRORS OR ISSUES WITH THIS SETUP PROCESS!
If you have any crypto holdings in Robinhood currently, either transfer them out of your Robinhood account or sell them to dollars BEFORE going through this setup process!
This page walks you through installing PowerTrader AI from start to finish, in the exact order a first-time user should do it.
No coding knowledge needed.
These instructions are Windows-based but PowerTrader AI can run on any OS.
Important: This software can place trades automatically. You are responsible for what it does.
Keep your API keys private. We are not giving financial advice. We are not responsible for any losses incurred. You are fully responsible for doing your own due diligence to learn and understand this trading system and to use it properly. You are fully responsible for all of your money, and any gains or losses.
- Go to python.org and download Python for Windows.
- Run the installer.
- Check the box that says: “Add Python to PATH”.
- Click Install Now.
- On the PowerTrader AI GitHub page, click Code → Download ZIP.
- Extract the ZIP somewhere simple, like:
C:\PowerTraderAI\
-
Open Command Prompt (Windows key → type cmd → Enter).
-
Go into your PowerTrader AI folder. Example:
cd C:\PowerTraderAI -
Install everything PowerTrader AI needs:
python -m pip install -r requirements.txt
From the same Command Prompt window (inside your PowerTrader folder), run:
python pt_hub.py
The app that opens is the PowerTrader Hub.
This is the only thing you need to run day-to-day.
In the Hub, open Settings and do this in order:
- Main Neural Folder: set this to the same folder that contains
pt_hub.py(recommended easiest). - Choose which coins to trade: start with BTC.
- While you are still in Settings, click Robinhood API Setup and do this:
- Click Generate Keys.
- Copy the Public Key shown in the wizard.
- On Robinhood, add a new API key and paste that Public Key.
- Set permissions to allow trading (the wizard tells you what to select).
- Robinhood will show your API Key (often starts with
rh). Copy it. - Paste the API Key back into the wizard and click Save.
- Close the wizard and go back to the Settings screen.
- NOW click Save in Settings.
After saving, you will have two files in your PowerTrader AI folder:
r_key.txt and r_secret.txt
Keep them private.
PowerTrader AI uses a simple folder style:
BTC uses the main folder, and other coins use their own subfolders (like ETH\).
Training builds the system’s coin “memory” so it can generate signals.
- In the Hub, click Train All.
- Wait until training finishes.
When training is done, click:
- Start All
The Hub will:
start pt_thinker.py, wait until it is ready, then it will start trader.py.
You don’t need to manually start separate programs. The hub handles everything!
- These are signal strength levels from low to high.
- Higher number = stronger signal.
- LONG = buy-direction signal. SHORT = sell-direction signal.
A TRADE WILL START FOR A COIN IF THAT COIN REACHES A LONG LEVEL OF 3 OR HIGHER WHILE HAVING A SHORT LEVEL OF 0!
- Open Settings
- Add one new coin
- Save
- Click Train All, wait for training to complete
- Click Start All
PowerTrader AI is COMPLETELY free and open source! If you want to support the project:
- Cash App: $garagesteve
- PayPal: @garagesteve
- Patreon: patreon.com/MakingMadeEasy
PowerTrader AI is released under the Apache 2.0 license.