Warrior_EA/CustomIndicators
AnimateDread e62c710d6f fix: correct array orientation and PReLU gradient backprop in hidden layers
- Ensure `tick_volume` array is set as series in ADShorteningOfThrust.mq5 to prevent future-data leak in volume calculations.
- Ensure `open` array is set as series in ADWyckoffFailedStructure.mq5 to prevent future-data leak in structure detection.
- Add missing PReLU gradient scaling (multiply by 0.01 for negative outputs) in CPU_CalcHiddenGradient and DirectML shader to match expected derivative behavior across all backends.
2026-07-17 23:21:12 -04:00
..
ADCumulativeDelta.mq5 feat: normalize CumulativeDelta feature, add explicit bullish/bearish flag 2026-07-16 19:55:51 -04:00
ADShorteningOfThrust.mq5 fix: correct array orientation and PReLU gradient backprop in hidden layers 2026-07-17 23:21:12 -04:00
ADVolume.mq5 feat: real-ZigZag training labels, HYBRID CPU-oversubscription fix, input cleanup 2026-07-16 00:56:33 -04:00
ADWyckoffEventStream.mq5 feat: embed compute DLLs as resources and extend Save/Load for training state 2026-07-13 15:59:35 -04:00
ADWyckoffFailedStructure.mq5 fix: correct array orientation and PReLU gradient backprop in hidden layers 2026-07-17 23:21:12 -04:00
ADWyckoffSignificantBarInversion.mq5 feat: embed compute DLLs as resources and extend Save/Load for training state 2026-07-13 15:59:35 -04:00
ADZigZag.mq5 feat: real-ZigZag training labels, HYBRID CPU-oversubscription fix, input cleanup 2026-07-16 00:56:33 -04:00