Forum

histogram width

Hi Is it possible to draw a histogram with a width above "5" with mq5? In mq4 this was not a problem. The only problem was manually changing the width in the indicator settings menu

how to make indicator to repaint?

Hi I trying make indicator to repaint previous results. I succeeded to change only future result but not the past. Every number is separately indicator value by time. When input_2 show result, every sequentialy by type value of input_1 should change. Is it possible? Where I can find info or example

iCustom returns slightly wrong values

Hi I found the topics like "iCustom returns wrong values" but this is little bit different. I try to create indicator which compares size of identical type of bars (bull/bear type) in a sequence. and shoes maximum values of comparison in histogram. like this. this result is made by many indicators

how to compare numbers and iCustom value

int x[] = { iCustom ( NULL , NULL , "XXX" , 0 ,i) , 66 , 22 , 99 } ; int maxValue = ArrayMaximum (x); Hi I try to compare values of the external indicator and numbers. is it correct to compare numbers and iCustom return value? Is it any other way to do this? thanks

indicator modify

here is my *flat chart* indicator. I want to add ofset to every new bar which is the same type as their own previous bar ( every bar that is not the first of its own type). The ofset value will be = (Open (present bar) - Open (first bar of the *present bar* type)) I'll be glad if someone can help

Blank.mq4 for drawing and object placing

is it possible somebody to make this Blank.mq4 able to recieve drawings and objects? thanks

custom menu

Hi everybody i'm looking for something like this. Menu with custom symbols and colors

why my code did not work properly

compare wick of the candle . where is the mistake? indic. did not show all of the equal bars