Fix critical EA architecture issues

This commit is contained in:
peter
2026-05-28 17:34:34 -04:00
parent 2682cfdca1
commit 6208bbd9c5
5 changed files with 46 additions and 9 deletions
+5
View File
@@ -68,6 +68,11 @@ public:
if(m_ma_slow_handle == INVALID_HANDLE)
{
if(m_ma_fast_handle != INVALID_HANDLE)
{
IndicatorRelease(m_ma_fast_handle);
m_ma_fast_handle = INVALID_HANDLE;
}
if(mp_logger)
mp_logger.Error("Failed to create Slow MA indicator");
return false;