Build your own strategy following the example, let the bot trade for you!
Get market data, analyze data, make decision, place market or limit order, check account info, position status.
All in One!
- Make your code employed
- Make your bot employed
- Make yourself free
-
Install Python: https://www.python.org/downloads/
-
Install MooMoo/Futu OpenD: https://www.moomoo.com/download/OpenAPI
-
Install requirements: run in CMD under root directory:
pip install -r requirements.txt
-
Go to the
env/_secret.py
and fill in your trading password. -
Go to the
strategy/Your_Strategy.py
, and replace the example strategy instrategy_decision(self)
with your own strategy. -
Login to MooMoo/Futu OpenD, setup the port number to
11112
or11111
, which should be the same asMOOMOOOPEND_PORT
inTradingBOT.py
.
-
Check all the settings in
TradingBOT.py
, following the instructions in the project setup section. -
Go to the project root directory and run in CMD:
python TradingBOT.py
- Don't share any API key, secret key, or password.
- Any questions, please contact:
Discord/Wechat ID: squawkwallstreet
. - MooMoo Official API Docs: https://openapi.moomoo.com/moomoo-api-doc/en/intro/intro.html
⏫ Get more info from LookAtWallStreet on Patreon ⏫
Feel free to use the link below to get a MooMoo account, 0 fees for most tradings. We both can get some free stocks. 💰 https://j.moomoo.com/011Pu5
or, just add me on Discord. My Discord ID: squawkwallstreet
Please feel free to check my Webull Bot Repo: https://github.com/LukeWang01/Program-Trading-Based-on-Webull