Gamestudio Links
Zorro Links
Newest Posts
Data from CSV not parsed correctly
by EternallyCurious. 04/18/24 10:45
StartWeek not working as it should
by Zheka. 04/18/24 10:11
folder management functions
by VoroneTZ. 04/17/24 06:52
lookback setting performance issue
by 7th_zorro. 04/16/24 03:08
zorro 64bit command line support
by 7th_zorro. 04/15/24 09:36
Zorro FIX plugin - Experimental
by flink. 04/14/24 07:48
Zorro FIX plugin - Experimental
by flink. 04/14/24 07:46
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
1 registered members (AndrewAMD), 552 guests, and 1 spider.
Key: Admin, Global Mod, Mod
Newest Members
EternallyCurious, 11honza11, ccorrea, sakolin, rajesh7827
19046 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 7 of 10 1 2 5 6 7 8 9 10
Re: New Zorro version 2.30 [Re: jcl] #481104
08/06/20 17:39
08/06/20 17:39
Joined: Jul 2017
Posts: 784
Z
Zheka Offline
User
Zheka  Offline
User
Z

Joined: Jul 2017
Posts: 784
Entering with initial Entry and modifying TradeEntryLimit in a tmf works exactly as suggested in the manual.
Quote
TradeEntryLimit
Entry limit; initially calculated from Entry. The trade will be opened when the price reaches this value. Can be modified by the TMF by setting it to the desired price (not to a distance!).
So, you mean that this tmf functionality:
Quote
return 4: Don't use Entry, Stop, or TakeProfit for automatically entering or exiting. Exit or enter only when the TMF returns 1 or 2.
will work as expected
i.e. entering a trade with "return 2" in a tmf will not conflict with a TradeEntryLimit set and will occur at the correct price?

Re: New Zorro version 2.30 [Re: jcl] #481105
08/06/20 17:40
08/06/20 17:40
Joined: Jul 2017
Posts: 784
Z
Zheka Offline
User
Zheka  Offline
User
Z

Joined: Jul 2017
Posts: 784
In v 2.30.1, watch() is not recognized/ cannot be used in C++ under VS.

Re: New Zorro version 2.30 [Re: Zheka] #481112
08/07/20 02:09
08/07/20 02:09
Joined: Apr 2008
Posts: 585
Austria
Petra Offline
Support
Petra  Offline
Support

Joined: Apr 2008
Posts: 585
Austria
Originally Posted by your friend the manual:
Use printf() or print(TO_WINDOW,...) instead. https://manual.zorro-project.com/dlls.htm

smile

Re: New Zorro version 2.30 [Re: jcl] #481123
08/07/20 08:54
08/07/20 08:54
Joined: Jul 2017
Posts: 784
Z
Zheka Offline
User
Zheka  Offline
User
Z

Joined: Jul 2017
Posts: 784
Indeed, sorry.

Re: New Zorro version 2.30 [Re: jcl] #481131
08/07/20 11:23
08/07/20 11:23
Joined: Jul 2000
Posts: 27,978
Frankfurt
jcl Offline OP

Chief Engineer
jcl  Offline OP

Chief Engineer

Joined: Jul 2000
Posts: 27,978
Frankfurt
-Z7 behaved strange on Sep 22 2011: No, that 's intentional. Look for the details in the log. "PD" opened a short position, and "PDD" immediately closed it and opened a long position. This happens very rarely, but it can happen. You can prevent shortlived positions when you set Hedge to 5.

Re: New Zorro version 2.30 [Re: jcl] #481145
08/07/20 13:26
08/07/20 13:26
Joined: Mar 2018
Posts: 62
hast29 Offline
Junior Member
hast29  Offline
Junior Member

Joined: Mar 2018
Posts: 62
Thank you JCL, I can not set Hedge 5, because the MT4 (or borker) does not support partial position closing. I have Hedge 4 though. Nevertheless, good that you checked, the short live positions do not bother me. I was afraid, there is some serious issue/mistake in the new release of Z7. Cheers, Jaroslav

Re: New Zorro version 2.30 [Re: jcl] #481170
08/09/20 18:51
08/09/20 18:51
Joined: May 2015
Posts: 390
Czech Republic
G
Grat Offline
Senior Member
Grat  Offline
Senior Member
G

Joined: May 2015
Posts: 390
Czech Republic
I found problem with version laugh .
During install I don't see any information which version I instaled.
All is "Zorro_230" - but no info about updates.

Re: New Zorro version 2.30 [Re: jcl] #481177
08/10/20 14:20
08/10/20 14:20
Joined: Jul 2000
Posts: 27,978
Frankfurt
jcl Offline OP

Chief Engineer
jcl  Offline OP

Chief Engineer

Joined: Jul 2000
Posts: 27,978
Frankfurt
That's true. The installation software knows the version number, but there's apparently no place where it is displayed.

The latest version, 2.30.5, contains a new MQL5 library that supports 64-bit order tickets. This supposedly fixes the longstanding problem of a certain broker whose MT5 order tickets exceed the int size.

Re: New Zorro version 2.30 [Re: jcl] #481185
08/11/20 15:49
08/11/20 15:49
Joined: Jul 2017
Posts: 784
Z
Zheka Offline
User
Zheka  Offline
User
Z

Joined: Jul 2017
Posts: 784
sftoa (1,1) returns 1.0
sftoa(1.0,1) returns 1.0

while sftoa(2,1) correctly returns 2

Last edited by Zheka; 08/11/20 15:54.
Re: New Zorro version 2.30 [Re: jcl] #481191
08/12/20 13:01
08/12/20 13:01
Joined: Mar 2019
Posts: 357
D
danatrader Offline
Senior Member
danatrader  Offline
Senior Member
D

Joined: Mar 2019
Posts: 357
plot (string Name, var Value, int Type, int Color) accepts non-string values for "string Name" resulting in (potentially) unhappy plots.

Last edited by danatrader; 08/12/20 13:05.
Page 7 of 10 1 2 5 6 7 8 9 10

Moderated by  Petra 

Gamestudio download | chip programmers | 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