Any questions from newcomers on MQL4 and MQL5, help and discussion on algorithms and codes - page 533

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
Hi all, is there a ready-made command to display the deal history on the screen?
similar to dragging a deal from the history to the chart
it would be possible to go through the history of trades and assign objects, but i think there is a ready way
Hi all, is there a ready-made command to display the deal history on the screen?
similar to dragging a trade from the history to the chart
The same, but with the control key pressed. I can't remember if it's Ctrl or Shift - I'm writing from a mobile phone.
I want to put this piece into my non-trading robot to put it on a chart and see what's going on.
To put it on the chart and see how many craps have been produced per year for this symbolThere is no way to get this information through MQL. You need to access DateTimePricker controls, which is done via WinAPI.
Thanks, got it!
May be useful for someone:
Thanks, got it!
It may come in handy for someone:
Then a counter question: Why is it necessary to get the test interval date, where can it come in handy?
If i is a multiple of two.
This is the remainder of i divided by 2
Thank you. How, in the indicator, to exclude from the calculations the candles from 19 to 11 o'clock?
Thank you. How can the indicator exclude candles between 19 and 11 o'clock from its calculations?
Watching the time and skipping if not within the set limits is easy.
The logic is simple: you know the shop is closed for lunch between 2pm and 3pm. You look at your watch and you don't go to the shop if it's lunchtime. Then why are you getting confused here? What is the difference?
Watching the time and skipping if it is not within the set limits is easy.
The logic is simple: you know that between 14:00 and 15:00 the shop is closed for lunch. You look at your watch and you don't go to the shop if it's lunchtime. Then why are you getting confused here? What is the difference?
The point is that if you set the time interval as in the EA
I need to exclude from history, candlesticks that are in the interval, from the calculations.
Hello, I would like to create a condition whereby
This may be the case: