Forum

How can I change the line color of Fibo tools in mql script .

hi i want to change red color of high to low line in Fibo tool to none-color in mql4 script. how can do it ? thank you

Problem in Defining custom Symol

hi i tried to create some custom symbols with comparing all currency related TO USD and defining synesthetic formula . but i have a problem. at higher time frame chart display candles with gap shift and chart doesn't change with moving shift at end of chart. following picture show result and

How can Get more data with custom symbol wizard in mql5?

hi i tried to create some custom symbols with comparing all currency related TO USD and defining synesthetic formula . but i have a problem. at higher time frame chart display candles with gap shift and chart doesn't change with moving shift end of chart. following picture show result

what is Equivalent of WindowFirstVisibleBar command in mql5

hi what is Equivalent of WindowFirstVisibleBar() command in mql5

how can get Stochastic Indicator Value for H2 timeframe ?

hi i try to calculate stochastic value for a share in H2 timeframe double stoch = iStochastic (symbolName, ? , StochK, StochD, StochSlow, StochMethod, StochPrice, MODE_MAIN, 0 ); i set 120 or 16386. but its output is zero. please help me to solve this problem

different Result of zigzag indicator with two accounts

zigzag (20,5,3) show different result in two accounts. why it show different. thank you for helping me. god less you what should i do to show non-difference result in zigzag output in any account

invalid array access in Output Function

i wrote a function to give a vector [ z1...z10] of zigzag index of any forex currency in function output. but it show error in compliation. // int ExtDepth=12; int bigshift= 1 ; int ExtDeviation= 5 ; int ExtBackstep= 3 ; int counted_bars=IndicatorCounted(); int izig= 0 ,MaxZig= 8 ;

error in Icustom Indicator ? (remove my indicator )

i use custum indicator for zigzag in my scanner int limit, bigshift= 0 ; int GrossPeriod= 60 ; int ExtDepth= 12 ; int ExtDeviation= 5 ; int ExtBackstep= 3 ; int counted_bars=IndicatorCounted(); //---- if (counted_bars< 0 ) counted_bars= 0 ; if (counted_bars> 0 )

Finding Time and Price in ZigZag Indicator

hi dear Friends i want to Find Time and Price in ZigZag Indicator. how can i find reversal direction points ( price and time ) specially for double top and double bottom ? i need these two price and time for my forex scanner. therefore i donot need plot anything over chart. i hope that you could

error in zigzag output

I write a script to print zigzag point in windows double Buf_0[],Buf_1[]; // //-------------------------------------------------------------------- //-------------------------------------------------------------------- int start() // { int i, // Counted_bars; double zz[] ; //