Trade Expert Manager - page 3

 
em_team >> :

It's no longer relevant. After all, it worked worse. It analysed the price change over a certain period of time, which was specific to its timeframe. There was a delay, of course.

But there are no delays now.

Flat and weak market volatility are well defined by loss-generating trend following systems.

 
em_team >> :

But here we can see the performance in real time (profitability, drawdown, tape balance graph, etc.)

Where ?

 
em_team писал(а) >>

Integer Virtual trading mode is when the system records internally the fact that trades have been made, but no trade order is received by the proker. This mechanism is useful for trend following systems. Flat and weak volatility of the market can be well detected by loss-making trend following systems. Suppose we always monitor the profitability of the system for a certain period, and if it is below a certain value, we continue trading, but virtually. This mechanism is excellent for determining a flat for a trend following system and prevents trading on an unfavourable market.

In fact, it is impossible to predict whether the next period will be profitable or unprofitable. This is why this mechanism of yours will not improve your EA's performance.

 
em_team писал(а) >>

The Expert Manager is a separate application. It keeps a list of orders real/virtual. Technically it is not difficult to fix the price, time, volume, order type, etc. and store them. I don't see the point of putting them into Metatrader, and this is not the right thing to do. In the future, we are planning to have reports for each sliver (Expert Advisor+period). Like a report in the Strategy Tester. But here we can see the performance in real time (profitability, drawdown, chart of the tape balance, etc.).

You do not even understand your question? The Expert Advisor is running in the terminal, how do you block the output of the command to open the order? How does an EA running in the terminal know it has a viral order to modify it or close it?

 
Mischek писал(а) >>

Now there are no delays.

Not without delays. Now we are in a trend, you have to be in it for a while to know if it is a flat. The point is that this "a bit" may be different. Technically the virtual mechanism is better implemented, secondly the elapsed time loss is adjustable (more, less, size of elapsed period).

 
LeoV писал(а) >>

In fact, it is impossible to predict whether the next period will be profitable or unprofitable. Therefore, this mechanism of yours will not improve the performance of the EA.

I'm just interested in the existence of this mechanism in this program for now.

 
Integer писал(а) >>

Don't you even understand the question? The EA running in the terminal, how do you block the output of the command to open an order? How does an EA running in the terminal know that it has a viral order to modify it or close it?

In virtual mode, all trade commands are blocked in the EA.

If(virtual==1)then we don't buy but we write in the log that we have bought

 
em_team писал(а) >>

In virtual mode in EA all trade commands are blocked.

If( virtual==1)then we do not buy, but we write in logs (that we bought...)

So, does this mean that we need to modify the Expert Advisor?

 
em_team >> :

secondly, the past loss is adjustable

This will be the most demanded function !

 
LeoV писал(а) >>

На самом деле, не возможно предугадать будет ли следующий период прибыльный или убыточный. Поэтому этот ваш механизм не улучшит работу советника.

Integer
писал(а)
>>

I am just interested in the existence of this mechanism in this programme so far.

It only works for trend-tracking systems. I've tested it. I have seen from the trades the cause of the failures in the trading system. Almost all failures in a stable weakly volatile market.

On the watch for example it can last more than one day and there will be a lot of small losing trades. With your eyes you will turn off the system too late. Automat, by its programmed algorithm will do it faster.

Reason: