Hi,
I have an indicator DRAW_ARROW which plots symbols over the chart. Their default size is configured normally in the initial indicator parameters and can be updated in the loaded indicator's configuration panel. Until here, 100% fine.
The problem is that I'ld like to give an extra signaling to the last 4 arrows ploted by showing them with a size bigger then the default. So let's say the default is 1 and all arrows in history are shown with this size, but the last 4 symbols should have size 5, better calling the attention of the trader.
Is it possible to do this? Or whenever a size configuration is applied to a DRAW_ARROW buffer, it will be enforced in all plotted symbols? PlotIndexSetInteger(0,PLOT_LINE_WIDTH,X); seems that would apply to all symbols and I haven't seen other alternative.
Instead of just asking how to "give an extra signaling" you asked a different question.
How To Ask Questions The Smart Way. (2004)
The XY Problem

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hi,
I have an indicator DRAW_ARROW which plots symbols over the chart. Their default size is configured normally in the initial indicator parameters and can be updated in the loaded indicator's configuration panel. Until here, 100% fine.
The problem is that I'ld like to give an extra signaling to the last 4 arrows ploted by showing them with a size bigger then the default. So let's say the default is 1 and all arrows in history are shown with this size, but the last 4 symbols should have size 5, better calling the attention of the trader.
Is it possible to do this? Or whenever a size configuration is applied to a DRAW_ARROW buffer, it will be enforced in all plotted symbols? PlotIndexSetInteger(0,PLOT_LINE_WIDTH,X); seems that would apply to all symbols and I haven't seen other alternative.