SignalBaseTotal() not returning any value in MQL5

 

Hi there..

Does "SignalBaseTotal()'" not supposed to return total signals on MT5?

It returns and works fine on MT4.. but not MT5.

am i missing something?

   int total=SignalBaseTotal();
   Print("Total Signal=="+IntegerToString(SignalBaseTotal()));

Returns 0 on MT5.. 


Returns 1000 on MT4

 
fxsaber #:
Disabled and deprecated Signal* functions.

Even when signal is enabled and running fine on the MT5.. it still does not get the signal info!.

If that fucntion isn't returning anything.. There's no way to call current active signal?!