Forum

Columns are not displaying correctly on the chart

Hi, I would like to create a dashboard with 28 rows and 14 columns using classes. However, I am having trouble with the 12th and 13th columns as they are not displaying correctly on the chart (please refer to the attached photo). I would greatly appreciate your help in resolving this issue. Thank

I cannot display both the high and low daily lines

Hi I cannot display both the high and low daily lines with the next code Please help Thanks void Dayly_High_Low_Lines() { double Low_price=iLow(Symbol(),PERIOD_D1,0); ObjectCreate(0,Symbol(), OBJ_HLINE ,0,0,Low_price); ObjectSet(Symbol(),OBJPROP_COLOR,clrRed); // changing the color of