jeffheaton / encog-java-core

http://www.heatonresearch.com/encog
Other
744 stars 268 forks source link

MQL Generated by Encog has Errors [With Solution] #209

Open metatrader01 opened 9 years ago

metatrader01 commented 9 years ago

The updated MQL Language is Having Problems with the MQL code Your RealTime Analyst Generates.

I Did solve the issue coz Ia m an MQL Coder.

You Should change all input arrays to inputa Arrays

For EG. Input[5] to inputa[5]

This is because " input has been made a Keyword in updated MQL Language.

and

add "FILE_SHARE_READ AND FILE_SHARE_WRITE to the FileOpen command

sachinbhujbal commented 10 months ago

can i work on it?