Questions from Beginners MQL5 MT5 MetaTrader 5 - page 590
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
I'm going for a walk, then I'll write the code for the geometric prog.
I'm not good at all, I should get 0.5.
I'm not good at all, it should be 0.5.
0.5 for a woman's sake :))
I'll sendthe geometric tomorrow. And what you need to get, please write the input lot and the final value at once.
0.5 for a woman's sake :)))
I'll send the geometric tomorrow. And there what you need to get, please write the input lot and the final value at once.
Thank you, perfect )
Yes, I also want to know the sum of lots of the future four positions + the starting lot, if possible.
Inputs for geometric:
_lot_x= ?
Greetings. Anybody with a clue? I'm trying to figure out the Webrequest function. I need to send a POST request to the api server to make a test mailing via sendpulse.com. It says here how to create a request to make the mailing: https://sendpulse.com/ru/api#push , where "Create a new push mailing". I've read about HTTP-requests, but it's not clear how to do it via webrequest. Please help me with example of request in the form of webrequest based on https://sendpulse.com/ru/api#push manual and example of Get request from manual too, for example "Get list of pushed campaigns". I will be very grateful!
Please advise. When testing an EA and specifying a different initial deposit, the tester gives different trading results with the same (except for the deposit size) parameters of the tester and EA settings. In the Expert Advis or's settings there are no money management and risk management settings, the test is done for trading one lot of FORTS futures. Even the smallest deposit exceeds 1.5 times the value of the lot, the drawdown at the same time is much lower than the deposit size, i.e. there is plenty of margin. But it seems that the Expert Advisor in some cases does not risk entering some trades with a smaller deposit and performs fewer trades and, therefore, different results. Why?
Thanks in advance for the answer.
Hello comrades! Please advise how to write a function that will perform a certain number of attempts to open a pending order(or rather its triggering), or will send a boolean value?
Hello, Can we prescribe in the code that when a certain number of orders is reached, the EA will restart and all counters will be reset, because during testing, the EA with the grid of orders shows more than 1000 orders over a year and even the tester starts to hang ( And if it is possible, please tell us how!
There is a function
ExpertRemove
Terminates the Expert Advisor and unloads it from the chart.
voidExpertRemove();
But there is no way to run it afterwards. The Expert Advisor should be corrected, the problem is not with orders but with something else. A memory leak somewhere, most likely.
There is a function
ExpertRemove
Terminates the Expert Advisor and unloads it from the chart.
voidExpertRemove();
But there is no way to run it afterwards. The Expert Advisor should be corrected, the problem is not with orders but with something else. A memory leak somewhere, most likely.