That is not a difficult at all.
Examples -
Forum on trading, automated trading systems and testing trading strategies
Hello,
Please EDIT your post and use the SRC button when you post code.
Thank you.
Forum on trading, automated trading systems and testing trading strategies
whroeder1, 2015.07.20 12:30
-
Play videoPlease edit your post.
For large amounts of code, attach it.
- You indent? Perhaps you intend.
- Don't attach a image, insert the image
- Price is not irrelevant. You fixed it's minimum and maximum (Program Properties (#property) - MQL4 Documentation) thus it still has a low and high.
sObjName = "GMT"+iBar; // LMAX GMT time (add iBar iso. i to sObjectName)
First run you are going to create an object named GMT0. When the next bar starts you are again going to try to create GMT0 (which is now under bar one) and that will fail. Don't use bar numbers in object names; use time "GMT"+int(Time[iBar]) or similiar.
Sergey Golubev:
That is not a difficult at all.
Examples -
Thankyou ... I wasnt realising it is not until it is posted that the HTML comes alive

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 can't do it!
What are the steps for copying and pasting from metaeditor to these forums please?