Gamestudio Links
Zorro Links
Newest Posts
Trading Journey
by M_D. 04/26/24 20:22
Help with plotting multiple ZigZag
by M_D. 04/26/24 20:03
Data from CSV not parsed correctly
by jcl. 04/26/24 11:18
M1 Oversampling
by jcl. 04/26/24 11:12
Why Zorro supports up to 72 cores?
by jcl. 04/26/24 11:09
Eigenwerbung
by jcl. 04/26/24 11:08
MT5 bridge not working on MT5 v. 5 build 4160
by EternallyCurious. 04/25/24 20:49
Zorro FIX plugin - Experimental
by flink. 04/21/24 07:12
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
4 registered members (M_D, AndrewAMD, Quad, Ayumi), 806 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
wandaluciaia, Mega_Rod, EternallyCurious, howardR, 11honza11
19049 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
adviseLong() with binaries? #468039
09/14/17 14:16
09/14/17 14:16
Joined: Aug 2016
Posts: 27
M
MaskOfZorro Offline OP
Newbie
MaskOfZorro  Offline OP
Newbie
M

Joined: Aug 2016
Posts: 27
If I train (Decision tree or Perceptron) with Spread = RollLong = RollShort = Commission = Slippage = 0 and then train with set(BINARY), LossPayout=0, WinPayout = 80, I get the same test results. In this case with the 0 spread and 0 commission version a "profitable" strategy with a 42% win rate, and with the binary version a shitshow because of the 42% win rate. I'm using some combination of distance from the mean, a stochastic oscillator, and the average true range, and I'd at expect it to at least be able to spit out a 54-55% win rate.

Does Zorro not take the binary setting into consideration? Is there a way to target highest win rates in training? or am I just not doing this right?

Re: adviseLong() with binaries? [Re: MaskOfZorro] #468043
09/14/17 16:16
09/14/17 16:16
Joined: Aug 2017
Posts: 40
J
johnnyp Offline
Newbie
johnnyp  Offline
Newbie
J

Joined: Aug 2017
Posts: 40
You can define a custom objective as follows.

Code:
var objective()
{
	return ((var)(NumWinLong+NumWinShort))/(NumLossLong+NumLossShort);
}



Source: http://www.financial-hacker.com/binary-options-scam-or-opportunity/

Re: adviseLong() with binaries? [Re: johnnyp] #468048
09/14/17 18:06
09/14/17 18:06
Joined: Aug 2016
Posts: 27
M
MaskOfZorro Offline OP
Newbie
MaskOfZorro  Offline OP
Newbie
M

Joined: Aug 2016
Posts: 27
Many thanks!


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