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
1 registered members (Grant), 999 guests, and 2 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
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: 581
Austria
Petra Offline
Support
Petra  Offline
Support

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


Moderated by  Petra 

Powered by UBB.threads™ PHP Forum Software 7.7.1