Artificial indicator buffers - page 10

 
Source.
Files:
Ticks.zip  19 kb
 

I wonder where and where it was posted before this post? If it was posted, wouldn't it be more appropriate to give a link?

I looked it up... Hardly anyone would delve into such thickets.

 
Dmitry Fedoseev:

I wonder where and where it was posted before this post? If it was posted, wouldn't it be more appropriate to provide a link?

You can't give a link to a blog - it's terrible publicity.

I took a look... I don't think anyone's going to delve into that kind of stuff.

And you don't have to. It's a pathetic simulation of a subgenre. There are no artificial indicator buffers.

In fact, the idea of this branch was conceived for their creation. As it turned out, no one is interested in it.

I have fulfilled my obligation and take my leave.

 
comp:

This is a pathetic simulation of the subj. No artificial indicator buffers there.

It is true that there is a new kind of graphical object - Tiki. An advisor, just to be clear.

#property strict

#include <comp\ChartObjects\ChartObjectTicks.mqh>

CHARTOBJECT* ChartObject;

void OnInit( void )
{
  ChartObject = new CHARTOBJECTTICKS; // Создаем объект "Тики"
  
  return;
}

void OnDeinit( const int reason )
{
  delete ChartObject;;

  ::ChartRedraw();

  return;
}

void OnChartEvent( const int id, const long& lparam, const double& dparam, const string& sparam )
{
  EVENTBASE::MyEvent(id, lparam, dparam, sparam);

  return;
}

SZY Not to get lost in the solution (offtopic here) - a separate thread on it

https://www.mql5.com/ru/forum/79642

Еще один вид графических объектов - Тики
Еще один вид графических объектов - Тики
  • www.mql5.com
Форум по трейдингу, автоматическим торговым системам и тестированию торговых стратегий. - - Категория: технические индикаторы и анализ рынка форекс