[Archive!] Any rookie question, so as not to clutter up the forum. Professionals, don't pass it by. Couldn't go anywhere without you - 2. - page 523

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
For gloating comedians I will explain why I ask, we are here to write an expert system for fun
If you write in MT4.
not for the money, believe me, but just to solve another applied problem
I am not going to write it on MT4.
PS.
The motivation has to be there. You contradict yourself and do not disclose it.
IMHO, you will have enough time to create and then bury more than a dozen expert systems on MT4 with honours.
That's what I wanted to hear, thank you. Burying is also a result.
sergeev:
The motivation must be there. You contradict yourself and don't reveal it.
Motivation is always there, you're right. About the disclosure - here, as far as I have noticed, few people disclose their sometimes brilliant ideas to the end, this even applies to elementary things, which is hilarious ))))
The motivation for us is a joint work, if its result will be liquid - well, we will reap the rewards, avidly )))) If not, either we continue, because no solution is found, or prudently withdraw, admitting defeat. It's simple here.
Hello. I don't understand why error 130 keeps coming up
int start()
{
//----
OrderSend(Symbol(),OP_BUY,0.05,Ask,2,Bid-30*Point,Bid+50*Point);
int Error=GetLastError();
Alert("Error # ",Error);
//----
return(0)
}
Help me to understand it. At the same time STOPLEVEL=0
Hello. I don't understand why error 130 always occurs
int start()
{
//----
OrderSend(Symbol(),OP_BUY,0.05,Ask,2,Bid-30*Point,Bid+50*Point);
int Error=GetLastError();
Alert("Error # ",Error);
//----
return(0);
}
Help to understand?
pay attention to the lot size, set 0.1 instead of 0.05...
and max price deviation - can be made larger, say 5.
pay attention to the lot size, set 0.1 instead of 0.05...
and max price deviation - can be made larger, say 5.
Corrected. Same thing - wrongstops. And increased the deviation to 5 pips.
https://docs.mql4.com/ru/convert/normalizedouble
And what's to be rounded off here?
And what's to be rounded off here?