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 stuck. I want my EA to place a order at a certain price level ( when price is close to multiple price points )
Example
double ClosePrice = iClose(_Symbol,PERIOD_CURRENT,1);
ClosePrice is curretly at 642882.51
When ClosePrice comes within 400 points of 648200.00 place order, but it needs to place a order when it comes close to 638200, 648200, 658200 etc.
I don't need someone to code it for me, but just point me in the right direction please.
:-) dont judge my coding.