You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi all,
Commercial Network Service is a specialist for trader's desktop.
We use it for our system, we have nearly 10/12 MT4 session on our desktop.
CNS never reboot during the trading week.
You can find more information here
Regards.
EA Hosting Questions
I have 2 questions about EA hosting;
1) Is our EA safe/secure by using this kind of EA hosting services?
2) Has anyone had any experience with Forex Hoster?
Many thanks!
Running EA on VPS?
1) First you have to check the latency to pupolar brokers
in your dos window, or "run" - "cmd", to get a dos window,
then you ping your broker
ping 213.203.213.54
so you see the average mille second. it is good if the average latency is under 100 ms, it is very good if the average latency is under 50 ms.
ActivTrades [213.203.213.54]
Admiral Markets [71.5.110.101]
Alpari-UK [4.68.117.167]
Alpari-US [208.122.44.105]
ATC [209.123.10.14]
Blackbay [158.43.37.202]
FastBrokersFX [129.250.192.74]
Forex.com [216.52.95.73]
ForexMeta SEE FXDD
FXCast [212.12.60.156]
FXCM [204.8.241.81]
FXDD [129.250.192.70]
FXOpen [67.228.118.134]
Gallant FX [216.93.249.69]
InterbankFX [66.114.118.12]
IKON Royal [63.211.88.70]
InstaForex.com [75.126.23.50]
ITradeFX [216.53.196.86]
MasterForex [88.85.79.4]
MB Trading [216.52.107.78]
MigFX [92.42.240.61]
PFG Best [24.191.96.245]
Sig [208.43.162.196]
SpotTrader SEE PFG BEST
StrategyBuilderFX [66.148.74.123]
Tadawulfx [87.119.205.66]
TradeView [4.68.99.37]
Velocity4FX [208.96.31.79]
Metatrader must be hosted on window VPS server, not a linux one, not an unix one.
the VPS computer is better start from 512 mb ram.
http://www.mt4free.com hosting your EA for free, however, only with 3 forex broker.
VPSLAND.com :: Windows VPS Hosting Plans, $18 per month
Swvps.com - USA & UK Virtual Private Servers - OpenVZ and XEN, Forex VPS, $20 usd per month
http://www.commercialnetworkservices.com $30 usd per month
ForexVPS | Forex VPS Hosting, $35 USD per month
Commercial Network Services
I subscribe to swvps but relocate to L.A, already 1month with them.
No downtime that I'm not aware of, currently running 9 MT4 on my VPS using 300-400MB RAM.
20usd for 700mb RAM, very cheap! and they already disable all the services that are not needed.
The only thing I'm worry is that swvps seems like a one man show company.
Hi Ciberpal,
The only way an EA can be running is if it is attached to chart in metatrader.
If you have removed it then the only thing I can think of is that you have another instance of metatrader running with that EA attached.
Look in taskmanager to see if there are any extra terminal's running or users logged in.
Scheduled task to auto close and open the terminal
Hi all,
I have found that it is a good idea to close the trading terminal's down and restart them regularly to keep things running smoothly.
I have set up a scheduled task in windows to do this every day.
Save the 2 attached files to your PC.
endprograms.txt - will close terminals
startterminal.txt - will open terminals
Open the file endprograms.txt with notepad:
You will see in the file there is a command " taskkill /im terminal.exe ", when this file is run it will close all running instances of metatrader "terminals".
Save this file with the extension .BAT
You can now try this by double clicking the file from windows explorer.
Open the file startterminal.txt with notepad:
The location and the .exe file to be run must be included in this file.
The start "1" "C:\Program Files (x86)\MetaTrader1\terminal.exe" must be changed for the location of the terminal.exe you want to open.
You can find the location of your terminal.exe file by right clicking on it in windows explorer and selecting properties.
More than 1 start command can be issued by including a new command line starting with " start "2" " etc.
When you have finished the changes save the file with the extension .cmd
You can test this by double clicking the file from windows explorer.
Set up a scheduled task:
Go to Start/Accessories/System Tools/Scheduled tasks/Add Scheduled task
Browse to the location of the endprograms.BAT and set the scheduler to run the file as you require. Then set up a scheduled task to run the startterminal.cmd a minute or 2 later.
ciberpal,
Then you must have a session of metatrader that is still running, check all the sessions and kill the one you do not want. Sometime, one session is not killed althrough you have closed the metatrader there, so the session is still running.
Hi all,
I have found that it is a good idea to close the trading terminal's down and restart them regularly to keep things running smoothly.
I have set up a scheduled task in windows to do this every day.
Save the 2 attached files to your PC.
endprograms.txt - will close terminals
startterminal.txt - will open terminals
Open the file endprograms.txt with notepad:
You will see in the file there is a command " taskkill /im terminal.exe ", when this file is run it will close all running instances of metatrader "terminals".
Save this file with the extension .BAT
You can now try this by double clicking the file from windows explorer.
Open the file startterminal.txt with notepad:
The location and the .exe file to be run must be included in this file.
The start "1" "C:\Program Files (x86)\MetaTrader1\terminal.exe" must be changed for the location of the terminal.exe you want to open.
You can find the location of your terminal.exe file by right clicking on it in windows explorer and selecting properties.
More than 1 start command can be issued by including a new command line starting with " start "2" " etc.
When you have finished the changes save the file with the extension .cmd
You can test this by double clicking the file from windows explorer.
Set up a scheduled task:
Go to Start/Accessories/System Tools/Scheduled tasks/Add Scheduled task
Browse to the location of the endprograms.BAT and set the scheduler to run the file as you require. Then set up a scheduled task to run the startterminal.cmd a minute or 2 later.This would be cool.