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
1 registered members (AndrewAMD), 839 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 return always 100 #480200
05/26/20 11:59
05/26/20 11:59
Joined: May 2015
Posts: 390
Czech Republic
G
Grat Offline OP
Senior Member
Grat  Offline OP
Senior Member
G

Joined: May 2015
Posts: 390
Czech Republic
Hi,

I have this code:

Code
		var kL = adviseLong(PERCEPTRON,0,
		  _R_ACT_M15,    
		  _R_F1_M15,     
		  _R_F4_M15,     
			_ERR_M15,     
		  _R_ACT_H1,    
		  _R_F1_H1,     
		  _R_F2_H1,
		  _ERR_H1     
		);

		var kS = adviseShort(PERCEPTRON,0,
		  _R_ACT_M15,    
		  _R_F1_M15,     
		  _R_F4_M15,     
			_ERR_M15,     
		  _R_ACT_H1,    
		  _R_F1_H1,     
		  _R_F2_H1,
		  	_ERR_H1
			);

		watch("\n",kL,kS);


all the variable is var and fill before call advise. But in the watch I see always only the 100. All value in the variable is between -100/100. Also I trying the DTREE, the same.

Maybe I blind frown

thanks

Re: adviseLong return always 100 [Re: Grat] #480265
05/29/20 09:41
05/29/20 09:41
Joined: Apr 2008
Posts: 586
Austria
Petra Offline
Support
Petra  Offline
Support

Joined: Apr 2008
Posts: 586
Austria
Check out the DTREE and PERCEPTRON example scripts.


Moderated by  Petra 

Powered by UBB.threads™ PHP Forum Software 7.7.1