Errors, bugs, questions - page 772

 
220Volt:

Dear developers! Since the terminal has no Ask history, would it make sense to bind the stop orders (Buy stop, Sell stop) to the Bid price? Or to make a user select at which price an order should be triggered (Bid or Ask). I mean forex.

Ask history is there as each minute bar stores the spread.

Ask is easy to complete as Bid + Spread, which is what the tester does.

 
Renat:

Ask history is there as each minute bar stores the spread.

Ask can easily be built up as Bid + Spread, which is what the tester does.

From my point of view it is not for the tester, but for the trader, or rather for his strategy, a good example was given here https://www.mql5.com/ru/forum/6538/page8#comment_184994 (other problematic situations are also possible). Spread stored in bars does not allow to reproduce a high asc, you can only roughly build it, imho it is not serious.
Реальная работа на МТ5 NDD
Реальная работа на МТ5 NDD
  • www.mql5.com
Хотел поинтересоваться мнением трейдера ,торгующего на реале по условиям NDD(Non Dealing Desk,Exchange-Market Execution).
 

Or maybe store the spread so that the high ask can be reproduced? For example, store the maximum spread from the high bid? Then it would be possible to reproduce the high asc.


Renat: "Ask is easily refined as Bid + Spread, which is what the tester does."

In my opinion, the problem with this scheme is that there is no attachment point, which Bid to add to? (Low, High, Open, Close). At what point was the maximum spread reached? And I'm not saying anything about not keeping the maximum spread from the anchor point, but the spread at the opening.

P.S: The most informative thing on the forex chart is the low bid and high ask (at least for the current order system). It is possible to get the value of the low bid, the high ask is not. I'm talking about the exact value, not the + -.

P.P.S: If there is space reserved in the historical data structure for the spread (which makes it impossible to find the high asc), why not use that space to better advantage, so as to be able to find that high asc?


 

What does the optimizer's return value of -1.#J mean???

And when sorting, it is both maximum of all and minimum of all ???

I'm really puzzled.


 
Maybe an overflow in the operation has been arranged?

Can you give the code to check in the service desk?
 
Renat:
Maybe there was an overflow in the operation?

Can you give me the code to check in the service desk?
#426165
 

I have this question.

If the test is run in All Tics mode, and in both Simple and Visualisation modes, I have noticed that the beginning of the test starts at a fairly fast pace. Then, after a while, the pace slows down considerably. Then suddenly drops back to a fast pace again. The trades are evenly distributed and their frequency is not high enough to make any difference.

What could this be related to?

 

I can't open an order with a stop right away... it's burning.

Okay, let's go another way... I'll pay for the feature of opening a position with a stop and a take... the only condition - no standard libraries

Документация по MQL5: Стандартная библиотека
Документация по MQL5: Стандартная библиотека
  • www.mql5.com
Стандартная библиотека - Документация по MQL5
 
I won't write any more, but it's interesting to know MQ's opinion on this subject https://www.mql5.com/ru/forum/1111/page785#comment_273296, will everything continue or are there any plans, or maybe you think there is no problem at all.
 
papaklass:

Are you joking about the profiler in the new (674) build?

Look in the debug menu


Reason: