Gamestudio Links
Zorro Links
Newest Posts
How to select between IB accounts by script?
by Jack_Zodiac. 06/12/26 23:17
Zorro tutorial ideas?
by pr0logic. 06/12/26 13:36
Max Number of Strategies in /Strategy folder
by Martin_HH. 06/12/26 08:50
Stooq now requires an API key
by AndrewAMD. 06/11/26 17:55
Z9 getting Error 058
by k_ivan. 06/10/26 14:38
ZorroGPT
by TipmyPip. 06/10/26 13:07
Z12 live performance
by alx. 06/09/26 20:42
Lapsa's very own thread
by Lapsa. 06/08/26 22:41
AUM Magazine
Latest Screens
Dorifto samurai
Shadow 2
Rocker`s Revenge
Stug 3 Stormartillery
Who's Online Now
3 registered members (Quad, TipmyPip, pr0logic), 2,041 guests, and 4 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Student_64151, Koti, curry, DeepxKalsi, Samed
19219 Registered Users
Active Threads | Active Posts | Unanswered Today | Since Yesterday | This Week
Zorro and the Brokers
Yesterday at 23:17
Hi,

I am trying to either a) switch between IB accounts programmatically, or b) make a fixed selection of account in the script by e.g. a #define literal.

Currently I have set up an Accounts.csv with distinct names, account ids, and renamed copies of the IB DLL. And then I try:

#define SELECTED_ACCOUNT "IB-ACCT2"
#define ACCOUNT_ID "U1234567"

DLLFUNC void main()
{
Account = SELECTED_ACCOUNT; // with or without this
var *pBalance, *pTradeVal, *pMarginVal;
brokerAccount (SELECTED_ACCOUNT, ACCOUNT_ID, pBalance, pTradeVal, pMarginVal);
printf("Selected account %s, id %s\n", SELECTED_ACCOUNT, ACCOUNT_ID);
...
}

The above executes, but the value shown in the Zorro window corresponds to the default account instead of the selected account, and I get some warning/error messages depending on exactly what variation I'm trying ("BrokerAccount: No Data!" or from IB, "!Unable to subscribe to account as the following clients are subscribed to a different account....")

Declaring a string variable = SELECTED_ACCOUNT and passing in the variable name doesn't work either.

How should this be done? Using Zorro S, by the way.

Thanks very much for any insights!
0 24 Read More
Zorro Future
Yesterday at 08:50
I am having the /Strategy folder on Google Drive. The ZorroFix.ini is set to the folder, which works fine since years.
What I recognise is an issue regading a max number of strategy files shown. It seems when I come to a certain limit (probably between 100 and 200), the drop down of the gui does not recognise the last ones. Furthermore, it also happend in command line processes (automated processes).
Question, is there somewhere a variable with a max number of strategies?
I reproduced this behaviour several times. If I reduced the number of strategies then I see the "last ones".
0 24 Read More
The Z Systems
06/09/26 20:42
Hi there

I have been running Z12 live with RoboForex through MT4 since May 4, 2026. After 80 closed trades, the results are:

Net result: -$1,736.59
Win rate: 30%
Profit factor: 0.287
Maximum closed-trade drawdown: about -$1,744
I compared the live result with every overlapping 80-trade window in the backtest. About 0.72% of historical windows performed as badly or worse, so this appears possible but unusually poor.

The losses were concentrated in indices and metals:
XAU/USD: -$811
US30: -$702
NAS100: -$183
GER30: -$169
FX total: approximately +$128

I also had 15 Skipped (Margin ... Min 2) messages, all on EUR/USD. They involved CT_75 shorts and HP_59 longs. These directions have very small OptimalF values:
CT_75 short: 0.002 versus 0.309 long
HP_59 long: 0.013 versus 0.557 short
The live and backtest EUR/USD contract parameters match, so these skips appear to be normal minimum-size/ACCUMULATE behavior rather than insufficient account margin so I have trouble seeing how this could affect the performance too much.

I also got this
Warning 054: US30 LotAmount 0.10 -> 0.010
Warning 054: US30 MarginCost 48 -> 5.0
Warning 054: US30 PIPCost 0.1000 -> 0.001000
Warning 054: US30 PIP 1.000 -> 0.1000
After normalizing Lots × PIPCost / PIP, average US30 exposure was approximately $0.216 per index point live versus $0.284 in the backtest. So the live exposure was about 24% lower which means I'm at least not taking on more risk than the system in backtest

Does this analysis suggest an ordinary but rare bad Z12 period? It seems like the phantom trading should step in a some point?

I mean I have been reading the news lately so I know we've had a rather spicy time in the markets. I just wanted to say this is money I can afford to lose but I'm just curious if anyone else has had a rough patch with this one?
0 51 Read More
Zorro and the Brokers
05/18/26 12:27
Jump to new posts XTB [by pr0logic]
Has someone experience in trading on XTB?
0 138 Read More

Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1