Скачать можно здесь:
http://www.forextester.ru/files/setuprus.zip
Пример создания объекта и настройки:
Код: Выделить всё
if ObjectCreate('Trend line 01', obj_TrendLine, 0, Time(40), Close(40), Time(0), Close(0)) then
begin
ObjectSet('Trend line 01', OBJPROP_STYLE, integer(psDot));
ObjectSet('Trend line 01', OBJPROP_COLOR, clYellow);
ObjectSet('Trend line 01', OBJPROP_WIDTH, 1);
end;