Errors, bugs, questions - page 2060

 
Alexey Viktorov:

No pity...

Thank you
 
Комбинатор:

do the rotation, or programmatically do all the antialiasing and transparency niceties.

Strange that there is no RotateBitmap in SB.

 
fxsaber:

Strange that there is no RotateBitmap in SB.

Perhaps in opencv there is
 

In ME documentation (build 1653) and online help, in all PositionGet...()-functions it says:

Функция возвращает запрошенное свойство открытой позиции, предварительно выбранной при помощи функции PositionGetSymbol или PositionSelect.

This is not quite correct, as the position can also be selected via PositionGetTicket(). Please correct this.
 
Комбинатор:
Perhaps in opencv there is

There's definitely one there and many more where that's the case. But we are talking about SB, where for some reason such an obvious thing just isn't there.

 
How do I get the test start date in OnTesterInit?
 

Why does an order with "All/Partial" fill not work on FORTS? The whole volume in the cup is selected.

 

Who can tell me how to close a position in a hedge account?

I understand that I need to first place a counter position for this position and only then close it?

is this the right way to think about it?

 
Alexandr Bryzgalov:

who knows how to close a position in a hedge account?

Request.position = Ticket;
 
fxsaber:

I think a line like this would have been more useful:

   request.action=TRADE_ACTION_CLOSE_BY;                         // тип торговой операции

but thanks for that, too.

Reason: