Any questions from newcomers on MQL4 and MQL5, help and discussion on algorithms and codes - page 1922

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
Clearly, you know better than 2,000 km away.
So does the rest of the world.
Comrade moderators, please give the user a chance, he didn't mean it.
And delete this message.
He'll be out in a week.
Hello!
I am a dummy in programming from the word out, but have ideas for a trading strategy (simple enough, no indicators, purely mathematical calculation).
Can you tell me whether it is possible to find someone who can write an EA for MT4 to test the strategy?
Thank you.
Sincerely.
Thank you.
Sincerely.
There are two ways (in general you should write it somewhere large and attach it):
1) detailed and publicly state the idea on a forum in special threads or in your own thread, and it is as publicly implemented / supplemented / criticized
2) order it on a freelancer for a fee. Everything is private there, but for money
There are two ways (in fact, it needs to be written and attached somewhere):
1) you state the idea in detail and publicly on the forum in special branches or separately in your own and it is just as publicly implemented/added/critiqued
2) order it on a freelancer for a fee. Everything is private there, but for money
The question arose
Structure
MqlTick last_tick;
Where is Ask declared?
Global.
In the global field MqlTick also announced
Global.
In the global scope MqlTick is also declared
Then another question: where is Symbol declared ?
About using structure - do you fill it somewhere with SymbolInfoTick() ? Or decided, that poltergeist will fill it for you? :)
Then another question: where is Symbol declared ?
About using structure - do you fill it somewhere with SymbolInfoTick() ? Or decided, that poltergeist will fill it for you? :)
(Thank you, I understand).
In general, you may write about filling it explicitly)))), but not like this
MqlTickMqlTick variable allows you to receive values Ask, Bid, Last and Volume in one call to SymbolInfoTick() function.