Yes.
- www.mql5.com
I don't think there's a way to know whether an alert or print has been called or from where.
You must figure out the something(s) it places on the chart when it does the call. That will be your signal.
I don't think there's a way to know whether an alert or print has been called or from where.
You must figure out the something(s) it places on the chart when it does the call. That will be your signal.
Thank you so much....
There may not be possible to do this idea.
I don't think there's a way to know whether an alert or print has been called or from where.
You must figure out the something(s) it places on the chart when it does the call. That will be your signal.
Can I ask again?
How about MT4 journal?
There are CALL.PUT message in MT4 terminal (journal)
Can we pick up as a signal?
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Is it possible to open order with pop up alert.
For example, some indicator has no buffer and has popup alert.
If ALERT =TRUE,
then I can see "CALL" alert message as popup.
Then I want to place order with Ordersend code.
Is it possible?