Warrior_EA/AI
Repository files (latest commit first)
Filename Latest commit message Latest commit date
AnimateDread 8ccbddb051 Add new research scripts for trading strategy analysis
- Implemented sqx_audit.py to audit StrategyQuant X trade lists, focusing on performance metrics and cost analysis.
- Created sqx_portfolio.py to evaluate portfolio performance based on uncorrelated components and their impact on risk and return.
- Developed swing.py to analyze cost ratios across different holding periods and assess swing trading structures.
- Introduced test_management.py to investigate the effectiveness of exit rules on random entries and their impact on expectancy.
2026-08-02 12:25:20 -04:00
..
Impl fix: correct MI sample alignment and improve BN weight diagnostic report 2026-08-02 08:12:47 -04:00
ArrayLayer.mqh refactor(AI): split 8 self-contained classes out of the Network.mqh god-file 2026-07-18 16:13:03 -04:00
BufferDouble.mqh fix: improve error messages and suppress false sharing-violation logs 2026-08-02 01:09:18 -04:00
LayerDescription.mqh feat(ai): batch normalization between dense layers 2026-07-29 12:34:29 -04:00
Network.cl feat(ai): sequence-LSTM kernels for the OpenCL tier 2026-07-30 18:40:56 -04:00
Network.mqh refactor(ai): extract Layer.mqh and deduplicate AI config 2026-08-01 11:27:28 -04:00
NeuronBatchNorm.mqh fix: correct MI sample alignment and improve BN weight diagnostic report 2026-08-02 08:12:47 -04:00
NeuronCPU.mqh fix: remove broken DFA optimizer, use plain gradient descent 2026-07-29 00:03:54 -04:00
NeuronDirectML.mqh Add new research scripts for trading strategy analysis 2026-08-02 12:25:20 -04:00
NeuronOCLConvPool.mqh fix: improve error messages and suppress false sharing-violation logs 2026-08-02 01:09:18 -04:00
NeuronPrimitives.mqh fix: correct CLayer::CreateElement signature to prevent model load failures 2026-07-25 12:02:38 -04:00