Go Back   DailyFX Forum > FXCM Products and Services > FXProgrammers > Developed Applications > Free Applications

Reply
 
Thread Tools Rate Thread
  #1 (permalink)  
Old 01-09-2006, 10:20 AM
Junior Member
 
Join Date: Jan 2006
Posts: 3
runawaycat is on a distinguished road
[Order2Go] FXCMRTD

FXCMRTD

Language
Visual Basic 6

API Version
Order2Go v01.02.052307

Description
This is an ActiveX DLL that can be used with the Excel RTD function. It used the Order2Go COM API to log into an account and makes various topics in the dealing rates window available through RTD.

Usage
The DLL should be saved locally, such as to C:\WINDOWS\System32. It should then be registered. To do this:
  1. Click Start > Run...
  2. Type in "regsvr32 "
  3. Type in the exact location of the DLL. So you will have something like : regsvr32 C:\WINDOWS\system32\FXCMRTD.dll
  4. Click enter and you should get a message that the DLL was registered successfully.
You can then open Excel and use the RTD function, which is used in the form:
=RTD("FXCMRTD.RTDFunctions",,Currency, Topic, Username, Password, Connection)
*Please note the second parameter is intentionally left blank.

The connection would be "Demo" or "Real", depending on the type of account you would like to get the information from.

Topics can be any of:
- Bid
- Ask
- High
- Low
- IntrS
- IntrB
- ContractSize
- Digits
- Time

Updated
Jul, 23 2007
Attached Files
File Type: zip FXCMRTD_DLL.zip (13.0 KB, 121 views)
File Type: zip FXCMRTD_Source.zip (21.1 KB, 141 views)

Last edited by FXCM Help; 03-06-2009 at 02:25 PM..
Reply With Quote
  #2 (permalink)  
Old 03-14-2006, 02:26 PM
Member
 
Join Date: Mar 2006
Posts: 15
rojakian is on a distinguished road
FXCMRTD error

ActiveX DLL registered using regsvr32
Excel cell:
=RTD("FXCMRTD.RTDFunctions",,"EUR/USD","Bid","accountno","password","Real")
gives result #N/A
Reply With Quote
  #3 (permalink)  
Old 03-14-2006, 02:43 PM
Member
 
Join Date: Mar 2006
Posts: 15
rojakian is on a distinguished road
FXCMRTD error 2

Demo account gives same result:

=RTD("FXCMRTD.RTDFunctions",,"EUR/USD","Bid","accountno","password","Demo")

#N/A
Reply With Quote
  #4 (permalink)  
Old 03-14-2006, 02:57 PM
Moderator
 
Join Date: Jan 2006
Posts: 1,990
FXCM Help is on a distinguished road
Version of Excel

Could you please let us know what version of Excel you are using, and what version of Windows.
Reply With Quote
  #5 (permalink)  
Old 03-14-2006, 05:09 PM
Member
 
Join Date: Mar 2006
Posts: 15
rojakian is on a distinguished road
version of Excel

Excel 2002
About Microsoft Excel
Excel 2002 (10.6501.6735) SP3

Microsoft Windows XP Home Ed Version 2002 Service Pack 2

Dell 4700 Intel Pentium 4 3.0 GHz 2.00 GB RAM

Comcast Cable 6M Internet Service

DDE Demo working fine and updating quotes continuously
for 10 currency pairs. Could this be interferring with RTD?
Reply With Quote
  #6 (permalink)  
Old 03-20-2006, 04:57 AM
Moderator
 
Join Date: Jan 2006
Posts: 1,990
FXCM Help is on a distinguished road
Excel

We have tried to duplicate the message but not have been sucessful in doing so.

Have you tried it while the DDE was closed?
While the Trading Station was open?
When this is the only FXCM product open at the time?
Do you have the latest version of Order2Go installed on the computer?

Try those things and let us know how it pans out.
Reply With Quote
  #7 (permalink)  
Old 08-12-2006, 10:47 PM
Member
 
Join Date: Mar 2006
Posts: 15
rojakian is on a distinguished road
version of Excel

Have installed and tried Excel 2003 with same results.
Something must be missing.
Have Order2Go installed. (Can't find version, but is from June 2006.)
RTD calls all give #N/A.
How could this be further tested/corrected?
Reply With Quote
  #8 (permalink)  
Old 01-02-2007, 12:59 PM
Member
 
Join Date: Jan 2007
Posts: 6
imported_oldman is on a distinguished road
Question

Quote:
Originally Posted by rojakian
Have installed and tried Excel 2003 with same results.
Something must be missing.
Have Order2Go installed. (Can't find version, but is from June 2006.)
RTD calls all give #N/A.
How could this be further tested/corrected?
Same problem here! I'm suprised by lack of response .

Excell always gives #NA
Reply With Quote
  #9 (permalink)  
Old 02-15-2007, 03:43 AM
Junior Member
 
Join Date: Feb 2007
Posts: 2
rouvenkutter is on a distinguished road
Lightbulb Same error

Hi fellows,

i do have the same problem as all of you. I'm just wondering what happens after RTDFunctions", ,"EUR/USD" is there any replacement for the icon? don't we have to give any servers or so?

thanks and regards
Reply With Quote
  #10 (permalink)  
Old 03-07-2007, 03:05 PM
Junior Member
 
Join Date: Sep 2006
Posts: 1
camiloz is on a distinguished road
Smile Works Perfect

=RDTR("fxcmrtd.rtdfunctions";"http://www.fxcorporate.com";"EUR/USD";"Bid";"Username";"password";"Demo")


it works perfect to me in office 2003 and in office 2007
Reply With Quote
  #11 (permalink)  
Old 03-19-2007, 11:35 AM
Member
 
Join Date: Mar 2006
Posts: 15
rojakian is on a distinguished road
RTDR is being used, not RTD
What is difference?
Reply With Quote
  #12 (permalink)  
Old 03-19-2007, 11:43 AM
Member
 
Join Date: Mar 2006
Posts: 15
rojakian is on a distinguished road
This gives #Name? instead.
Why are semicolons used instead of commas?
This gives an error in Excel.

Need to know exact conditions for which it works for you.

Order2Go installed.
FXTradingStation running or not?
Anything else?

If RTD (RTDR?) doesn't work, can Order2Go order programs still work?
Reply With Quote
  #13 (permalink)  
Old 04-03-2007, 04:03 AM
Junior Member
 
Join Date: Jan 2007
Posts: 1
dealer4fx is on a distinguished road
Why Junior TS and FXCMRTD updates are required

I found these vb sources and they used FXCM.CORE even at this time.
So I hope FXCM admin will upload the latest sources and binaries for every users that have no vb build environment.

Thanks!
Reply With Quote
  #14 (permalink)  
Old 07-23-2007, 06:36 PM
Moderator
 
Join Date: Jan 2006
Posts: 1,990
FXCM Help is on a distinguished road
RTD Updated

FXCMRTD has now been updated to use Order2Go.CORE.
Reply With Quote
  #15 (permalink)  
Old 08-07-2007, 07:52 AM
Registered User
 
Join Date: Aug 2007
Posts: 3
duketoga is on a distinguished road
Can use dll with other apps?

Hi all,

Can this dll be controlled with other applications than excel? Can I call it from C++ or whatever?

This is easier for me to do than COMS, so I would like to see if I should go this route.

Thanks,
-Duke
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 Off
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 09:49 PM.
Copyright ©2009 Daily FX. All Rights Reserved.