Run EA Message on Chart
-
Hi
I use a "Run EA" block to control if the EA is on "true" or off "false". Any suggestions how can I use a message block to display the status on screen without having to go into the setting?
Thanks in advance. -
Try the comment block
-
I don't know any 'Run EA' block. Do you mean 'Run blocks' maybe?
-
@l-andorrà yes, that's what I meant!
-
@sktsec thanks, my question is how to use it. What to connect to.
-
You can create a boolean true/false variable amb connect it to the relevant place you need to check. Then you can use a 'comment' block to make that variable's value visible on the chart.
-
@l-andorrà Thanks, I'll give this a go.
-
You're welcome.