| / | Forum |
|
Pain
2011.11.08 13:19
void PlaceOrder() { Print("J is 0"); if(Hour()==16) { Print("J is 1"); } } void start() { PlaceOrder(); } when i run this, it only went through "Print("J is 0")",it wont go to the step "Print("J is 1")", does someone know why? Thanks for your time, i appreciate your helps!! |
|
Using Neural Networks In MetaTrader This article shows you how to easily use Neural Networks in your MQL4 code taking advantage of best freely available artificial neural network library (FANN) employing multiple neural networks in your code. |
|
qjol
2011.11.08 14:07
hour() is the servers time not the computers time check it out
|
|
WHRoeder
2011.11.08 14:11
|