[ARCHIVE]Any rookie question, so as not to clutter up the forum. Professionals, don't pass it by. Can't go anywhere without you - 5. - page 42
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
There is one variable missing from the indicator call - the buffer!!!
It's working. Thanks again.
Question for connoisseurs.
There is a code on the real chart the comments are correct. in the strategy tester all values are equal to 2147483647
What is wrong here?
Or should we addEMPTY_VALUE to the check?
And should we always normalize obtained data from the indicators for comparing them to each other in 5 digits?
Question for connoisseurs.
There is a code on the real chart the comments are correct. in the strategy tester all values are equal to 2147483647
What is wrong here?
Or should we add EMPTY_VALUE to the check?
And should we always normalize obtained data from the indicators for comparing them to each other in 5 digits?
mmm ...there's also a problem ...the beep sometimes sounds like it's set in the News.wav code and more often it rings Alert.wav
Could you please tell me where the error is?
Please help me, tell me how to implement EA code in two or three lines:
When a signal comes in (e.g. crossing of two MAs)
1.Expert Advisor determines the time of the signal (in hours, minutes), stores it;
2. counts down one minute.
Next, readiness to do something (e.g. open an order)Question for connoisseurs.
There is a code on the real chart the comments are correct. in the strategy tester all values are equal to 2147483647
What is wrong here?
Or should we add EMPTY_VALUE to the check?
And should we always normalize obtained data from the indicators for comparing them to each other in 5 digits?
Mm ... there's also a problem ... the beep sometimes sounds like the News.wav code and more often it rings Alert.wav
There's some nonsense written here:
Read about iCustom().
Please help me, tell me how to implement EA code in two or three lines:
When a signal comes in (e.g. crossing of two MAs)
1.Expert Advisor determines the time of the signal (in hours, minutes), stores it;
2.Countdown one minute.
Next, readiness to do some action (e.g. opening an order)In a global variable you write the time value at the moment of the signal receipt:
and then count down your minute (you can do this):
This is one solution to track the time after an event has occurred.
In a global variable, write the time value at the time of the signal:
and then count down your minute (you could do that):
This is one solution to tracking the time after some event has occurred.
Alternatively, you can set any time after the signal arrives