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

Reply
 
Thread Tools Rating: Thread Rating: 3 votes, 4.67 average.
  #16 (permalink)  
Old 01-04-2007, 01:11 PM
Member
 
Join Date: Jan 2007
Posts: 7
imported_ElectricSavant is on a distinguished road
Hello...at least reply and say your working on it...as there is no way to phone you guys in programming. Please?
Reply With Quote
  #17 (permalink)  
Old 01-04-2007, 07:29 PM
Member
 
Join Date: Jan 2007
Posts: 7
imported_ElectricSavant is on a distinguished road
oldman,

did you get it to work..I haven't...


Quote:
Originally Posted by oldman
I've followed the instructions to the letter but cannot get the software to run.

First error shown is "Active X cannot create object"

Then the server login screen dialogue shows "core not initiated"

Any help would be more than welcome

At any rate Happy & prosperous New Year to all

oldman
Reply With Quote
  #18 (permalink)  
Old 01-05-2007, 05:21 AM
Member
 
Join Date: Jan 2007
Posts: 6
imported_oldman is on a distinguished road
Thumbs up

Quote:
Originally Posted by ElectricSavant
oldman,

did you get it to work..I haven't...
Electric Savant it's working now after I've downloaded the version uploaded by Amibroker .

All the best
Reply With Quote
  #19 (permalink)  
Old 01-05-2007, 05:30 AM
Member
 
Join Date: Jan 2007
Posts: 6
imported_oldman is on a distinguished road
Thumbs up

Quote:
Originally Posted by amibroker
OK, here it is: fixed version of O2GDDE.exe, please download it, unzip and and double click o2gdde.exe - should work. If it does not, please complain :-)

The link:
http://www.fxprogrammers.com/forum/a...1&d=1168012007

(uploaded now to fxprogrammers so no-one has reasons to complain about off-site linking)
Thanks a lot Amibroker. That installation was driving me crazy.
I've downloaded your version & it's working fine. I really appreiate your help.

I have a question though, why is it working for others? Are they recompiling the source? I'm asking as I've also downloaded the SDK but it still didn't work for me.

Another question , it's showing only 5 currency pairs in the sample spread sheet. Is that normal? Is there a way to show more?

I repeat thanks a lot & all the best

Oldman

I don't understand why this is not appearing at the end of the thread?
Reply With Quote
  #20 (permalink)  
Old 01-05-2007, 05:43 AM
Member
 
Join Date: Jan 2007
Posts: 6
amibroker is on a distinguished road
Quote:
Originally Posted by oldman
I have a question though, why is it working for others? Are they recompiling the source? I'm asking as I've also downloaded the SDK but it still didn't work for me.
My guess is that some may have installed other (older) version of Order2Go which may have used FXCM name. For me it looks like legacy stuff that was left by ommission and on developer's machine the problem was not showing up because he/she had all previous versions :-)
Every fresh installation failed however ...

Quote:
Another question , it's showing only 5 currency pairs in the sample spread sheet. Is that normal? Is there a way to show more?
It is just sample spreadsheet. You can add more pairs putting this in Excel cells: =O2GDDE|Bid!YourCurrencyPairSymbolHere and =O2GDDE|Ask!YourCurrencyPairSymbolHere
Reply With Quote
  #21 (permalink)  
Old 01-05-2007, 07:27 AM
Member
 
Join Date: Jan 2007
Posts: 6
amibroker is on a distinguished road
I am also getting "ActiveX component can't create object" error when trying to start this.

In order to investigate the reason I have run RegMonitor (from wininternals) and found out what is missing. The program attempts to open
HKCU\Software\Classes\FXCM.CORE registry key and it does not find it.

This means that FXCM.CORE ActiveX Object is not registered on the system.
Then I tried to regsvr32.exe fxcore.dll and it succeeded but the same error.

I am running FXCM Trading Station II version 01.02.121406

I would appreciate if any FXCM expert tell where do I find DLL responsible for FXCM.CORE object that is missing.
Reply With Quote
  #22 (permalink)  
Old 01-05-2007, 07:59 AM
Member
 
Join Date: Jan 2007
Posts: 6
amibroker is on a distinguished road
I found the reason of this error. The runtime we are told to install (http://www.fxcorporate.com/Order2Go/FXOrder2GoRE.EXE) consists of fxcore.dll that does NOT register FXCM.CORE object at all, therefore the Order2GoDDE can not work at all because it refers to it.

What it does register is Order2Go.CORE object. I verified by manual modification of all OLE registration entries for Order2Go.CORE object (I changed them to list FXCM.CORE) and then Order2GoDDE works just fine.

Luckily I have some old Visual Basic 6 CD somewhere in my desk and I will compile fixed version of application so it refers to Order2Go.CORE instead of FXCM.CORE so others having this problem will be able to run it.

Should have it within an hour or so.
Reply With Quote
  #23 (permalink)  
Old 01-05-2007, 08:31 AM
Member
 
Join Date: Jan 2007
Posts: 6
amibroker is on a distinguished road
OK, here it is: fixed version of O2GDDE.exe, please download it, unzip and and double click o2gdde.exe - should work. If it does not, please complain :-)

The link:
http://www.fxprogrammers.com/forum/a...1&d=1168012007

(uploaded now to fxprogrammers so no-one has reasons to complain about off-site linking)
Reply With Quote
  #24 (permalink)  
Old 01-05-2007, 10:38 AM
Member
 
Join Date: Jan 2007
Posts: 6
imported_oldman is on a distinguished road
Smile

Quote:
Originally Posted by amibroker
It is just sample spreadsheet. You can add more pairs putting this in Excel cells: =O2GDDE|Bid!YourCurrencyPairSymbolHere and =O2GDDE|Ask!YourCurrencyPairSymbolHere
The spread sheet already has 20 currency pairs with the right values as you have shown but they are not being updated. Another weird behaviour is that the Order2GoDDE application bid/ask windows are showing only 4 currency pairs.

Thanks for the help at any rate .
Reply With Quote
  #25 (permalink)  
Old 01-05-2007, 01:12 PM
Member
 
Join Date: Jan 2007
Posts: 6
amibroker is on a distinguished road
You need to put instruments you are interested in to your watch list in FXCM Trading Station software otherwise symbols won't update. Later on you can exit Trading Station - it is not required to be running once watch list is set up.
Reply With Quote
  #26 (permalink)  
Old 01-05-2007, 03:25 PM
Member
 
Join Date: Jan 2007
Posts: 6
imported_oldman is on a distinguished road
Smile Thanks once more AmiBroker

Quote:
Originally Posted by amibroker
You need to put instruments you are interested in to your watch list in FXCM Trading Station software otherwise symbols won't update. Later on you can exit Trading Station - it is not required to be running once watch list is set up.
Well once more thanks & thanks.

I haven't been thinking clearly for a few days since I had this problem with Order2GO etc. & it even affected my trading.

You are absolutely right the 4 currency pairs showing are what I selected in the FXCM trading station.

Have a great weekend

Oldman
Reply With Quote
  #27 (permalink)  
Old 01-15-2007, 05:28 PM
Junior Member
 
Join Date: Jan 2007
Posts: 1
KeYmAkEr is on a distinguished road
So what do you do after youve installed it and log in..........do you do something in the excel file?

Is it possible to enter at a specific time regardless of price with say 30 stop loss, 35 trailing stop and 50 profit limit?
Reply With Quote
  #28 (permalink)  
Old 01-29-2007, 01:35 PM
Registered User
 
Join Date: Jan 2007
Posts: 1
scalper is on a distinguished road
Quote:
Originally Posted by amibroker
OK, here it is: fixed version of O2GDDE.exe, please download it, unzip and and double click o2gdde.exe - should work. If it does not, please complain :-)

The link:
http://www.fxprogrammers.com/forum/a...1&d=1168012007

(uploaded now to fxprogrammers so no-one has reasons to complain about off-site linking)
The applcation i am tryign to install does not seem to work i get this error message please can you also send the the username and password to log into i have filled a 30 day demo and have been sent a username and password




Is there anything i need to change in the settins to connect to the server please help

Thanks
Reply With Quote
  #29 (permalink)  
Old 01-30-2007, 08:43 PM
Junior Member
 
Join Date: Jan 2007
Posts: 1
ChuckD is on a distinguished road
Send a message via Yahoo to ChuckD
Post DDE Link

Quote:
Originally Posted by runawaycat
Order2GoDDE

Language
Visual Basic 6

API Version
Order2Go v01.02.121406

Description
This application uses the Order2Go in a basic application that makes the BID and ASK rates and TIME from the dealing window available through DDE. It can be used with a Demo or Real account. Please note that for a real account, you should have your account enabled for "Multiple Session Access".

Usage
Step 1) Please register for a valid FXCM demo account. If you do not have one please click here.
Step 2) Please install the Order2Go runtime on your computer. You can install it here.
Step 3) Download and unzip the application Order2GoDDE_Application.zip below.
Step 4) In the unzipped folder, double-click on the application Order2GoDDE.exe
Step 5) Once you have logged into the DDE server with your demo account go to Order2GoDDE.xls in the same folder to view an example of the DDE in Excel.

(Please note that you can also use a real account login, though we recommend that you contact FXCM to request multiple session access before doing so, otherwise, the DDE may log you out of your Trading Station.)

Sample Excel format: "=O2GDDE|Bid!EURUSD" for the current EURUSD bid price

Updated
Jan, 16 2007




I am new to trading with no tech back ground
will the DDE link allow me to access the FXCM
data and history also. I am looking at MCFX
and Multicharts for my new charting service.
I think they require the DDE link to work

Thanks
ChuckD
Reply With Quote
  #30 (permalink)  
Old 01-31-2007, 06:38 AM
Member
 
Join Date: Jan 2006
Posts: 17
STHelp is on a distinguished road
Mcfx

MCFX already has the FXCM price feed.

Here is the link:

http://www.tssupport.com/products/mcfx/

DF
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 08:06 AM.
Copyright ©2009 Daily FX. All Rights Reserved.