hansfs88 / Publications
Forum
Help me, ObjectCreate with OBJ_HLINE
Hi All, I am newbie in MQL4, I write the code like this :slight_smile: double dHarga=iClose(NULL,PERIOD_D1,1); string Rem,desc1; Rem="test hline"; ObjectCreate(Rem,OBJ_HLINE,0,0,0,0,0); ObjectSet(Rem,OBJPROP_PRICE1,dHarga); I got the correct value dHarga=1.16457. But I confuse about the label which