View RSS Feed

newdigital

  1. Ready-made templates for including indicators to Expert Advisors (Part 2): Volume and Bill Williams indicators

    by , 02-10-2024 at 07:10 AM
    The article continues the topic of ready-made templates for using indicators in EAs. Here we will look at connecting to EAs and using volume and Bill Williams' indicators. We will display the data received from indicators on the dashboard created in the first article of this series. The panel has also been improved. At the end of the article, we will briefly look at its changes and improvements.
    more...
    Categories
    Uncategorized
  2. Wrapping ONNX models in classes

    by , 02-10-2024 at 04:19 AM
    In the previous article, we used two ONNX models to arrange the voting classifier. The entire source text was organized as a single MQ5 file. The entire code was divided into functions. But what if we try to swap models? Or add another model? The original text will become even bigger. Let's try the object-oriented approach.
    more...
    Categories
    Uncategorized