Gamestudio Links
Zorro Links
Newest Posts
loading historical data 1st time
by AndrewAMD. 04/14/23 12:54
Trade at bar open
by juanex. 04/13/23 19:43
Bug in Highpass2 filter
by rki. 04/13/23 09:54
Adding Limit Orders For IB
by scatters. 04/11/23 16:16
FisherN
by rki. 04/11/23 08:38
AUM Magazine
Latest Screens
SHADOW (2014)
DEAD TASTE
Tactics of World War I
Hecknex World
Who's Online Now
4 registered members (AndrewAMD, fogman, Grant, juanex), 972 guests, and 7 spiders.
Key: Admin, Global Mod, Mod
Newest Members
rki, FranzIII, indonesiae, The_Judge, storrealba
18919 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
advise functions #420779
04/03/13 08:43
04/03/13 08:43
Joined: Nov 2012
Posts: 126
B
blaub4r Offline OP
Member
blaub4r  Offline OP
Member
B

Joined: Nov 2012
Posts: 126
Hi,

I would like to know how the adviseLong and adviseShort functions create the rules you finally get. Does anyone know the code?

Thanks in advance,
Blaubär

Re: advise functions [Re: blaub4r] #420797
04/03/13 13:28
04/03/13 13:28
Joined: Jul 2000
Posts: 27,935
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,935
Frankfurt
It depends on the used algorithm. The PERCEPTRON learning algorithm is pretty simple, you can look it up in Wikipedia. The DTREE algorithm is more complex. It iterates through the sets of signals and finds the signal values with the lowest information entropy. This is then used to split the set in a profitable and a non profitable part, then the process continues with the parts. The algo can be found in books about machine learning.

The next Zorro version will contain a third algorithm for classifying and finding profitable price patterns. This is useful for price action trading.


Moderated by  Petra 

Powered by UBB.threads™ PHP Forum Software 7.7.1