Nikolai Semko
Nikolai Semko
5 (23)
  • 信息
9+ 年
经验
10
产品
201
演示版
1
工作
0
信号
0
订阅者
Software developer BeeXXI Corporation
Nikolai Semko
已发布代码3D Moving Average
The first really 3D indicator "Moving Average".
5 2337
Nikolai Semko - BeeXXI Corporation
Nikolai Semko
338956
338956 2020.04.05
doesn't work
Nikolai Semko - BeeXXI Corporation
Nikolai Semko 2020.04.10
You need to install this library.
#include //https://www.mql5.com/ru/code/22164
Nikolai Semko - BeeXXI Corporation
Nikolai Semko 2020.04.10
to the path: MQL5\Include\Canvas
Nikolai Semko
已发布代码3D Spiral Quotes
Demonstration of Canvas's capabilities using 3D spiral quotes as an example.
6 714
Nikolai Semko
已发布代码Price in polar coordinate system
Just for experiment and to demonstrate the possibilities of Canvas. The price is drawn in the polar coordinate system by winding circles.
6 513
Nikolai Semko
已添加主题Canvas可以做什麼。
在動態中展示Сanvas的可能性。 圖片從不重複。 這個腳本也適用於MQL4,但速度要慢得多。 #include <Canvas\Canvas.mqh> void OnStart ()   {    ChartSetInteger ( 0 , CHART_FOREGROUND , true );    CCanvas C;    int Width=( ushort ) ChartGetInteger (
12