Индикаторы: Opened Positions

 

Opened Positions:

Утилита: суммарная информация по позициям

Opened Positions

Автор: Vladimir Karputov

 
SanAlex:

при удалении индикатора - не чистит график 

добавил так - чистит за собой 

Канвас удаляется по-другому:

//+------------------------------------------------------------------+
//| Indicator deinitialization function                              |
//+------------------------------------------------------------------+
void OnDeinit(const int reason)
  {
//---
   m_canvas.Destroy();
  }

Сейчас обновляю на версию 1.001 ...

 
Vladimir Karputov:

Канвас удаляется по-другому:

Сейчас обновляю на версию 1.001 ...

Спасибо! удаляется теперь 

 
I hope to change it and show only the open positions (statistics) that have not been closed. Do not display the order line = horizontal line. Add INPUT ENUM_BASE_CORNER lCorner = CORNER_RIGHT_LOWER;
 
ruozhuo:
I hope to change it and show only the open positions (statistics) that have not been closed. Do not display the order line = horizontal line. Add INPUT ENUM_BASE_CORNER lCorner = CORNER_RIGHT_LOWER;

Пожалуйста, покажите что у Вас получилось - интересно будет посмотртеь.