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
Igor, could you please advise how to remove the riddle extrema with your function GetExtremumZZPrice from any timeframe, not only the one the EA is attached to?
To do this, pass in the second parameter(tf) the timeframe you want. For example, for an M30 timeframe the function call would look like this:
For M5:
KimIV
Right. I missed it, it was in the description...)
I'm not very good with arrays...
*
Igor!
Do you have a function that will return high (or low) on a sample like this:
datetime.start <-> datetime.finish.
As ds use for example DateOfMonday
and df current TimeCurrent() ...
*
For example from 2009.01.12 00:00 to 2009.01.13 15:30
***
We would need another function to it which would:
function(selectHigh());
return the date and time of the high
(or low)
By the way...
Don't you clarify the great mission of this expression:
datetime dt=StrToTime(TimeToStr(TimeCurrent(), TIME_DATE))
which: translate dt to string then reduce string to dt...
Fact! if shortened to datetime dt=TimeCurrent();
Monday begins... (no, no, not Saturday! :))) at 13:16 instead of 00:00
Query
Registry access ?
RegOpenKeyEx ?
Don't clarify the great mission of this expression:
datetime dt=StrToTime(TimeToStr(TimeCurrent(), TIME_DATE));
TimeToStr(TimeCurrent(), TIME_DATE) discards the time component of the date.
That is, if it was "2009.01.16 08:25:31", it will remain "2009.01.16".
I tried it but I need to close positions without paying attention to total gain or loss. At opening of 14 different pairs one go in a loss we close them, those with plus we keep and do refill.
And then there is this product https://forum.mql4.com/ru/11287/page14#76108
>>And for the refill you can try to redo https://forum.mql4.com/ru/11287/page13#75008
Igor, you have a search for a zigzag by its number and you have a search for the last fractal(bottom and top). But there is no fractal search by number?
Yes, there isn't... Because I couldn't decide how to number such fractals: