Debugging Indicators

 

Hi,

When debugging EA's, you have the handy-dandy Expert tab to send Print() output to. Is there an equivalent way to easily output values when debugging indicators?

Cheers and thanks.

 
Geester:

Hi,

When debugging EA's, you have the handy-dandy Expert tab to send Print() output to. Is there an equivalent way to easily output values when debugging indicators?

Cheers and thanks.

Same Print()
 
Mladen Rakic:
Same Print()

Thanks. Where does it output to?

 
Where do you think? Same call, same place.
 
I sometimes use Alert ()
Reason: