Go Back   DailyFX Forum > FXCM Products and Services > MT4 > General MT4 Forum

Reply
 
Thread Tools Rating: Thread Rating: 45 votes, 4.73 average.
  #91 (permalink)  
Old 03-04-2009, 12:19 AM
MT4 Specialist
 
Join Date: Feb 2009
Posts: 20
Jason Andrus is an unknown quantity at this point
Quote:
Originally Posted by Sweet Pip View Post
Is that true?...When did that change?

Would that apply to BC Canadians too?

Hope so...
The minimum was lowered earlier in February due to popular demand, and this does apply to BC Canadians. Just make sure to fill out the BC application when applying and list MT4 as the referral on the account so that it is setup on MT4.
Reply With Quote
  #92 (permalink)  
Old 03-04-2009, 08:37 AM
buylow1's Avatar
Registered User
 
Join Date: Feb 2009
Posts: 3
buylow1 is an unknown quantity at this point
what's the new minimum?

Also, anyone herd anything about an E.T.A. for MT5?
Reply With Quote
  #93 (permalink)  
Old 03-08-2009, 09:45 PM
Registered User
 
Join Date: Mar 2009
Posts: 1
TraderGuy is an unknown quantity at this point
mt4 experiences

Hi everyone, I was looking at possibly switching to an fxcm-mt4 account, but first would like to find out how its been working out for users.

So before making the switch to fxcm-mt4 I would greatly appreciate hearing about your experiences with it so far.
Reply With Quote
  #94 (permalink)  
Old 03-18-2009, 02:14 PM
Registered User
 
Join Date: Mar 2009
Posts: 2
dgsteckman is an unknown quantity at this point
Does the MT4 platform trade using pips or units? I trade other peoples' accounts using a lpoa and currently have under 50k trading, therefore I have to open each account separately and trade. When I get a LAM or PAM account could I use the MT4 platform in order to trade for all accounts? Also is there an "Alerter" that you would recommend for the MT4? Thanks

Last edited by dgsteckman; 03-18-2009 at 02:17 PM..
Reply With Quote
  #95 (permalink)  
Old 03-24-2009, 03:35 AM
Member
 
Join Date: Mar 2009
Posts: 5
georgeharrison is an unknown quantity at this point
mt4

Hi everyone, I will be happy to know your opinion on fxcm-mt4.
Thanks ...
Reply With Quote
  #96 (permalink)  
Old 03-25-2009, 02:22 AM
PFV PFV is offline
Member
 
Join Date: Oct 2008
Posts: 9
PFV is an unknown quantity at this point
As for FXCM, this is a well funded, registered broker with a good reputation and support a reliable trading platform (FX Trading Station).

As for their MT4 platform, I only used it for a week, and returned to a former broker--only because my EA would not work with fractional pips (1.12345). What I mean is that my EA could not properly handle fifth decimal.

If you're only executing trades manually, and want MetaTrader, I think you will find FXCM-MT4 to work well.
Reply With Quote
  #97 (permalink)  
Old 03-25-2009, 08:26 AM
Member
 
Join Date: Feb 2009
Posts: 12
bisecom is an unknown quantity at this point
historical data

Dear Andrus Jason,

Every broker work with specific banks and has its own price history with their spreads, high and min prices.
Kindly advise, how could I get historical datas from FXCM micro for Eur/Gbp, Eur/USD to import them to my MT4. I need it to do optimisation of my EAs for your historical feed.
Hope to get your soon reply,
Regads,

Bisecom
Reply With Quote
  #98 (permalink)  
Old 03-27-2009, 02:13 AM
MT4 Specialist
 
Join Date: Feb 2009
Posts: 20
Jason Andrus is an unknown quantity at this point
Hello Bisecom,

Our consulting services has historical data for backtesting EA's. Please note the MT4 platform is only available for standard 10k accounts, and all micro accounts are traded on the FX Trade Station II platform. To ask about historical data for backtesting, contact by email or phone:

consulting@fxcm.com
1-212-897-7660, ext. 719085.


Quote:
Originally Posted by bisecom View Post
Dear Andrus Jason,

Every broker work with specific banks and has its own price history with their spreads, high and min prices.
Kindly advise, how could I get historical datas from FXCM micro for Eur/Gbp, Eur/USD to import them to my MT4. I need it to do optimisation of my EAs for your historical feed.
Hope to get your soon reply,
Regads,

Bisecom
Reply With Quote
  #99 (permalink)  
Old 03-30-2009, 06:49 AM
Member
 
Join Date: Mar 2009
Posts: 9
jrob195 is an unknown quantity at this point
I find MT4 is good.
Reply With Quote
  #100 (permalink)  
Old 03-31-2009, 11:54 PM
MT4 Specialist
 
Join Date: Feb 2009
Posts: 20
Jason Andrus is an unknown quantity at this point
The new MetaTrader 4 Build 221 is now available for FXCM's MT4.

The FXCM Metatrader 4 platform will not update on its own. To update, you can run the installation file from our website directly over the one on your computer. There's no need to uninstall the platform before installing it again.

Here is the link for the new build http://www.fxcm.com/download/fxcm4setup.exe
Reply With Quote
  #101 (permalink)  
Old 04-02-2009, 09:53 PM
Member
 
Join Date: Apr 2009
Posts: 8
WWW2009 is an unknown quantity at this point
Technical questions about MT4 on FXCM

1. My first question is when I print the 'Point' value using following code:

Print(Point);

To my surprise the value is 0 rather than 0.00001, is it normal? And if you print out the Bid and Ask values you also will find only 4 digits after decimal point are displayed. For example:

Print(Bid);// only 1.1234 rather than 1.12345 is displayed

So in EA coding, what values should we use? the 5 digits or the 4 digits?

2. When I did backtest to my EA(real account), most time the opened order can not be closed, the error code shows 'requote' happened when my EA try to close orders. Sometime orders can be closed normally, but it's very rare. I have tried my EA on other MT4 platforms with demo account, it can close orders normally all the time. I know FXCM provides 5 digits precision and I have done corresponding corrections to my EA. Can somebody from FXCM help me for this?

Thank you.

Last edited by WWW2009; 04-02-2009 at 11:36 PM..
Reply With Quote
  #102 (permalink)  
Old 04-03-2009, 03:01 AM
Member
 
Join Date: Apr 2009
Posts: 8
WWW2009 is an unknown quantity at this point
Technical questions continued

I have solved my first question. As to question 2 I provide you my test EA code for your reference. It's great if anyone can help me on this. Thanks.

************************************************** ********
2. When I did backtest to my EA(real account), most time the opened order can not be closed, the error code shows 'requote' happened when my EA try to close orders. Sometime orders can be closed normally, but it's very rare. I have tried my EA on other MT4 platforms with demo account, it can close orders normally all the time. I know FXCM provides 5 digits precision and I have done corresponding corrections to my EA. Can somebody from FXCM help me for this? Thank you.
************************************************** ********

I am attaching the source code of my test EA for your reference. In this EA, an instant sell order will be opened at the beginning of each day. When the stop loss value is reached, the order will be closed by the EA. Otherwise, the previous day's order will be closed on current day's beginning at 00:00. I have back tested it on FXCM's MT4 platform, however the opened can not be closed. 'requote' errors happened every time the EA try to close the order. On other MT4 platforms this EA works well. Any suggestions? Thank you.
Attached Files
File Type: zip test.zip (1.1 KB, 27 views)
Reply With Quote
  #103 (permalink)  
Old 04-06-2009, 12:30 AM
Registered User
 
Join Date: Apr 2009
Posts: 1
fxbit is an unknown quantity at this point
Try increasing your slippage. The slippage is in points, that means 1 = 0.00001 slippage.
Reply With Quote
  #104 (permalink)  
Old 04-06-2009, 07:34 PM
Member
 
Join Date: Mar 2009
Posts: 9
jrob195 is an unknown quantity at this point
I use and am content with Meta Trader.
Reply With Quote
  #105 (permalink)  
Old 04-07-2009, 10:00 AM
Member
 
Join Date: Apr 2009
Posts: 8
WWW2009 is an unknown quantity at this point
Quote:
Originally Posted by fxbit View Post
Try increasing your slippage. The slippage is in points, that means 1 = 0.00001 slippage.
Thank you! However, the opened order still can not be closed at a given time. Now I am attaching a new test EA. In this EA, every 2 minutes a sell order will be opened and closed. The order open is OK. "Invalid Price" errors happened always in order closing (slippages are 30 now). Can people from FXCM help me on this? Thanks.
Attached Files
File Type: zip test.zip (1,016 Bytes, 22 views)
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




Disclaimer: Trading foreign exchange on margin carries a high level of risk, and may not be suitable for all investors. The high degree of leverage can work against you as well as for you. Before deciding to trade foreign exchange you should carefully consider your investment objectives, level of experience, and risk appetite. The possibility exists that you could sustain a loss of some or all of your initial investment and therefore you should not invest money that you cannot afford to lose. You should be aware of all the risks associated with foreign exchange trading, and seek advice from an independent financial advisor if you have any doubts. Any opinions, news, research, analyses, prices, or other information contained on this website is provided as general market commentary and does not constitute investment advice. Forex Capital Markets LLC. will not accept liability for any loss or damage, including without limitation to, any loss of profit, which may arise directly or indirectly from use of or reliance on such information.

All times are GMT -5. The time now is 08:58 PM.
Copyright ©2009 Daily FX. All Rights Reserved.