Accessing Subscribed Signal Data

 
Can anyone point me to an example of code that can intercept signal data I have subscribed to in my account?  I would like to change the way autotrading is using the data but I do not know where I can intercept the data before it goes on the autotrader.  Thanks for any hints.
 
rikym7:
Can anyone point me to an example of code that can intercept signal data I have subscribed to in my account?  I would like to change the way autotrading is using the data but I do not know where I can intercept the data before it goes on the autotrader.  Thanks for any hints.

You can't do this.
 

Well... in theory you could subscribe to a signal on account A, and then create an EA running on that account that monitors and records the trades performed by the signal into a database/csv/whatever. You would then have a second account, account B, which has an EA that reads the trades from that database and performs the trades on account B with whatever adjustments you wish to make.


See https://docs.mql4.com/signals for more info.

Trade Signals - MQL4 Reference
Trade Signals - MQL4 Reference
  • docs.mql4.com
Trade Signals - MQL4 Reference
Reason: