ok i found how to do
double levels[7] = { 0.0, 0.1, 0.2, 0.5, 0.7, 0.9, 1.0}; myFibo.LevelsCount(7); for(int i = 0;i < ArraySize(levels); i++){ myFibo.LevelValue(i, levels[i]); myFibo.LevelDescription(i, DoubleToStr(levels[i]*100, 1)); }

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,
i've correctly created a fibo retracement tool with these instructions :
Now i want to add a new 0.1 retracement level in it.But this instruction dont work :
Can you explain which intrctions will add it in myFibo.
Thanks