Search found 41 matches

Re: MT4 Indicator requests and ideas

Quite confusing and bad. It only draws the obvious S/R zones you see with your eyes with same experience. It counts fractals in a given range and looks fancy. This indicator is for beginners and those who want to stay on that level. Don't use fractal S/R indicators. Pros don't use fractal S/R indic...

Re: Coding Help

Not in the code part that you posted in the previous post (there is only trend line in that part) In any case change line 208 to be something like this : ObjectSet(Name,OBJPROP_TIME1,Time[0]+_Period*60*25); // Replace 25 with any number of bars you wish it to be shifted to the right yes i can edit ...

Re: Coding Help

Hey, i want to change line starting point. from right to left, detail in ss. void SetUpPriceLabel(string Name,color Color,double price) { ObjectDelete(Name); ObjectCreate(Name,OBJ_TREND,0,Time[0],price,Time[0]+Period()*(1),price); ObjectSet(Name,OBJPROP_ARROWCODE,SYMBOL_RIGHTPRICE); ObjectSet(Name,O...

Return to the advanced search