Getting Signal Trading history

 
You can get general information about a Signal, like balance or equity, using SignalBaseGet...(), but this will not give you full transaction history.

Is there a way to get full transaction history for a signal, similar as you would get for your own account with HistoryDealGet...()?

There appears to be no function for this and then the only solution left would be to import a CSV from the Signal Trading history page on MQL5 website.

 
Wojciech_R: You can get general information about a Signal, like balance or equity, using SignalBaseGet...(), but this will not give you full transaction history. Is there a way to get full transaction history for a signal, similar as you would get for your own account with HistoryDealGet...()? There appears to be no function for this and then the only solution left would be to import a CSV from the Signal Trading history page on MQL5 website.

No, there is no such functionality available. You will have to use the CSV download on the webpage.

However, if you plan to scrape it from website, please be aware that their are measures in place to detect mass web-scraping, and your IP will be blocked for 24 hours or longer, if you attempt that.