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

Reply
 
Thread Tools Rating: Thread Rating: 2 votes, 4.50 average.
  #61 (permalink)  
Old 01-22-2008, 09:27 AM
Moderator
 
Join Date: Jan 2006
Posts: 1,990
FXCM Help is on a distinguished road
Are you able to log into your account with the FXCM Trading Station on the same computer?
Reply With Quote
  #62 (permalink)  
Old 01-24-2008, 03:10 AM
Member
 
Join Date: Sep 2007
Posts: 11
hpdeskjet is on a distinguished road
useful tip

Quote:
Originally Posted by FXCM Help
The Time has now been added into the Order2GoDDE application and source files. Please re-download the file in the original post.

The format is included in the excel file provided, but will be in the form of:
"=O2GDDE|Time!EURUSD"
If the DDE server function of Time! is not working for you - as is often the case, unfortunately, it is useful to know that your computer clock can do the job instead.

>the worksheet formula is =NOW()

the computer clock can thereby raise an Event in a Calculate Event macro, and the included procedure run as required e.g.to update a cell or indicator that will ultimately generate a trading order

to avoid raising the Event on every tick of the clock, you can insert a "trigger sheet" that will be selective of the Calculate Event; I also found it necessary to turn off the higher than worksheet event chain as follows:

Private Sub Worksheet_Calculate()
Application.EnableEvents = False

'run your required procedure here

Application.EnableEvents = True

End Sub

NB Event macros must reside within the relevant sheet module itself (VBA Editor) or they won't function.
Reply With Quote
  #63 (permalink)  
Old 01-24-2008, 07:37 PM
Member
 
Join Date: Sep 2007
Posts: 11
hpdeskjet is on a distinguished road
way to go

Quote:
Originally Posted by hpdeskjet
Of the languages that will operate the FXCM trading station commands through the API, which does the best job? Is VBA really adequate for the task? What would you recommend?
Thank you for your advice.
I would like to answer my own question of last September! Although COM is unlikely to go away, Microsoft's introduction of .NET and abandoning VB6 highlights the fact that for investing your time and resources for the future, Java (JDK) is the way to go !

VBA is a good starting point for novice programmers like myself, working in the VBE editor, but an open environment is the goal.
Reply With Quote
  #64 (permalink)  
Old 01-25-2008, 05:50 PM
Member
 
Join Date: Mar 2006
Posts: 15
rojakian is on a distinguished road
Order2GoDDE

Turning off Norton Internet Security 2007 firewall allows Order2GoDDE to run.
Added programs in Allow configuration
FXSettings.exe
fxupdater.exe
FXTSII runs fine even with firewall on but Order2GoDDE still will not run
unless firewall is off.
Added programs (from Order2GoDDE) in Allow configuration
Examples.exe
tststs.exe
UNWISE.EXE
and Order2GoDDE still doesn't run - only when firewall is off.
What needs to be allowed in Norton for Order2GoDDE to run?
Reply With Quote
  #65 (permalink)  
Old 01-25-2008, 06:16 PM
Member
 
Join Date: Mar 2006
Posts: 15
rojakian is on a distinguished road
Adding O2GDDE.exe to Norton firewall Allow program list and Order2GoDDE runs fine with Norton firewall on.
Reply With Quote
  #66 (permalink)  
Old 02-15-2008, 09:53 PM
Member
 
Join Date: Feb 2008
Posts: 40
joelbaby is on a distinguished road
convert order2goDDE to Visual Basic 2005/2008

Hi,

Has anyone managed to convert the VB6.0 code for this app to Visual Basic 2005/2008??

There is an upgrade wizard in Visual Studio, but it complains that VB6.0 is not installed on the PC.

If you have the code for Order2GoDDE in a more recent version of VB could you please post it here?

Thanks,

Joel
Reply With Quote
  #67 (permalink)  
Old 02-19-2008, 03:41 PM
Member
 
Join Date: Mar 2006
Posts: 15
rojakian is on a distinguished road
Downloaded O2GDDE.zip and got same error:
ActiveX component can't create object.
I've been running O2GDDE.exe fine for months. Now with reinstall of OS keep getting this error.
Reply With Quote
  #68 (permalink)  
Old 02-19-2008, 03:42 PM
Moderator
 
Join Date: Jan 2006
Posts: 1,990
FXCM Help is on a distinguished road
Did you reinstall the Order2Go runtime? (step 2 under usage)
Reply With Quote
  #69 (permalink)  
Old 02-19-2008, 05:57 PM
Member
 
Join Date: Mar 2006
Posts: 15
rojakian is on a distinguished road
Installed http://www.fxcorporate.com/Order2Go/FXOrder2GoRE.EXE
and problem resolved.
Reply With Quote
  #70 (permalink)  
Old 02-27-2008, 11:07 AM
Member
 
Join Date: Mar 2006
Posts: 15
rojakian is on a distinguished road
Time not updating

Ever since 021900 00:00:00
time fields don't update
O2GDDE|TIME!EURUSD

while currency pair quotes are all working
O2GDDE|BID!EURUSD
O2GDDE|ASK!EURUSD
Reply With Quote
  #71 (permalink)  
Old 02-27-2008, 11:23 AM
Moderator
 
Join Date: Jan 2006
Posts: 1,990
FXCM Help is on a distinguished road
I just tested it and the use of =O2GDDE|TIME!EURUSD should work correctly. If you are using a live account check that you have multiple session access so that you are able to log into both your Trading Station and O2GDDE without logging each other out (if you haven't done this. please email admin@fxcm.com).

Keep in mind that it may be displaying the time in GMT, which your account's server may be based in.

If this is not the case and you are still having the issue, please let us know whether you are using a demo or live account and what the server is.
Reply With Quote
  #72 (permalink)  
Old 02-27-2008, 11:30 AM
Member
 
Join Date: Mar 2006
Posts: 15
rojakian is on a distinguished road
Time not updating 2

Have multiple session access.
Live account. Running both FXTSII and O2GDDE has been working fine up to 021900 00:00:00
Also Order2GoDDE main window shows
Latest Update: GBP/CHF - 12/31/1899
Reply With Quote
  #73 (permalink)  
Old 02-27-2008, 11:49 AM
Moderator
 
Join Date: Jan 2006
Posts: 1,990
FXCM Help is on a distinguished road
If you log into the regular FXTS II with the same login details you are using for O2GDDE, are the times in the dealing rates window correct?

Please also test O2GDDE with a separate demo account to help us determine whether the issue relates specifically to your login, or your computer.
If you do not have a demo login, you can register for one free at http://www.fxcm.com/open-free-100k.jsp

If the demo works correctly, then please email your live username to systemtrading@fxcm.com and we will look into the matter of that specific login further.
Reply With Quote
  #74 (permalink)  
Old 02-27-2008, 12:48 PM
Member
 
Join Date: Mar 2006
Posts: 15
rojakian is on a distinguished road
Time not updating 4

Times in FXTSII updating correctly.

Recently downloaded a rebuilt by a member version of O2GDDE
Maybe I need to go back to your version to fix this.
Reply With Quote
  #75 (permalink)  
Old 02-27-2008, 08:38 PM
Member
 
Join Date: Mar 2006
Posts: 15
rojakian is on a distinguished road
Time not updating 5

Downloaded latest Order2GoDDE program and now time is working correctly.
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:30 PM.
Copyright ©2009 Daily FX. All Rights Reserved.