Search found 43 matches

Re: Supply and Demand Indicator value

I tried to create the buffer below but the value is totally different from the text object.       ObjectCreate(s,OBJ_RECTANGLE,0,0,0,0,0);       ObjectSet(s,OBJPROP_TIME1,Time[zone_start[i]]);       ObjectSet(s,OBJPROP_TIME2,Time[0]);       ObjectSet(s,OBJPROP_PRICE1,zone_hi[i]);       ObjectSet(s,O...

Re: Supply and Demand Indicator value

Hi Mladen From what I understand in the code the name of the object starts with SSSR#S and is changed by a count. It does not have a fixed name. Code      //name sup       if(zone_type[i]==ZONE_SUPPORT)          string s="SSSR#S"+i+" Strength=";       else       //name res       ...

Return to the advanced search