It's already assigned !!!. Change the background color to white, click any of the button, notice the text on right bottom of the chart.
And thank you very much. I've been looking for this.
BTW, why don't you attach the full EA so the other forumers can help and comment on this. You post not enough code, BTW. They may know something that I don't.
Tell you what again, mine is working well.
:)
That's why I thank you.
full expert
http://www.mediafire.com/?aaj0h2t10enx8io
the problem is that all buttons do the same task
i want to know coordinates of each button to modify this line for each button
(WindowSize[0]-XY[0]>5 && WindowSize[0]-XY[0]<100 && XY[1]<29)
full expert
http://www.mediafire.com/?aaj0h2t10enx8io
the problem is that all buttons do the same task
i want to know coordinates of each button to modify this line for each button
(WindowSize[0]-XY[0]>5 && WindowSize[0]-XY[0]<100 && XY[1]<29)
Attach it !!!.
The coordinates you looking for can be found in
void Button(string text, int offset)
it is in development God will
,, and this is the last version of it till now,,
what i really want to know is,,,
what are those variables
xy[0]
xy[1]
WindowSize [0]
thanks
it is in development God will
,, and this is the last version of it till now,,
what i really want to know is,,,
what are those variables
xy[0]
xy[1]
WindowSize [0]
thanks
Since you sharing with us, and I thank you for it, and as I'm working on it now, I see what I can do. It's not easy you know.
BTW, what do you mean by :
it is in development God will
,, and this is the last version of it till now,,
what i really want to know is,,,
thanks alot dear :)
it is a tool,,, not a automatic trading expert
it is based on cycles,,,
it has a very complicated logic,, through programming,,, so i prefer to make it semi manual and semi automated
thanks alot dear :)
it is a tool,,, not a automatic trading expert
it is based on cycles,,,
it has a very complicated logic,, through programming,,, so i prefer to make it semi manual and semi automated
You're welcome.
I agree it is a tool, but I'm not so sure it's based on cycle, it draw some arrows but unfortunately somehow those arrows sometime not shown correctly :(.
BTW the XY[0], XY[1], WindowSize [0] and WindowSize [1] which is calculated in
bool OnClick(int& XY[2], int& WindowSize[2])
are for calculating the X and Y position of cursor and the width and height of the chart.
This is all I now right now, I haven't finish with it yet :)
task completed and this is the values,, thanks all
//logic of x1 button if(WindowSize[0]-XY[0]>500 && WindowSize[0]-XY[0]<540 && XY[1]<29) ///adddddddd { click=0; continue; } //logic of x3 button if(WindowSize[0]-XY[0]>450 && WindowSize[0]-XY[0]<490 && XY[1]<29) ///aass { click=11; continue; } //logic of x5 button if(WindowSize[0]-XY[0]>400 && WindowSize[0]-XY[0]<440 && XY[1]<29) ///adddddddd { click=14; continue; } //logic of x7 button if(WindowSize[0]-XY[0]>350 && WindowSize[0]-XY[0]<390 && XY[1]<29) ///adddddddd { click=17; continue; } //logic of x9 button if(WindowSize[0]-XY[0]>300 && WindowSize[0]-XY[0]<340 && XY[1]<29) ///adddddddd { click=20; continue; } //logic of x11 button if(WindowSize[0]-XY[0]>225 && WindowSize[0]-XY[0]<285 && XY[1]<29) ///adddddddd { click=23; continue; } //logic of x13 button if(WindowSize[0]-XY[0]>150 && WindowSize[0]-XY[0]<210 && XY[1]<29) ///adddddddd { click=26; continue; } //logic of x15 button if(WindowSize[0]-XY[0]>75 && WindowSize[0]-XY[0]<135 && XY[1]<29) ///adddddddd { click=29; continue; } //
special thanks for onewithzachy
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
please i have this expert
i need every button to do its task
the key is in this code
but i don't know what is xy and what is WindowSize
could any one please modify it for me,,,
or just tell me what are those variables
xy[0]
xy[1]
WindowSize [0]
thanks alot in advance