Forum

question in gann fann , may be geometry , may be mql4 ?

the question in simple words is? how can i get the scale of the 1:2 gann fan through geometry, through mql4,, through gann principle through any thing please help me,, thanks in advance

how it type (if there is no opened positions now)in mlq4 please

how it type (if there is no opened positions now) in mlq4 please thanks

very useful function need to be reversed

this function calculates the maximum down correction between 2 points could any one please reverse it,, to calculate the maximum up correction double getDif( int X0, int X3 ) { double maxdif; int P,B; for ( int i= MathMax (X0,X3); i>= MathMin (X0,X3); i--) { for ( int p=i- 1 ; p>=

could any one please suggest a good but cheap programmer to do pattern recognition expert advisor

hello,, could any one please suggest a good but cheap programmer to do predefined pattern recognition expert advisor thanks in advance

how to draw a parrallel pitchfork in mql4 thanks in advance

ObjectCreate ( "andrew1" , 19 , 0 ,gt1t,gp1,gt2t,gp2,gt3t,gp3 ) ; how to draw a parrallel pitchfork in mql4 thanks in advance t

help please in andrew pitchfork drawing

the syntax of it is ObjectCreate ( "andrew1" , 19 , 0 , gt1t,gp1,gt2t ,gp2 ,gt3t ,gp3 ) ; the main problem is that gt1t gt2t gt3t need to be converted from double format to datetime format as the function accept it i have for example gt1t=17 in double format,,, it means 17 bars before the current

help please in andrew pitchfork drawing

the syntax of it is ObjectCreate ( "andrew1" , 19 , 0 , gt1t,gp1,gt2t ,gp2 ,gt3t ,gp3 ) ; the main problem is that gt1t gt2t gt3t need to be converted from double format to datetime format as the function accept it i have for example gt1t=17 in double format,,, it means 17 bars before the current

help me please draw some gemetry in mql4

hello,,,could any one help me please getting points z1 and z2 in mql4 given :point 1 and point2 both in price and time z1 is the intersection between the horizontal line from point 2 and vertical line from point 1 i need it in price and time also z2 is at the line passing from point 1 and point 2

could any one please help me assigning each button to its task ,, thanks in advance

hello please i have this expert i need every button to do its task the key is in this code /// /// /// /// .................... /// /// /// / //logic of x1 button if (WindowSize[ 0 ]-XY[ 0 ]> 5 && WindowSize[ 0 ]-XY[ 0 ]< 540 && XY[ 1 ]< 29 ) /// adddddddd { click= 0 ; continue ; } //logic of x3

How to get lowest Price of bar based on time (in any time frame)?

hello,, please i have the logic that gives me the number of the bars like so,,, if i wan t o get the low of the bar number 5,,, how can i type it please,, thanks alot