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

 

Dimitriy --

Thank you so much for this panel  which covers almost all features I am desiring. I am thinking about how to code a few additional wishes myself without expecting unsolvable problems. I am just not quite sure yet if/how the risk managment component works when I want to increase a winning or fade from a losing position.

Will I lose the bet that I can figure it out myself before somebody else knows the answer?

Thanks in advance!

Thomas 

 
I don't even have a record in my carbon panel.
 
kudikelis:
I don't even have an entry in my carbon trading panel.
First you need to start the trading panel from your MT Expert Advisors
 
I start the panel, but it does not work and in the right corner it does not say that the panel is active.
 
kudikelis:
I start the panel but it doesn't work and in the right corner it doesn't say that the panel is active.
Are there any error messages in the MT log?
 
Is there such an example of creating a trading panel for MT4 in .mq4 ?
Is it possible to translate this example and the panel for MT4 into .mq4 ?
 
Traskont:
Is there such an example of creating a trading panel for MT4 in .mq4 ?
Is it possible to translate this example and the panel for MT4 into .mq4 ?

Good day,

Actually mql4 and mql5 languages are very similar and even partially use the same functions. All the techniques and ways of building a panel are applicable to mql4. The exception is trading operations. In mql4 other functions are used to perform trade operations and work with orders.

 
MetaQuotes Software Corp.:

New article Creating a human trading assistant has been published:

Written by Dmitriy Gizlyk

How can I create a manual order placing function similar to panel in mt4 test historical data?
 
How can I create a similar panel to manually place orders in mt4 test historical data function?
 
Hello Dmitriy, can this trade panel be used in MT4 history testing mode ? It seems the function OnChartEvent() is not executed when doing history back test ? Would you please teach me how to solve this ? Thank you so much, Robison.