You can use iCustom to get the output of the indicators. It can be done in both in an indicator or an expert
hth Russell
hth Russell
hi
if you have source of them send it for me if i can corret them in one andicator and send back for you!
zabih_parkam@yahoo.com
if you have source of them send it for me if i can corret them in one andicator and send back for you!
zabih_parkam@yahoo.com
That's great thanks - got that working now.
Many thanks zaraz too - if I get stuck I may well give you a message!
Many thanks zaraz too - if I get stuck I may well give you a message!

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I have a couple of indicators on a chart.
One of them will give me an alert on the following conditions: Bid>UpperBuffer[0] or Bid<LowerBuffer[0].
The other indicator will give an alert on the following: Bid>sqh[0] or Bid<sql[0]
What I'm trying to achieve is only getting an alert when both conditions are satisfied ie Bid>UpperBuffer[0] AND >sqh[0] (and visa versa)
I tried unsuccessfully to combine the two indicators into one to achieve this... am I right in guessing that the best option is an EA?
If so, how complicated is an EA like that? I will still be executing trades manually; I just would like to get the alerts combined.
Many thanks