- January 31, 2019
- Posted by: Forex Wiki Team
- Category: Free Forex EA
Hello all !
*** ***
Here is one other reward from me
It is a python script that makes use of OANDA's API to commerce statistical imbalances between 6 pairs.
[EURUSD, GBPUSD, EURGBP, EURJPY, GBPJPY, USDJPY]
All it's a must to do is enter IDs and Tokens for OANDA and Telegram (to get notifications) into the file.
Configuration
pip3 set up oandapyV20
pip3 set up pyTelegramBotAPI
pip3 set up multiprocessing
Execution
python3 SyTrage_v1.1.py
Tutorial
1- Set up python3 -> https://www.python.org/ftp/python/3.7.2/python-3.7.2.exe
/! In the course of the set up course of, remember to tick the field "Add to PATH...".
Reboot.
2- When it is completed, open a terminal window (command immediate) and set up the dependencies utilizing the 3 "pip3 set up..." instructions (pip3 is a packet supervisor used so as to add libraries).
3- Edit the SyTrage script with any textual content editor to exchange the IDs and Tokens values firstly of the code with yours. Reserve it.
4- Launch the script by typing "python3 SyTrage_v1.1.py" from the listing of this file (you possibly can navigate to this listing with some "cd" instructions).
(5- You'll be able to cease the execution of the script with Ctrl+C.)
I like to recommend beginning to use it with a demo account.
500$ 1:100
No martingale - not arbitrage per se, simply utilizing currencies weights to achieve an edge.
--------------------------------------------------------------------------------------------------------
Necessary Notes:
1- No want to make use of "pip3 set up multiprocessing" as it's already included in python 3.7.2 !
2- Use "python SyTrage_v1.1.py" or ""python3 SyTrage_v1.1.py"" to launch the script.
1- Begin by making a Telegram bot : https://www.sohamkamani.com/weblog/2016/09/21/making-a-telegram-bot/
You may obtain a Token.
2- Ahead a message at @userinfobot and you will get your chat id.
Cheers