Questions from Beginners MQL5 MT5 MetaTrader 5 - page 213

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
Good afternoon,
Can you tell me if it is possibleto import quotes into MT5?
( what steps )
Thanks in advance
Good afternoon,
Can you tell me if it is possible to import quotes into MT5?
( what steps )
Thanks in advance
Hello!
Could you please tell me how to start selling a trading system with indicators?
When adding a new product to the market, only one *.ex4 file is allowed.
How do I download the indicators and where?
I cannot get market entry signals from this indicator(https://www.mql5.com/ru/code/1806) when it finds divergence.
Are you getting the MACD handle right? I've already had a lot of trouble with custom indicators. Here's how I get a custom ZigZag for example, similar to others:
I'm not much of an expert, but I noticed that you don't add "Examples\..." before the custom indicator name. You could do without it, but it might help. The manual and documentation also have such addition - MA_handle=iCustom(NULL,0,"Examples\\Custom Moving Average",...
If I can't get some data, I will write a script and fetch all data one by one.
Are you getting the MACD handle right? I've already had a lot of trouble with custom indicators. Here's how I get a custom ZigZag for example, similar to others:
I'm not much of an expert, but I noticed that you don't add "Examples\..." before the custom indicator name. You could do without it, but it might help. The manual and documentation also have such addition - MA_handle=iCustom(NULL,0,"Examples\\Custom Moving Average",...
In general, if some data doesn't come, I write a script and pull all data in a row, if it doesn't work, it's the indicator's fault.
The quotes in the name of the indicator and nothing else, this is the name of the indicator, it does not change, otherwise the EA will not find it:
Hello!
Could you please tell me how to start selling a trading system with indicators?
When adding a new product to the market, only one *.ex4 file is allowed.
How do I download the indicators and where?
I cannot get any market entry signals from this indicator(https://www.mql5.com/ru/code/1806) when it finds a divergence.
Technically everything is correct, no errors likeGetLastError orINVALID_HANDLE at any stage, I tried to get the values for bullish and bearish divergence, they are empty:
2014.03.14 19:34:15 Core 1 2014.03.03 16:00:00 !!!!!!!!!!!!!!!! bullishDivergenceBuffer = 1.797693134862316e+308
2014.03.14 19:34:15 Core 1 2014.03.03 16:00:00 !!!!!!!!!!!!!!!! bearishDivergenceBuffer = 1.797693134862316e+308
2014.03.14 19:34:15 15 Core 1 2014.03.03 16:00:00 !!!!!!!!!!!!!!!! signalBuffer = 0.001566958632905211
2014.03.14 19:34:15 Core 1 2014.03.03 16:00:00 !!!!!!!!!!!!!!!! macdBuffer = 0.001471813911680497
How do I get these values? The indicator itself has the values, I tried to output them viaPrint and they show the values of extrema, why they are not passed to the EA?
I tried many variants, but the result is the same. Maybe theCopyBuffer request should look different, but how ? I haven't found anything in search.
Or the value of bar 0 in EA and [currentExtremum] in indicator do not correlate? How do I reconcile them?
I have solved this problem by adding 4 more buffers to indicator for each divergence type, and I will look in the EA to use them better, I have not been able to pull signals in any other way.
Hello!
Could you please tell me how to start selling a trading system with indicators?
When adding a new product to the market, only one *.ex4 file is allowed.
How do I download the indicators and where?
Please let me know what tools are available for binary options and I don't know if I can download them or if someone will suggest something useful for binary options.