
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
It may be a repetition of course (too lazy to read all 123 pages), but someone here already said about onclick event and similar...
So, let's assume an Expert Advisor is running, all it does is wait for Ctrl+L (for example), which "activates" its attention... ... then the first click on the chart indicates the position open price, the second click - Stop Loss price, expert processes it all, and taking into account acceptable risk per one trade, calculates a lot, Take Profit price, draws lines on the screen and asks a user "do you want this trade? the user says "yes" or "no" accordingly. In my opinion, it would be very useful for those who work on fast-changing price charts, where it is simply physically impossible to calculate all this in such a short time.
We can do it in such a way that prices are bound to minimum and maximum prices within a certain zone (like it is done now with all objects in MQL4). Then the Expert Advisor also takes into account the filter and spread values.
Well, that is the idea... The main thing is to implement possibility to capture prices by a mouse click on a chart and process ke ystrokes by the Expert Advisor.
Друзья!
Может повтор конечно (лень читать все 123 страницы), но кто-то тут говорил уже про событие onclick и ему подобные...
Так вот, допустим, работает эксперт, всё, что он делает - ждёт нажатия сочетания клавиш Ctrl+L (например), что "активирует" его внимание... после чего первый клик мышкой на графике указывает цену открытия позиции, второй клик - цену стоп лосса, дальше эксперт быстренько всё это перерабатывает и с учётом выбранного допустимого риска на одну сделку вычисляет лот, цену тэйк профита, рисует линии на экране и спрашивает пользователя "хочешь такую сделку?"... тот, соответственно, говорит "да" или "нет". На мой взгляд очень было бы полезно для тех, кто работает на быстроменяющихся графиках цен, где просто физически не возможно всё это просчитать за такое короткое время.
Можно сделать, чтобы цены привязывались к минимумам и максимумам цен в пределах какой-то зоны (ну как сейчас со всеми объектами в MQL4 сделано). Тогда эксперт учитывает ещё и величину фильтра, спреда...
В общем, такая идея... главное - реализовать возможность захвата цены кликом мыши на графике и обработки нажатия клавиш экспертом.
Look here. The lot counts automatically. Take is placed... Beautiful! :)
1.Ногами и руками за!
2.Куда уж проще/лучше MQL то?
Eh, mql4 is a stripped-down C, and mql5 comes out a stripped-down C++ - far from the easiest/easiest languages!
Эх, mql4 это урезанный Си, а mql5 выходит урезанный Си++ - далеко не самые простые/удобные языки!
Holistic subjectivism. As many programming languages there are at least as many programmers who think that "their" language is the most suitable. :)
it would be nice to have a function in mql5 to translate the tester to maximize the user-selected variable,
rather than balance as usual.
В MQL5 есть функция OnTester, которая позволяет самостоятельно выбирать любой критерий оптимизации взамен штатных. Кроме того, штатные критерии оптимизации расширены:
I broke the plafond out of joy (the ceiling is 4 metres high :o)
Well, you guys certainly did a great job, a multicurrency tester with agent separation and by any maximization criterion,
That's a fairy tale, thank you very much for that.
Очень очень в мт4 не хватает многопоточной оптимизации, 8 процов а оптимизируеться только на одном, если сделате цены мт5 не будет =)
I think you might like to check out the MetaTrader 5 Strategy Tester Ideology branch : Agents