
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
What is the best way in this situation?
Best.
xiruko This is why just giving them the answer doesn't work. He has learned nothing, and now wants you to change it again.
Yep, that's true. I did it because it was a matter of 2 minutes and I was having a good day, but I won't do it again.
Regards.
Where may I learn how to create a script?
http://lmgtfy.com/?q=mql4+tutorial
Yep, that's true. I did it because it was a matter of 2 minutes and I was having a good day, but I won't do it again.
Regards.
http://lmgtfy.com/?q=mql4+tutorial
I added | #property indicator_color1 clrBlack | into the script. But I have errors.
'OnCalculate' - function must have a body Vertical-Line-H1.mq4 22 5
OnStart function defined in the non-script program Vertical-Line-H1.mq4 17 6
indicator buffers amount is less than needed 0 0
Someone help me, please.
Start with Event Handling Functions - MQL4 Documentation What does it say OnStart is only for? What does it say OnCalculate is only for? How can you have indicator buffers in a script?
Until you read and understand the documentation/language there is no common language for us to communicate with. The above questions shows your post is basically babel and is a waste of everyone's time.
Good thanks!
Thanks for your time. I highly appreciate your support.
All best,
Max
I know I have not a lot of time. But I know I will do a lot of things a little time.
Right now I added COLOR, STYLE and so on. It is simple but I am new this area.
:)
Hi,
I would like to add Vertical Line to forward (future Period H1).
I tried to find about it but I did not find anything.
Is it possible?
All best,
Max
You can use future times in the parameters for a vertical line.
Be aware that if that time value doesn't exist on the chart later, the line will appear to be on the nearest earlier bar.
ie
If, on a Friday, you place the line 12 hours in the future, so it will be on a Saturday, it will appear to be in the correct place
When the market opens on a Monday, there will not be a candle that includes that Saturday time, so it will appear to be on the last Friday candle.
Hope that makes sense.
Hope that makes sense.