Italo: I'm having trouble adjusting the candle distance in this code. The arrows are too far from the candles, below is my code, if anyone can help, I appreciate it.
Is this really your code because it looks like you created the problem yourself so you should know how to fix it
for(counter=i;counter<=i+9;counter++){ AvgRange=AvgRange+MathAbs(High[counter]-Low[counter]); } Range=(AvgRange/10)*1.6;
if (signal(dn) && signal(dn2)&& signal(dn3))
ArrowDNbuff[i] = High[i]+Range;
Text edited by moderator. Don't write in ALLCAPS. It is considered shouting and rude.
Italo :
Estou tendo problemas para ajustar a distância da vela neste código. As setas estão muito longe das velas, abaixo está o meu código, se alguém puder ajudar, agradeço.
Chioma Obunadike #:
Thanks I found the problem, it was in front of me the whole time, but I hadn't seen it until now.
ESSE É REALMENTE O SEU CÓDIGO PORQUE PARECE QUE VOCÊ MESMO CRIOU O PROBLEMA, ENTÃO VOCÊ DEVE SABER COMO CORRIGIR
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'm having trouble adjusting the candle distance in this code. The arrows are too far from the candles, below is my code, if anyone can help, I appreciate it.