[ARCHIVE] Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Nowhere without you - 3. - page 340
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Who can tell me the maximum lot on Alpari. I only have 110 chews
Yesterday the broker put a floating spread. In the tester it is also different from time to time (depending on how it was at the start) Is it possible to change the spread in the tester to make it fixed?
https://www.mql5.com/ru/forum/119830
My EA draws circles on the chart when it places orders. How can I make it not place them?
Help please. I have this strategy : when Yellow closes all trades, Red -> buy and Aqua -> sell. I used VininI_HMA indicator. And wrote a couple of lines But, it does not work. What is the right way? Please, give me some advice.
Respectfully.Thank you.
int tiket[]
int funk1(){
Size=ArrayResize(tiket,n);
for (i=0;i<=Size;i++) {
tiket[i]=OrderSend();
Print(tiket[i]) ;}
}
int funk2(){
for (i=0;i<=Size;i++) {
Print(tiket[i]);}
int init() {}
int start() {
funk1();
funk2();}
Print in the first function produces tikets, everything is ok here, but it produces zeros in the second function - why? What is the reason for that?
Hi all, is there any indicator or..... that would make a grid in MT4 not randomly but after 100, 500 pips???