Questions from Beginners MQL5 MT5 MetaTrader 5 - page 175

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
Maybe I'm doing something wrong? Trying to replace the line zero with s does not work.
Write exactly what you want to get (the essence of the algorithm). Also - is it an indicator, a script or an Expert Advisor?
The time of formation of the bar found by the line below(the minimum found):
No, it's not an indicator yet it's a script for testing. I will use it as an Expert Advisor in future. I will use it as an Expert Advisor in future.The time of formation of the bar found by the line below(found minimum):
No it's not an indicator yet it's a script, to test. To learn. I will use it later for an EA.Reduced the number of copied items - for easier viewing on the chart and understanding:
Reduced the number of copied elements - for easier viewing on the graph and understanding:
The question is how to change the colour of Sell Limit Bids on the chart. they are green like the real bids. make them orange or something...
The script needs to start counting an array from a certain date with a certain number of bars to search within that number of bars. It would be fine, but the search is performed from the specified time from right to left, while the search should be performed from the specified time and after it. The variant with start date and end date is not suitable, because there is no possibility to set the number of bars.
The script needs to start counting an array from a certain date with a certain number of bars to search within that number of bars. It would be fine, but the search is performed from the specified time from right to left, while the search should be performed from the specified time and after it. The variant with start date and end date is not suitable, because there is no possibility to set the number of bars.
Sketch the timeline by hand and number the bars. Or on a screenshot outline the situation (preferably against a white background).
Recording the formation time of the maximum is not a problem. It is not clear how to tell the program to search in the next 8 bars for the minimum. That is, the bars before the maximum are not counted, the search is made in the bars after the maximum. The counting by time from and to is not suitable because it is impossible to specify the number of bars. The last bar to search in the chart is zero, we will consider that there are no bars after the last arrow.