Questions from Beginners MQL5 MT5 MetaTrader 5 - page 613

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
Thank you, it's not quite clear how to implement this in this case.
What's wrong with it?
Are you kidding me? The space bar didn't help.
Because I want to get the text of the object on the first bar.
To make sure it's on the first bar, I'm guessing by other means.
the structure of the command does not provide for time in its body as I understand it
Are you kidding me? The space bar didn't help.
Because I want to get the text of the object located on the first bar.
You do have a space there.
Print() the name of the object and compare it with what you're asking for, i.e. whether it looks like the object name:
Yes, I get the object name correct, but I get no value.
If I set the name like this :
shows the correct value.
It doesn't if it's like this:
Yes, the name of the object is correct, but I don't get any value.
If I set the name as :
shows the correct value.
It doesn't if I set it like this:
Yes, I get the object name correct, but I get no value.
If I set the name like this :
shows the correct value.
It doesn't if it's like this:
Found it.
In the indicator, the name without seconds is L_V 2016.08.26 00:00
And this way"L_V"+Time[1] turns out with seconds L_V 2016.08.26 00:00:00
Try it like this.
Yes! It helped.
Thank you all for your prompt help)
Hello, could you please tell meif I need parameter Parameter=Ka,int,21 in the signal of the standard library?
Selected in the process of optimization from the enumeration of the type
But, when the signal disappears from selection when generating EA, but it's compiling normally, it's hard to make conclusions - what's wrong ......, help with code, wasn't there already an implementation?
p.s. I have to change int to intTypeevery time in the final EA