Hello. In the indicator (5 min TF), I try to get data from another indicator (1 hour TF). The system returns error 4806 – “The requested data was not found”. However, if the second indicator (with a larger TF) is ...
Discy Latest Questions
Hello. I’m trying to build a Kohonen map based on optimization results. Downloaded the script, specified the file name. Added a file next to the script, writes this error. What could be the reason? If you specify the full path ...
Hi everyone. Who can help? It is necessary to write an Expert Advisor on the indicator. I have this question: the indicator should be with the source code or it can be in the format .ex4? Thanks
Hello everyone. Guys, please help with the transfer of orders
Hello, the issue of commenting on transactions in MT has become relevant. Imagine a situation-trading requires coverage of the situation at some time, for example, let’s say you have an investor as a manager. A countdown is provided, everything is ...
Good afternoon. Tell me how to translate: MarketInfo(Symbol(),MODE_POINT); MarketInfo(Symbol(),MODE_DIGITS); MarketInfo(Symbol(),MODE_STOPLEVEL); MarketInfo(Symbol(),MODE_BID); MarketInfo(Symbol(),MODE_ASK); MarketInfo(Symbol(),MODE_MINLOT); MarketInfo(Symbol(),MODE_MARGINREQUIRED); MarketInfo(Symbol(),MODE_TICKVALUE); MarketInfo(Symbol(),MODE_LOTSTEP); There are also such functions in mql4 as Bid, Ask, and Time. And this is it: iTime(Symbol(),0,0);Please help me!
People, faced with such a problem.After receiving a profit, my Expert Advisor closes all trades and disconnects.But in my case, after passing the algorithm(getting a profit and closing trades), how do I make it turn on automatically or restart? I’ve ...