Trade Manager Interface MT5
FREE
Publié:
19 novembre 2023
Version actuelle:
3.13
Vous ne trouvez aucun robot qui vous convient ?
Commandez le vôtre
dans la section Freelance
Aller à la section Freelance
Commandez le vôtre
dans la section Freelance
Comment acheter un robot de trading ou un indicateur
Exécutez votre EA sur
hébergement virtuel
hébergement virtuel
Test un indicateur/robot de trading avant d'acheter
Vous voulez gagner de l'argent sur Market ?
Comment présenter un produit pour qu'il se vende bien
Vous manquez des opportunités de trading :
- Applications de trading gratuites
- Plus de 8 000 signaux à copier
- Actualités économiques pour explorer les marchés financiers
Inscription
Se connecter
Vous acceptez la politique du site Web et les conditions d'utilisation
Si vous n'avez pas de compte, veuillez vous inscrire

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?