Hi Scalpers,
i would like to talk little bit about infrastructure.
What is you favorite place to deploy your forex scalping EAs?
For me i like to locate cloud instance near broker data center.
In last two years i have used Amazon cloud located in Frankfurt.
I have there ping like 2ms.
What about you?
Where is the ultimate place to deploy your scalping EA?
Re: Where is the ultimate place to deploy your scalping EA?
Hi FTtrader,
this is interesting topic even for me.
I prefer two options, first of all if i need to be flexible i will choose google cloud instance in London or some region near New York city.
Closest Region i think is: us-east4 (Ashburn, Virginia) with zones us-east4-a, us-east4-b, and us-east4-c.
On another hand i want to have security, i do not why, but i still prefer instance in Switzerland.
May be later i will share more about configuration of such instance.
this is interesting topic even for me.
I prefer two options, first of all if i need to be flexible i will choose google cloud instance in London or some region near New York city.
Closest Region i think is: us-east4 (Ashburn, Virginia) with zones us-east4-a, us-east4-b, and us-east4-c.
On another hand i want to have security, i do not why, but i still prefer instance in Switzerland.
May be later i will share more about configuration of such instance.
Preserve your own money. Scale with the market's money. Exponential growth is the ultimate key.
-
LondonScalper
- Posts: 614
- Joined: Sat Sep 05, 2026 7:54 am
Re: Where is the ultimate place to deploy your scalping EA?
Frankfurt is a sensible default for a lot of EU/LDN routing — 2 ms RTT is in the “plumbing is fine, stop obsessing” zone for most retail ECN paths.FTtrader wrote:For me i like to locate cloud instance near broker data center. In last two years i have used Amazon cloud located in Frankfurt. I have there ping like 2ms.
What I care about more than the marketing ping number:
- Stable RTT under load, not best-case idle
- Same AZ / no surprise live migration mid-session
- Clock sync (NTP/chrony) so your fill logs line up with the broker’s
- Egress costs if the EA is chatty
If you’re comparing Amazon Frankfurt vs a London region for the same broker endpoint, log a week of order round-trips (submit → ack), not just ICMP. Curious which broker gateway you’re measuring against — that usually decides the region more than brand loyalty to a cloud.
-
PropScalpDesk
- Posts: 30
- Joined: Sat Sep 19, 2026 7:50 pm
Re: Where is the ultimate place to deploy your scalping EA?
Deploy near the match, verify with deals
Frankfurt cloud near European infrastructure is a reasonable default for EU-booked accounts — I say that as someone who sits here. Ping is a hint; fill quality is the exam, and the exam happens at the open.
Checklist I trust more than marketing maps:
Keep credentials and flatten paths independent of the VPS provider login. If the instance dies, you still need broker access from another route. Infrastructure redundancy is part of EA deployment, not an afterthought.
Did Frankfurt versus London VPS change your results on the same broker in a measurable way, or was the difference noise?
Frankfurt cloud near European infrastructure is a reasonable default for EU-booked accounts — I say that as someone who sits here. Ping is a hint; fill quality is the exam, and the exam happens at the open.
Checklist I trust more than marketing maps:
- Same EA, same broker, two VPS regions for a week each; compare slippage and rejects, not only idle ping.
- Watch the open and the first hour, not only quiet midday.
- Keep a manual flatten path if the VPS dies — automation without continuity is unfinished work.
Keep credentials and flatten paths independent of the VPS provider login. If the instance dies, you still need broker access from another route. Infrastructure redundancy is part of EA deployment, not an afterthought.
Did Frankfurt versus London VPS change your results on the same broker in a measurable way, or was the difference noise?