How do you read from the journal or alerts for input for an indicator/EA

 

After My Signal is set off i want it to sent the signal to the alert or ea journal so that i can compare conditions for a trade.

 
q.import:

After My Signal is set off i want it to sent the signal to the alert or ea journal so that i can compare conditions for a trade.

If you mean to read from toolbox's journal tab then you need WinAPI programming but its taking lot of resources, so don't consider it.

This signal you're talking about, is it mql5 signal or the candle signal you're working on ? 

 

 
phi.nuts:

If you mean to read from toolbox's journal tab then you need WinAPI programming but its taking lot of resources, so don't consider it.

This signal you're talking about, is it mql5 signal or the candle signal you're working on ? 

 

Candle Signal
 
q.import:
Candle Signal
Try Print (https://www.mql5.com/en/docs/common/print) and see them in MT5's toolbox (Ctrl + T) expert tab, or you can also write to .txt file using some file operation (https://www.mql5.com/en/docs/files).
Documentation on MQL5: Common Functions / Print
Documentation on MQL5: Common Functions / Print
  • www.mql5.com
Common Functions / Print - Documentation on MQL5