42 lines
904 B
Markdown
42 lines
904 B
Markdown
|
|
# DEEP REVIEW TODO — Official SourceBank — 2026-05-27
|
||
|
|
|
||
|
|
## ONNX.Price.Prediction
|
||
|
|
|
||
|
|
À vérifier :
|
||
|
|
|
||
|
|
- API ONNX MQL5 utilisée.
|
||
|
|
- Shapes OnnxSetInputShape / OnnxSetOutputShape.
|
||
|
|
- Usage OnnxCreate / OnnxCreateFromBuffer.
|
||
|
|
- Usage OnnxRun.
|
||
|
|
- Usage OnnxRelease.
|
||
|
|
- Prétraitement Python.
|
||
|
|
- Types d'entrée / sortie.
|
||
|
|
- Modèles .onnx présents.
|
||
|
|
- Compatibilité avec IchiGrid feature schema.
|
||
|
|
- Licence / réutilisation.
|
||
|
|
|
||
|
|
## NeuroBook
|
||
|
|
|
||
|
|
À vérifier :
|
||
|
|
|
||
|
|
- neuronnet.mqh.
|
||
|
|
- opencl.mqh.
|
||
|
|
- neuronlstm.mqh.
|
||
|
|
- neurongpt.mqh.
|
||
|
|
- neuronattention.mqh.
|
||
|
|
- dépendance OpenCL.
|
||
|
|
- poids / modèles attendus.
|
||
|
|
- risques de merge.
|
||
|
|
- compatibilité passive IchiGrid.
|
||
|
|
- séparation ONNX natif vs framework neuronal custom.
|
||
|
|
|
||
|
|
## Décision attendue
|
||
|
|
|
||
|
|
Aucun fichier ne passe READY_FOR_INTEGRATION sans :
|
||
|
|
|
||
|
|
1. static audit,
|
||
|
|
2. licence review,
|
||
|
|
3. shape contract,
|
||
|
|
4. MQL5 wrapper contract,
|
||
|
|
5. compilation isolée,
|
||
|
|
6. décision directeur.
|