Gamestudio Links
Zorro Links
Newest Posts
Trading Journey
by howardR. 04/24/24 20:04
M1 Oversampling
by Petra. 04/24/24 10:34
Zorro FIX plugin - Experimental
by flink. 04/21/24 07:12
Data from CSV not parsed correctly
by EternallyCurious. 04/20/24 21:39
Scripts not found
by juergen_wue. 04/20/24 18:51
zorro 64bit command line support
by 7th_zorro. 04/20/24 10:06
StartWeek not working as it should
by jcl. 04/20/24 08:38
folder management functions
by VoroneTZ. 04/17/24 06:52
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
2 registered members (AndrewAMD, howardR), 472 guests, and 7 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Mega_Rod, EternallyCurious, howardR, 11honza11, ccorrea
19048 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 4 of 9 1 2 3 4 5 6 7 8 9
Re: Major future features [Re: SFF] #416758
02/04/13 10:06
02/04/13 10:06
Joined: Jul 2000
Posts: 27,982
Frankfurt
jcl Offline OP

Chief Engineer
jcl  Offline OP

Chief Engineer

Joined: Jul 2000
Posts: 27,982
Frankfurt
You're right. Implementing a Monte Carlo simulation for the performance report is on our schedule with rather high priority.

Re: Major future features [Re: jcl] #418871
03/02/13 14:58
03/02/13 14:58
Joined: Mar 2013
Posts: 7
P
Proomer Offline
Newbie
Proomer  Offline
Newbie
P

Joined: Mar 2013
Posts: 7
I saw that you are planning a genetic optimizer. Could it be possible to make this accessible for the user from the API? A simple genetic algorithm is not suitable for financial time series as they are noisy and strategies usually exhibit a multimodal solution space. CMAES for example works well for optimizing strategies although there are others that are simpler. CMAES is open source and could be implemented as an example and then the user could write a DLL for the optimizer API and implement their own optimizer. You probably have to add some new functions to the Lite-C language though, for example Optimizer(CMAES). Could this be implemented?

Re: Major future features [Re: Proomer] #419052
03/05/13 14:52
03/05/13 14:52
Joined: Jul 2000
Posts: 27,982
Frankfurt
jcl Offline OP

Chief Engineer
jcl  Offline OP

Chief Engineer

Joined: Jul 2000
Posts: 27,982
Frankfurt
Yes. It makes sense to use a DLL plugin for the optimizer. Users can then modify the optimizer or add their own optimizing algorithms.

Re: Major future features [Re: jcl] #419062
03/05/13 17:01
03/05/13 17:01
Joined: Mar 2013
Posts: 7
P
Proomer Offline
Newbie
Proomer  Offline
Newbie
P

Joined: Mar 2013
Posts: 7
Great! I haven't tested all the features yet, but I have been considering writing my own trading app but Zorro is very similar to what I would have done myself.

Re: Major future features [Re: Proomer] #419248
03/08/13 09:52
03/08/13 09:52
Joined: Nov 2012
Posts: 209
S
SFF Offline
Member
SFF  Offline
Member
S

Joined: Nov 2012
Posts: 209
I think http://www.myfxbook.com/ can be used by using API.
If I can use it in Zorro, It is very useful.

Re: Major future features [Re: SFF] #423110
05/24/13 08:47
05/24/13 08:47
Joined: May 2013
Posts: 627
Bonn
Sundance Offline
User
Sundance  Offline
User

Joined: May 2013
Posts: 627
Bonn
Hi jcl,

i'am new to Zorro and just got Z1 running and now trying to create/convert my EA to Zorro. What i really miss is the possibility to draw object within a chart. For example when i use a function to identify a 'cup' formation i would like to draw some lines and after testing to confirm that the algorithm has detected the 'cup' formation the right way.

This would be a great help also in debugging scripts. What do you think?

Re: Major future features [Re: Sundance] #423112
05/24/13 08:52
05/24/13 08:52
Joined: Jul 2000
Posts: 27,982
Frankfurt
jcl Offline OP

Chief Engineer
jcl  Offline OP

Chief Engineer

Joined: Jul 2000
Posts: 27,982
Frankfurt
Can you tell me more about how drawing lines in a chart can help developing strategies? Do you mean just horizontal lines? Or do you want to draw an artificial price curve for testing the cup detector?

Re: Major future features [Re: jcl] #423119
05/24/13 10:14
05/24/13 10:14
Joined: May 2013
Posts: 627
Bonn
Sundance Offline
User
Sundance  Offline
User

Joined: May 2013
Posts: 627
Bonn
Drawing lines on a chart won't help in developing a strategy but it would help in confirming that it works as expected. As for the example of the 'cup' i would draw lines that will show me the cup. so i can see if i also would identifiy this as a valid cup or not. So i can adjust the given paramter to the advise function.

Or more simpler: draw some lines above and below a consolidation zone

Re: Major future features [Re: Sundance] #423140
05/24/13 13:26
05/24/13 13:26
Joined: Jul 2000
Posts: 27,982
Frankfurt
jcl Offline OP

Chief Engineer
jcl  Offline OP

Chief Engineer

Joined: Jul 2000
Posts: 27,982
Frankfurt
Ok. So you'd need a function like "line(bar1,price1,bar2,price2,color)" - would that do?

Re: Major future features [Re: jcl] #423156
05/24/13 19:17
05/24/13 19:17
Joined: May 2013
Posts: 627
Bonn
Sundance Offline
User
Sundance  Offline
User

Joined: May 2013
Posts: 627
Bonn
Yepp. That would do the job. Line, Symbol, Rectangle something like this. Just as you would do it in MQL code.

Page 4 of 9 1 2 3 4 5 6 7 8 9

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