Attachments forums

Re: 🔺 MT5 XARD - Simple Trend Following Trading System

funchi, Wed Jun 03, 2026 9:40 am

Regarding the arrows used by SEMAPHORE,

Is anyone seeing tall rectangular boxes displayed instead of arrows?

I'm not sure of the exact cause, but the arrows can be displayed correctly by making the following changes.

In the source code, locate lines like these:

Code: Select all

Before the change
ObjectSetString(0, name, OBJPROP_TEXT, CharToString((char)S1kod));

After the change
ObjectSetString(0, name, OBJPROP_TEXT, ShortToString((short)S1kod));
  • Change CharToString to ShortToString.
  • Change char to short.
  • Make the same changes for S1kod through S6kod, then rebuild the code.
All files in topic