Trade Manager Interface MT5
FREE
Опубликован:
19 ноября 2023
Текущая версия:
3.13
Не нашли подходящего робота?
Закажите собственного
на бирже фрилансеров
Перейти на биржу
Закажите собственного
на бирже фрилансеров
Как купить торгового робота или индикатор
Запусти робота на
виртуальном хостинге
виртуальном хостинге
Протестируй индикатор/робота перед покупкой
Хочешь зарабатывать в Маркете?
Как подать продукт, чтобы его покупали
Вы упускаете торговые возможности:
- Бесплатные приложения для трейдинга
- 8 000+ сигналов для копирования
- Экономические новости для анализа финансовых рынков
Регистрация
Вход
Вы принимаете политику сайта и условия использования
Если у вас нет учетной записи, зарегистрируйтесь

The best trade manager i used :)
Hey there could you please leave a review, I'd appreciate it.
How can I manage the scaling to fit my monitor
I'll try to solve your problem, thanks fo the feedback.
Right now it is not possible to disable the button. I don't see how I could make it aesthetic and useful at the same time. I wouldnt want to remove the button. If you have any suggestions.
If you move it to another place. It's harder to click on it by accident there
You know your program is really good!
Have you thought about the possibility of adding hotkeys to send operations? (this would allow scalpers to make trades very quickly perhaps with the KEY_UP and KEY_DOWN keys)
Your program is great! thanks for sharing!
code for example:
//+------------------------------------------------------------------+
//| Expert chart event function |
//+------------------------------------------------------------------+
void OnChartEvent(const int id, // event ID
const long& lparam, // event parameter of the long type
const double& dparam, // event parameter of the double type
const string& sparam) { // event parameter of the string type
ExtDialog.ChartEvent(id,lparam,dparam,sparam);
if(id==CHARTEVENT_KEYDOWN) {
switch(lparam) {
case KEY_UP:
OpenBuy();
break;
case KEY_DOWN:
OpenSell();
break;
case KEY_X:
closeAllOpenOrdersByMagic(MagicNumber);
break;
}
}
}
code for example:
//+------------------------------------------------------------------+
//| Expert chart event function |
//+------------------------------------------------------------------+
void OnChartEvent(const int id, // event ID
const long& lparam, // event parameter of the long type
const double& dparam, // event parameter of the double type
const string& sparam) { // event parameter of the string type
ExtDialog.ChartEvent(id,lparam,dparam,sparam);
if(id==CHARTEVENT_KEYDOWN) {
switch(lparam) {
case KEY_UP:
OpenBuy();
break;
case KEY_DOWN:
OpenSell();
break;
case KEY_X:
closeAllOpenOrdersByMagic(MagicNumber);
break;
}
}
}
its buggy, i just tried and after clearing it, all my chart drawings gone together.... even my existing limit order got closed as well...
I'm sorry to hear that it is not working well for you, but the Close All button deletes all pending orders and closes all open trades, that is how it is supposed to work. I'll work on the program so it does not remove all the chart drawings whenever you clear it, thank you very much for the feedback. In the next update it won't clear your drawings.
This tool is great. The only drawback is that it doesn´t save values/standard params so after reopening MT5 you have to define all settings again for all charts.
Could we maybe have these as params so we can have it started with a Setfile associated to it ?
Thank you for the free and great tool!
The best trade manager i used :)
I'm glad you like it, would you please leave a review?
This tool is great. The only drawback is that it doesn´t save values/standard params so after reopening MT5 you have to define all settings again for all charts.
Could we maybe have these as params so we can have it started with a Setfile associated to it ?
Thank you for the free and great tool!
I'll update this in the future, thanks for the feedback.
one of the best tools ever on the market for crypto traders as we often measure stop loss in % rather than pip/point.
but still one major inconvenience with the long/short switching button. More than a few times I forget to hit the switch button which makes me enter a wrong position.
I'd suggest to replace this switch button with two separate buy/sell buttons. I see most other similar tools they have open trade button in that way, and for me that's much easier than switching back and forth.
thanks for a great tool anw
Hey there, when I set "Display Lines" on the US30, I get the following error: *"Please fill out the takeprofit, stoploss, and startprice parameters."* But all these parameters are set, and it won't let me activate it on the US30 for any reason. I could do it without issues before, and I can still do it on any other CFD without problems. Is it an internal error, or what could be the issue?