been testing for 1 day, have .5 dollars profit.all latency arbitrage not work in real, believe me
in real account? show mebeen testing for 1 day, have .5 dollars profit.
Profits are profits bro.
Hi everyone
Here's another python 3 script.
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 replace the <TOKEN>, <ID> and <KEY> fields with yours in BOTH files with a text editor.
Then, install the dependancies using the pip3 install commands located at the beginning of each file.
Finally, you can start the algorithm by typing "python SyForge.py" in a command prompt from the directory of the script.
This script uses 2 asynchronous functions that are launched every minutes for the first one and every 15 min for the second. The first one is contained in SyForge.py and compare the differences in the direction vectors of the 28 pairs from 2 data feeds with a covariance score generated by the second function. This second funtion is contained in covar.py and computes the covariance for each pair combination possible and save it to a file later called by the algo. It's automatically driven by SyForge.py.
Enjoy !
![]()
I already make an other 1forge account, but seems that doesnt solve the problem.Hi Symphoenix,
im getting this error and very high latency on 1forge, any tip or idea to solve this?
View attachment 72967
we need to know how much difference in lantency must have the brokers for the algo can works fineI try it for 24 hours from yesterday and today and lost 26$ "DEMO ACCOUNT"
it win some trades but lost more trades
vps in london, latency from 90 to 100
maybe I should use a vps in japan since the oanda demo server is in japan
any sugestion?
View attachment 73081
today i will try SyTrage_v1.5.py
do you have telegram bro?I try it for 24 hours from yesterday and today and lost 26$ "DEMO ACCOUNT"
it win some trades but lost more trades
vps in london, latency from 90 to 100
maybe I should use a vps in japan since the oanda demo server is in japan
any sugestion?
View attachment 73081
today i will try SyTrage_v1.5.py
yes pm medo you have telegram bro?
I try it for 24 hours from yesterday and today and lost 26$ "DEMO ACCOUNT"
it win some trades but lost more trades
vps in london, latency from 90 to 100
maybe I should use a vps in japan since the oanda demo server is in japan
any sugestion?
View attachment 73081
today i will try SyTrage_v1.5.py
hi sir can you tell me for what platform this EAHi everyone
Here's another python 3 script.
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 replace the <TOKEN>, <ID> and <KEY> fields with yours in BOTH files with a text editor.
Then, install the dependancies using the pip3 install commands located at the beginning of each file.
Finally, you can start the algorithm by typing "python SyForge.py" in a command prompt from the directory of the script.
This script uses 2 asynchronous functions that are launched every minutes for the first one and every 15 min for the second. The first one is contained in SyForge.py and compare the differences in the direction vectors of the 28 pairs from 2 data feeds with a covariance score generated by the second function. This second funtion is contained in covar.py and computes the covariance for each pair combination possible and save it to a file later called by the algo. It's automatically driven by SyForge.py.
Enjoy !
![]()