How could we say what you are doing wrong, when we don't know what you are doing ?
Show your code !
For now, I just want to know real time balance of my Signal provider's.
printf(DoubleToStr(SignalBaseGetDouble(SIGNAL_BASE_BALANCE)));
It shows some weird value from time to time, such as 0.8 ....sometimes way bigger (like more than 10 times) than what it shows on MQL5 signal page, which I don't understand.
So I think I don't really understand the use of SignalBaseGetDouble .
Thanks.
For now, I just want to know real time balance of my Signal provider's.
printf(DoubleToStr(SignalBaseGetDouble(SIGNAL_BASE_BALANCE)));
It shows some weird value from time to time, such as 0.8 ....sometimes way bigger (like more than 10 times) than what it shows on MQL5 signal page, which I don't understand.
So I think I don't really understand the use of SignalBaseGetDouble .
Thanks.
-------------------------------------------------------------------------------------------
I get the Balance or Equity, but all the values look so different, like old, maybe about 2 weeks old? or more? compared to the ones on MQL5 signal page.

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hi.
I would like to check my subscribed Signal provider's Balance from EA, and find 'SignalBaseGetDouble' with SIGNAL_BASE_BALANCE.
So I tried SignalBaseGetDouble(SIGNAL_BASE_BALANCE), and it returns 0.8 when my signal provider has now $12,600 on MQL5 signal page.
Could somebody tell me what I am doing wrong?
It seems I can only get the SIGNAL_INFO_VOLUME_PERCENT information right.
Thanks