Yalnızca ürünü satın alan veya kiralayan kullanıcılar yorum yazabilir
Carlos L  
The best trade manager i used :)
R0ntrader  
Nice tool it's a big help for scalping :)
Peter Mueller  
Carlos L #:
The best trade manager i used :)

Hey there could you please leave a review, I'd appreciate it.

Peter Mueller  
Mohamed Ghazi #:
How can I manage the scaling to fit my monitor 

I'll try to solve your problem, thanks fo the feedback. 

lprint  
Hi! I really like the Trade Manager. 
Is it possible to disable the "Close All" button in the settings?
I clicked on it several times by accident. Or move it to the left by pressing the R/R button
Peter Mueller  
lprint #:
Hi! I really like the Trade Manager. 
Is it possible to disable the "Close All" button in the settings?
I clicked on it several times by accident. Or move it to the left by pressing the R/R button
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.
lprint  
Peter Mueller #:
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


Cristian Mateo Duque Ocampo  
Hello!

You know your program is really good!

It would be very useful to use it on renko charts or other types of charts.

If you could add a text field where the user types the name of the Symbol they want to trade, you would allow users to trade on custom charts.

I hope you can implement it, it would be great and the change would not be very big, it could even be set as a parameter of the expert advisor and not as a text field, etc.
Cristian Mateo Duque Ocampo  
Cristian Mateo Duque Ocampo #:
Hello!

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;

      }

   }

}

Peter Mueller  
Cristian Mateo Duque Ocampo #:

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;

      }

   }

}

I will consider the changes you suggest. CurrentlynI'm working on other projects but thanks for your ideas anf I'm happy you like my program.
sixhunter83  
its buggy, i just tried and after clearing it, all my chart drawings gone together.... even my existing limit order got closed as well...
Peter Mueller  
sixhunter83 #:
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. 

DocWeir92  

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!

Peter Mueller  
Carlos L #:
The best trade manager i used :)

I'm glad you like it, would you please leave a review?

Peter Mueller  
DocWeir92 #:

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.

Cong Hieu Nguyen  
i cant run it can you help me i got error code 4752. thanks you
theanhphuocdung  

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

Alejandro704  
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?
Peter Mueller  
Alejandro704 #:
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?
Can you please send more specific information in PM?
Yalnızca ürünü satın alan veya kiralayan kullanıcılar yorum yazabilir