rodrigoabrao:
I have this huge cod, and I got a HUGE amount of knowledge here. Thank you for that.
I would ask one more time.
So, I have this function
it basically takes the candle close value. if I call Close_D_1(+10), it would returns 10 candles before close value.
Now, I ask, is there a possibility of getting the actually time ( which day and time ) such candle happened ? Thanks !!
I have this huge cod, and I got a HUGE amount of knowledge here. Thank you for that.
I would ask one more time.
So, I have this function
it basically takes the candle close value. if I call Close_D_1(+10), it would returns 10 candles before close value.
Now, I ask, is there a possibility of getting the actually time ( which day and time ) such candle happened ? Thanks !!
Wow! You've copied the entire array just to extract one value... have you considered using iClose() instead?
For time of any candle, you can use CopyTime(), or iTime(). Time returned will be the open time of that candle, and you can easily add timeframe*60 to get the close time.

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
I have this huge cod, and I got a HUGE amount of knowledge here. Thank you for that.
I would ask one more time.
So, I have this function
it basically takes the candle close value. if I call Close_D_1(+10), it would returns 10 candles before close value.
Now, I ask, is there a possibility of getting the actually time ( which day and time ) such candle happened ? Thanks !!