Baris Kesgin:
hello everyone,,,
can you help me about your indicator?
First of all, thank you for making this indicator.
In this indicator, it only shows a single day. it does not show the past days. can you do it if possible? for example, I want to see the last 1 year, it does not work.
In this indicator, it only shows a single day. it does not show the past days. can you do it if possible? for example, I want to see the last 1 year, it does not work.
this code is written to draw the fibo for the last day only
you can use a loop to go through the previous candles for drawing previous fibos
and use unique names for each fibos, so they will not be deleted by same object names
You should be in the MT4 section with MT4 code
this indicator is MT5 and it will draw fibo lines on all days without the fib object:


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
hello everyone,,,
In this indicator, it only shows a single day. it does not show the past days. can you do it if possible? for example, I want to see the last 1 year, it does not work.