Gamestudio Links
Zorro Links
Newest Posts
Blobsculptor tools and objects download here
by NeoDumont. 03/28/24 03:01
Issue with Multi-Core WFO Training
by aliswee. 03/24/24 20:20
Why Zorro supports up to 72 cores?
by Edgar_Herrera. 03/23/24 21:41
Zorro Trader GPT
by TipmyPip. 03/06/24 09:27
VSCode instead of SED
by 3run. 03/01/24 19:06
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
1 registered members (degenerate_762), 1,114 guests, and 1 spider.
Key: Admin, Global Mod, Mod
Newest Members
sakolin, rajesh7827, juergen_wue, NITRO_FOREVER, jack0roses
19043 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: 585
Austria
Petra Offline
Support
Petra  Offline
Support

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


Moderated by  Petra 

Powered by UBB.threads™ PHP Forum Software 7.7.1