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

New EA SyForge - Yet Another Autotrading Python Script

Yep, i did both of that and the behaviour is still the same...
Can the crash in the thread be hardware related?
I doubt this is hardware related. What you can do, as you seem to know python a bit, is to create a virtual environment and install every dependencies again for this unique environment. Here's the requirements.txt file.
Code:
# This file is used by pip to install required python packages
# Usage: pip3 install -r requirements.txt

asyncio
matplotlib
numpy
oandapyV20
pandas
pyTelegramBotAPI
python-dateutil
requests
schedule
scipy
simplejson
statsmodels
Tell me if you need more details ;)
 
I don´t know if I understood the strategy but if yes I have this questions:

if this strategy is a "latency arbitrage" strategy or similar:

- is Oanda the slow broker?
- allow Oanda this type of strategy in real?
- is this tested in real? the slippage is the bigger problem in Latency strategies.
 
Just now I see ea can working through command prompt
how then trading result whether can we look on mt4 history?
 
I put the program on my NY VPS, and got some network latency information below:
Oanda's Async Latency: 22.0 ms
Forge's Async Latency: 129.0 ms
Price retrieval's Latency: 156.0 ms
Oanda's Async Latency: 21.0 ms
Forge's Async Latency: 193.0 ms
Price retrieval's Latency: 220.0 ms
Is that latency normal for this kinds of strategy? Is the latency lower, the performance is better? Thanks!
 
Yes, that's the one.
When you create the sub-account, select "v20 fxTrade" and activate "Enable Hedging".
 
if this strategy is a "latency arbitrage" strategy or similar:

- is Oanda the slow broker?
- allow Oanda this type of strategy in real?
- is this tested in real? the slippage is the bigger problem in Latency strategies.
 
Hello Symphoenix

One question, its about 1Forge, where do we input the API key for 1 forge?
I attach the images with the description, please let me know if I did something wrong, also I made some comments.
 

Attachments

  • SyTrage 1.4.jpg
    SyTrage 1.4.jpg
    214.9 KB · Views: 167
  • covar.jpg
    covar.jpg
    186.6 KB · Views: 145
What do you think if we make a telegram group chat?
We can share ideas and strategies for arbitrage, like triangular gold arbitrage and so on.
 
Hello Symphoenix

One question, its about 1Forge, where do we input the API key for 1 forge?
I attach the images with the description, please let me know if I did something wrong, also I made some comments.
This is where you need to enter 1forge id in Syforge.py file.
Capture.JPG
 

Attachments

  • Capture.JPG
    Capture.JPG
    24.2 KB · Views: 589
Back
Top