Fix critical EA architecture issues
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user