
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 want to write the code to connect the close prices of candles to each other in an expert advisor file
Thanks. Ok. But with this approach I can not plot close on the chart. So I think I have to use iCustom function.
https://www.mql5.com/en/book/applications/indicators_make/indicators_buffer_to_plot_mapping
Hmm you can though. You use index 0 as the newest close, and index 1 as the second newest and so on.
Thanks