Wishes for MQL5 - page 108

 
vdv2001 писал(а) >>

Question: will mql5 implement register variables, such as

register int left,right;

would be very nice to speed up search algorithms :)

In the near future - no. In the future maybe. We work on register optimization now.

 

Categorically!

The market identifier to which the traded symbol (or group of symbols) belongs is needed.

Something like:

SYMBOL_MARKET_ID

SYMBOL_MARKET_ID_GROUP.

Returned by SymbolInfoInteger();

0 - stock exchange

1 - dealer

 

In my opinion, to solve the issue of porting the lock strategy to MT-5 we lack interdependent pending orders.

Pending orders as any other orders have tickets, we need one more field to specify which ticket the order is dependent on, the dependence is supposed to be of the same kind: if one ticket worked, then the dependent one is deleted, fields should be able to be modified. Thus setting two Sell and Sellimit tickets for a buy position solves the problem of virtual stop-orders from a virtual order.

 
Dear developers, it would be nice to allow import of quotes from other trading systems. For example, QUIK has DDE and ODBC export of any tables. If it were possible to build bars on charts programmatically, it would be possible to build a chart based on data from other trading systems. In this case MT5 would become a system to analyse even those quotes that your broker does not export.
 

I couldn't find the MT-5 tester's wish thread, so I'm posting it here:

I'm talking about Equity and Balance lines,

In my opinion, the most honest line would be the line based on the cumulative minimum value,

How is it? --> (take two values in a point, the Equity value and the Balance value and which of them is less than that and put on the line).

Such a line will reveal all the faults of the trading system, I would like to see in the 5ks tester the possibility of displaying such a variant.
 
Please make the function of sending messages by text, for speed, it is very necessary.
 

What are you guys programming about? graphics, objects, depth and the art of programming...... ;(

I have a good impression, Alpari will continue to fight for clients, they do everything to prepare for MT5, but now everybody will lose an opportunity to work with ease, and brokerage companies, including MQ, will lose clients. We have already completed the check, we have already started to fill all the gaps, and we have not yet received the requested information. These thoughts were caused by testing the system. I have not done any work, I feel like in a casino.

 
Urain писал(а) >>

In my opinion, to solve the issue of porting the lock strategy to MT-5 we lack interdependent pending orders.

Pending orders as any other orders have tickets, we need one more field to specify which ticket the order is dependent on, the dependence is supposed to be of the same kind: if one ticket worked, then the dependent one is deleted, fields should be able to be modified. Thus setting two buy positions with Sell and Sellimit tickets solves the problem of virtual stop-orders from a virtual order.

Just the other day this question was discussed. Probably, it will be. But not right now.

 
Cynepycnex писал(а) >>
Please make a function of sending messages by SMS, for quickness, it is very necessary.

The issue is resolved through SendMail.

 
Andrew84 писал(а) >>
Dear developers, it would be nice to allow importing quotes from other trading systems. For example, QUIK has DDE and ODBC-export of any tables. If it were possible to programmatically draw bars on charts, it would be possible to draw charts based on data from other trading systems. In this case MT5 would become a system to analyse even those quotes that your broker does not export.

Unfortunately, that's not going to happen.

Reason: