FxTrader_: Please help to alert for "LOW" I'm not able to code it, I use Bid but it is not work
- "Doesn't work" is meaningless - just like saying the car doesn't work. Doesn't start, won't go in gear, no electrical, missing the key, flat tires - meaningless. There are no mind readers here.
- learn to code it, or pay someone. We're not going to code it FOR you. We are willing to HELP you when you post your attempt (using SRC) and the nature of your problem.
- MT4 charts are Bid charts. Your compare should be with the Bid.
Your code if(Ask+1*Point >= Alert_To_W1_High && Ask-1*Point <= Alert_To_W1_High)
Simplified if( MathAbs(Bid - Alert_To_W1_High) <= 1*Point)
Thank you

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
Hi,
I'm trying to alert for weekly High and Low price, I'm using this code:
Please help to alert for "LOW" I'm not able to code it, I use Bid but it is not work
Thanks