View Single Post
  #9 (permalink)  
Old 03-14-2007, 09:03 PM
daraknor's Avatar
daraknor daraknor is offline
Senior Member
 
Join Date: Oct 2006
Location: Portland, OR USA
Posts: 996
daraknor is on a distinguished road
Quote:
Originally Posted by wujun122
Daraknor,I will forward test Phoenix 6 Alpha.Oh,I saw the code:extern string U_Trade_CURRENCY = "USDCHF".Could I change it to "USDCHFm"?The reason is that now I forward test Phoenix 5.7.2a in a IBFX Demo mini account,and want to test Phoenix 6 in this account.
It is just a string, you can change it to anything, including GOLD or IBM. The reason I made this string and check is so we know what currency and timeframe settings are created for. If someone wants to use nonstandard timeframe and currency, it probably won't work so we toss up an error. To fix the error, change the settings to your current values. I think I report "current values" to make that easier, but I just woke up. Late night debug sessions kill my sleep schedule. *yawn*

Edit: now that I'm awake, I realized the intent of the question better. Next version (release time later today) should treat USDCHF and USDCHFm the same.

Last edited by daraknor; 03-14-2007 at 10:06 PM.
Reply With Quote