ANN库文件

 
有哪位大神知道在哪儿可以找到MT5的 Artificial Neural Network库文件?
 
Лилия Багдасарян:
有哪位大神知道在哪儿可以找到MT5的 Artificial Neural Network库文件?


In the MetaTrader 5 platform, there is a built-in MQL5-specific neural network library that you can use in your MQL5 programs. Here are the steps to find the library file:

  1. Open the MetaTrader 5 platform.

  2. From the "Tools" menu at the top of the MetaTrader 5 main interface, select "Options".

  3. In the "Options" dialog box, select the "MQL5" tab.

  4. In the "MQL5" tab, make sure the "Enable DLL imports" checkbox is selected, and then click the "OK" button.

  5. In the MQL5 code editor, you can search for neural network library functions and example code by entering relevant keywords such as "ANN" or "neural network".

  6. In the code editor, click the "Reference" button to find the functions and example code for the built-in MetaTrader 5 neural network library.

Please note that using neural network library functions requires some programming experience and knowledge. If you are not familiar with neural networks and programming techniques, please learn the relevant knowledge first or consider seeking professional programming help.

原因: