• 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 :)

Search results

  1. Symphoenix

    New EA SyForge - Yet Another Autotrading Python Script

    :party::party::party: *** NEW VERSION *** :party::party::party: Very important update. I improved the script as I have some feedback on the strategy now... I'm planning to develop an interface in the near future... Cheers :rock:
  2. Symphoenix

    New EA SyForge - Yet Another Autotrading Python Script

    I'm asking these questions to myself... I've implemented a spread filter that ejects pairs with a spread greater than 3.5 pips (by default, setting available at the beginning of SyForge.py). A friend of mine uses OANDA's API for live trading and he told me that the slippage is inexistent most of...
  3. Symphoenix

    New EA SyForge - Yet Another Autotrading Python Script

    No, it's specifically designed to work with the very powerful OANDA's API.
  4. Symphoenix

    New EA SyForge - Yet Another Autotrading Python Script

    Not yet but it's working nicely on demo ;)
  5. Symphoenix

    New EA SyForge - Yet Another Autotrading Python Script

    :party::party::party: *** NEW VERSION *** :party::party::party: Big improvements here ! This script is now entirely functionnal (I'm using it right now ;) ). Cheers :rock:
  6. Symphoenix

    New EA SyForge - Yet Another Autotrading Python Script

    :party::party::party: *** NEW VERSION *** :party::party::party: I improved the errors handling section. ------------------------------------------------------------------------------------------------- Tutorial 1- Install python3 -> https://www.python.org/ftp/python/3.7.2/python-3.7.2.exe...
  7. Symphoenix

    New EA SyForge - Yet Another Autotrading Python Script

    :party::party::party: *** NEW VERSION *** :party::party::party: In this version, I fixed a Telegram malfunction. Cheers
  8. Symphoenix

    New EA SyForge - Yet Another Autotrading Python Script

    Hi everyone :hi: Here's another python 3 script. :party: It's called SyForge and uses 1Forge (free plan) and OANDA (demo account) to spot micro imbalances every minutes between 28 forex pairs and to trade them. 1Forge is a very fast data provider. It offers a free 1000 requests/day plan. Just...
  9. Symphoenix

    New EA SyTrage - Python Edition

    :party::party::party: *** NEW VERSION *** :party::party::party: Configuration pip3 install oandapyV20 pip3 install pyTelegramBotAPI pip3 install python-dateutil Execution python SyTrage_v1.5.py Cheers :party:
  10. Symphoenix

    New EA SyTrage - Python Edition

    Let me think about it ;)
  11. Symphoenix

    New EA SyTrage - Python Edition

    1- Start by creating a Telegram bot : https://www.sohamkamani.com/blog/2016/09/21/making-a-telegram-bot/ You'll receive a Token. 2- Forward a message at @userinfobot and you'll get your chat id.
  12. Symphoenix

    New EA SyTrage - Python Edition

    :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:
  13. Symphoenix

    New EA SyTrage - Python Edition

    It's your account number ;)
  14. Symphoenix

    New EA SyTrage - Python Edition

    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...
  15. Symphoenix

    New EA SyTrage - Python Edition

    It usually prints the currency bias except when orders are initiated...
  16. Symphoenix

    New EA SyTrage - Python Edition

    It's not a MT4/MT5 EA. It's independant from any platform as it uses OANDA's API to trade.
  17. Symphoenix

    New EA SyTrage - Python Edition

    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 ! :)
  18. Symphoenix

    New EA SyTRAGE - My first MT5 scalper !

    I have posted a little tutorial in the dedicated thread ;)
  19. Symphoenix

    New EA SyTrage - Python Edition

    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...
Back
Top