Purpose: Run ONNX, TensorFlow Lite, or scikit-learn models directly inside AFL.
Imagine calling ModelPredict("my_model.onnx", price_series) from your AFL code. That’s exactly what this plugin does. It loads pre-trained machine learning models and returns predictions as a new array. amibroker plugin github
Use Cases:
Note: Requires VC++ Redistributable and the ONNX Runtime DLL (bundled in the release). Purpose: Run ONNX, TensorFlow Lite, or scikit-learn models
Open issues often reveal:
If you don’t want to use DLLs, consider: Note: Requires VC++ Redistributable and the ONNX Runtime
But for real-time, multi-threaded, or hardware-accelerated features – plugins are unbeatable.