Discussion of article "Creating an assistant in manual trading" - page 9

 

Thanks for the article and the example.

I have your panel at some set of indicators - becomes transparent for some reason.

 
++
 

Sir 

May I use the trade panel in Strategy Tester Visualization like figure?  I can load in but push the button no any reaction. Can you give me a solution how to use in tester.    trade panel in tester

 

Hello Dmitriy Gizlyk, what's up?

I would like to know if it is possible to add an option to open the buy, sell and close order with keyboard shortcuts that I define, and if it is possible to add the trailing stop option?

Thank you for your attention

Dmitriy Gizlyk
Dmitriy Gizlyk
  • 2021.03.22
  • www.mql5.com
Perfil do Trader
 
Could you please tell me what I need to do to make this panel able to open trades in the strategy tester?
 
Sergei Poliukhov Strategy Tester?

At the moment it is impossible because this panel relies on ChartEvents event system, and this system is not supported inside the Strategy Tester. I have recently made an open proposal to the MQ team to do some work this autumn to improve the functionality of the Strategy Tester, and this is point 1.

Link: https://www.mql5.com/ru/forum/431283


So support the topic of the need to modernise the Strategy Tester with additional posts, and everything will work in the new releases.

Давно Назревшая Модернизация Тестера Стратегий
Давно Назревшая Модернизация Тестера Стратегий
  • 2022.08.22
  • www.mql5.com
Уважаемая команда MQ...
 
virtual bool      Create(const long chart,const string name,const int subwin=0,const int x1=20,const int y1=20,const int x2=250,const int y2=300);



if(!TradePanel.Create(ChartID(),"Trade Panel"))
     {
      return (INIT_FAILED);
     }


bool CTradePanel::Create(const long chart,const string name,const int subwin=0,const int x1=20,const int y1=20,const int x2=250,const int y2=300)
  {
Dmitriy Gizlyk #
:

Hello, Diego.
Check this version, please.

Best regards,
Dmitriy. 

Dear dmitriy.

how to rezise " Trade panel" , i want smaller, however i can't change size of " trade panel
, it's allway dafaut size.

Thanks Dmitriy.

 
Thaks for this article.
 
Hello Dmitriy,

One simple question: can we add buy lots and sell lots together in order to create "total lots" ?
I have a simple EA also, attached here.
But I do not know how to add "total lots" text on the chart.
 
Thank you!
Dmitriy Gizlyk
Dmitriy Gizlyk
  • 2022.12.06
  • www.mql5.com
Trader's profile
Files:
lotsize.mq4  3 kb
 

Thank you for the article.

I will modify the program to increase the panel size.

"y2" in the Create part of panel creation is set to a larger value, but it does not grow like the image.

Do you know how to resize it?

Files: