1. Welcome back! Thank you for being a part of this Traders Community. Let's discuss and share :)
    Selamat datang kembali! Trimakasih telah menjadi bagian dari Komunitas Trader ini. Mari berdiskusi dan berbagi :)
    Dismiss Notice

New EA SyTrage - Python Edition

Discussion in 'Expert Advisor atau Robot Forex' started by Symphoenix, 27 Jan 2019.

  1. Symphoenix

    Symphoenix Active Member Credit Hunter

    Equity
    Credit
    Ref Point
    [​IMG]
    :party::party::party: *** PYTHON EDITION *** :party::party::party:

    Hi all !

    Here's another gift from me ;)
    It's a python script that uses OANDA's API to trade statistical imbalances between 6 pairs.
    [EURUSD, GBPUSD, EURGBP, EURJPY, GBPJPY, USDJPY]

    All you have to do is enter IDs and Tokens for OANDA and Telegram (to get notifications) into the file.

    Configuration
    pip3 install oandapyV20
    pip3 install pyTelegramBotAPI
    pip3 install multiprocessing

    Execution
    python3 SyTrage_v1.1.py

    Cheers :party:
     

    Attached Files:

    • Like Like x 2
  2. locatradey

    locatradey Member Credit Hunter

    Equity
    Credit
    Ref Point
    What is your definition of statistical imbalances? and how will you trade them?
    Can you give an example?

    Thanks
     
  3. loverhh

    loverhh Well-Known Member Credit Hunter

    Equity
    Credit
    Ref Point
    Thx for your hardwork symphoenix! :)
     
    • Friendly Friendly x 1
  4. xmenedgar

    xmenedgar Member Credit Hunter

    Equity
    Credit
    Ref Point
    thanks for share
     
  5. cinu667

    cinu667 New Member

    Equity
    Credit
    Ref Point
    Could someone explain step by step how to instal it for a mt4 person? This is something new so if we want to test it advice could help a lot ;)
     
    • Useful Useful x 1
  6. Symphoenix

    Symphoenix Active Member Credit Hunter

    Equity
    Credit
    Ref Point
    Tutorial

    1- Install python3 -> https://www.python.org/ftp/python/3.7.2/python-3.7.2.exe
    /!\ During the installation process, don't forget to tick the box "Add to PATH...".
    Reboot.

    2- When it's done, open a terminal window (command prompt) and install the dependencies using the 3 "pip3 install..." commands (pip3 is a packet manager used to add libraries).

    3- Edit the SyTrage script with any text editor to replace the IDs and Tokens values at the beginning of the code with yours. Save it.

    4- Launch the script by typing "python3 SyTrage_v1.1.py" from the directory of this file (you can navigate to this directory with some "cd" commands).

    (5- You can stop the execution of the script with Ctrl+C.)
     
    Last edited: 28 Jan 2019
    • Like Like x 1
    • Useful Useful x 1
  7. Luca argento

    Luca argento Member Credit Hunter

    Equity
    Credit
    Ref Point
    What are the Ids and tokens values?
    And what to do after launched the script?
     
  8. Symphoenix

    Symphoenix Active Member Credit Hunter

    Equity
    Credit
    Ref Point
    IDs and Tokens values are specific datas that allow the script to work for you.
    You can use Google to find how to get them from OANDA and Telegram.
    Once the script is launched, sit down, relax and look at it working its magic ! :)
     
  9. Luca argento

    Luca argento Member Credit Hunter

    Equity
    Credit
    Ref Point
    But how from python is linked to my mt4?
     
  10. Symphoenix

    Symphoenix Active Member Credit Hunter

    Equity
    Credit
    Ref Point
    It's not a MT4/MT5 EA.
    It's independant from any platform as it uses OANDA's API to trade.
     
  11. cinu667

    cinu667 New Member

    Equity
    Credit
    Ref Point
    Thank You Symphoeenix! :)
     
    • Friendly Friendly x 1
  12. aquafresh

    aquafresh New Member

    Equity
    Credit
    Ref Point
    Can you make screenshots of the script?
     
  13. Symphoenix

    Symphoenix Active Member Credit Hunter

    Equity
    Credit
    Ref Point
    print.png
    It usually prints the currency bias except when orders are initiated...
     
  14. jossies

    jossies New Member

    Equity
    Credit
    Ref Point
    Is this an arbitrage system?
    can I start from 200 or 500? or need 1000 or more as minimun deposit
    is it martingale system?
    thanks for share, i will try it
     
  15. Symphoenix

    Symphoenix Active Member Credit Hunter

    Equity
    Credit
    Ref Point
    I recommend starting to use it with a demo account.
    500$ 1:100
    No martingale - not arbitrage per se, just using currencies weights to gain an edge.

    --------------------------------------------------------------------------------------------------------

    Important Notes:
    1- No need to use "pip3 install multiprocessing" as it is already included in python 3.7.2 !
    2- Use "python SyTrage_v1.1.py" or ""python3 SyTrage_v1.1.py"" to launch the script.

    --------------------------------------------------------------------------------------------------------
     
    • Like Like x 2
  16. faryne

    faryne Member Credit Hunter

    Equity
    Credit
    Ref Point
    I can't find account ID on "practice account"
     
  17. Symphoenix

    Symphoenix Active Member Credit Hunter

    Equity
    Credit
    Ref Point
    It's your account number ;)
     
    • Funny Funny x 1
    • Informative Informative x 1
  18. Symphoenix

    Symphoenix Active Member Credit Hunter

    Equity
    Credit
    Ref Point
    :party::party::party: *** NEW VERSION *** :party::party::party:
    Configuration
    pip3 install oandapyV20
    pip3 install pyTelegramBotAPI
    pip3 install python-dateutil

    Execution
    python SyTrage_v1.4.py

    Cheers :party:
     

    Attached Files:

  19. dadoh

    dadoh Member Credit Hunter

    Equity
    Credit
    Ref Point
    how i can find my Telegram TOKEN and chatid ?
     
  20. Symphoenix

    Symphoenix Active Member Credit Hunter

    Equity
    Credit
    Ref Point
    • Like Like x 1

Share This Page