aksofficial:
Hi team, I got a custom code. The arrow seems to follow the next candle open and it will not reflect after the 2 MA cross correctly without me refreshing the chart. PLease advise how to fix this thank you!!
Try to add ChartRedraw() operation in the end of your code.
Like this....
ChartRedraw(); //---- return(rates_total); }
Nikolaos Pantzos:
Try to add ChartRedraw() operation in the end of your code.
Like this....
Thank you for helping!
However, the issue is the same..when the MA cross each other it shows a red arrow on the current candle even if it's in an upward direction and I still need to manually refresh to get the arrow.

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
Hi team, I got a custom code. The arrow seems to follow the next candle open and it will not reflect after the 2 MA cross correctly without me refreshing the chart. PLease advise how to fix this thank you!!