
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
Thanks! If you can give me any tips, that would be great!
I'll read more about the stylizer.
Try instead:
bool first;
write:
Dear Sirs! Please advise "dummies" how (or rather where) to download a free Expert Advisor from the Market? I know where to install an ordinary EA... I cannot do it from the Market - what application should I use?
Dear Sirs! Please advise "dummies" how (or rather where) to download a free Expert Advisor from the Market? I know where to install standard Expert Advisors... I can't do it from Market - what application should I use?
forward666: У меня при запуске робота сразу открывается позиция,которая явно не отражает реалии графика,соответственно она уходит в глубокий минус. Как сделать,что при запуске робота эта позиция не открывалась сразу?где в коде нужно что-то добавить?
You have before the first tick: first==false, and variables a and b are uninitialised. That's why on the first tick the condition
does not work, and variables a and b remain uninitialized.
If after fixing this problem the position will still open, print the array values for MA, ask, bid and variables a and b.
Hello.
I'm a real dummy, so don't kick me.)
My question is: How can I extract quote data from Metatrader 5?
I've converted quotations to excel file and took it to my place of work where I have no internet access and worked with it.
But in 5 metatrader I don't know how to convert its files to excel. Can you tell me please. It turns out, I need a step-by-step instruction or a script (I don't know the programming language, but I know how to use scripts, expert advisors or indicators), which could be started at a needed timeframe, even if it's non-standard (M3 or M7, for example). I would also like to ask you not to ask me to start studying the programming language, please.
I would just like to switch permanently to MT5 so I don't have to work with two metatrader.
Really hoping for your help, knowledgeable people, would be grateful to the grave =).
Regards, Alexey.
...
Partly here you will find what you need: How to prepare MetaTrader 5 quotes for other programs
If you don't want to learn, you can order whatever you want in the Jobs section. ))
Thank you very much, dear tol64, for the tip.
As for learning, it's still a matter of lack of time, unfortunately.
Many thanks again.
Sincerely, Alexey.
Is it possible to make 2 or more indicators to be shown during the visual indicator test and not only 1?