I think it is, but it's rather small and selected by default. Try adding the following:
ObjectSet(ArrowName, OBJPROP_WIDTH, 10); // Just play around with the value ObjectSet(ArrowName, OBJPROP_BACK, false); ObjectSet(ArrowName, OBJPROP_SELECTED, false); ObjectSet(ArrowName, OBJPROP_SELECTABLE, false); // Optional, in case you don't wanna be able to select it by clicking on it
ObjectSet(ArrowName, OBJPROP_ARROWCODE, SYMBOL_ARROWDOWN);
Always post all relevant code (using Code button) or attach the source file. We don't know what SYMBOL_ARROWDOWN is. How To Ask Questions The Smart Way. (2004)
Be precise and informative about your problem
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, my indicator is gonna mark ichimoku cross and i decide to showing those marks with arrows but in chart they not showing properly(in screenshot below)
this is part of my code :