Skip to content

hackingthemarkets/ai-trading-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ai-trading-agent

ai trading agent using interactive brokers api via browser-use

Video Walkthrough:

https://www.youtube.com/watch?v=qeSwQYX-sXo

Uses my Interactive Brokers API Web Application in this repository:

https://github.com/hackingthemarkets/interactive-brokers-web-api

Bring up the Interactive Brokers Web API Container

cd ~/Projects
git clone https://github.com/hackingthemarkets/interactive-brokers-web-api.git
set environment variable for IBKR_ACCOUNT_ID
docker-compose up
authenticate with paper trading or live trading

Set up the Agent dependencies

cd ~/Projects
git clone https://github.com/hackingthemarkets/ai-trading-agents
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Carefully study and craft prompts before running the agent. Do this with paper trading to study how it works.

python3 agent.py

About

ai trading agent using interactive brokers api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages