Dmitry Fedoseev
Dmitry Fedoseev
4.7 (66)
MQL5.com上的业务活动经验信号发布平均信号订阅者数工作完成每个产品演示版本的下载平均数产品发布经验: 14+ 年 MQL5.com上的业务活动经验信号: 0信号发布订阅者: 0平均信号订阅者数工作: 121工作完成演示版: 58每个产品演示版本的下载平均数产品: 60产品发布
  • 信息
  • 14+ 年
    经验
    60
    产品
    58
    演示版
    121
    工作
    0
    信号
    0
    订阅者
Новый вариант эксперта exp_iCustom - exp_iCustomNew в маркете: https://www.mql5.com/ru/market/product/5660

Учебник MQL5 (электронная версия): https://play.google.com/store/books/details?id=M0oREAAAQBAJ

Учебник MQL5 (электронная и бумажная версии): https://ridero.ru/books/programmirovanie_na_yazyke_mql5_ot_osnov_do_indikatorov_i_ekspertov
Dmitry Fedoseev 已发布产品

An indicator of pattern #31 ("Long Island") from Encyclopedia of Chart Patterns by Thomas N. Bulkowski. The second gap is in the opposite direction. Parameters: Alerts - show alert when an arrow appears   Push - send a push notification when an arrow appears (requires configuration in the terminal) GapSize - minimum gap size in points ArrowType - a symbol from 1 to 17 ArrowVShift - vertical shift of arrows in points   ShowLevels - show levels ColUp - color of an upward line ColDn -

Dmitry Fedoseev 已发布产品

An indicator of patterns #32 and #33 ("Measured Move Up/Down") from Encyclopedia of Chart Patterns by Thomas N. Bulkowski. Parameters: Alerts - show alert when an arrow appears   Push - send a push notification when an arrow appears (requires configuration in the terminal) PeriodBars - indicator period MinMovment - minimum movement value (in points) BackMovment - maximum value of return movement (as decimals) ArrowType - a symbol from 1 to 17 ArrowVShift - vertical shift of arrows in points

Dmitry Fedoseev 已发布产品

An indicator of patterns #7 and #8 ("Bump-and-Run" and "Bump-and-Run Reversal") from Encyclopedia of Chart Patterns by Thomas N. Bulkowski. Parameters: Alerts - show alert when an arrow appears   Push - send a push notification when an arrow appears (requires configuration in the terminal) PeriodBars - indicator period K - an additional parameter that influences the accuracy of pattern shape recognition  ArrowType - Character: from 1 to 17 ArrowVShift - vertical shift of arrows in

Dmitry Fedoseev 已发布产品

An indicator of patterns #37 and #38 ("Rectangle Tops" and "Rectangle Bottoms") from Encyclopedia of Chart Patterns by Thomas N. Bulkowski. Parameters: Alerts - show alert when an arrow appears   Push - send a push notification when an arrow appears (requires configuration in the terminal) PeriodBars - indicator period VertexCount - the number of tops and bottoms: 2, 3, 4.   ArrowType - a symbol from 1 to 17 ArrowVShift - vertical shift of arrows in points   ShowLevels - show

Dmitry Fedoseev 已发布产品

An indicator of patterns #11 and #12 ("Diamond Tops" and "Diamond Bottoms") from Encyclopedia of Chart Patterns by Thomas N. Bulkowski. Parameters: Alerts - show alert when an arrow appears   Push - send a push notification when an arrow appears (requires configuration in the terminal) PeriodBars - indicator period K - an additional parameter that influences the accuracy of pattern shape recognition ArrowType - a symbol from 1 to 17 ArrowVShift - vertical shift of arrows in points 

Dmitry Fedoseev 已发布产品

An indicator of patterns #39 and #40 ("Rounding Tops" and "Rounding Bottoms") from Encyclopedia of Chart Patterns by Thomas N. Bulkowski. Parameters: Alerts - show alert when an arrow appears  Push - send a push notification when an arrow appears (requires configuration in the terminal) PeriodBars - indicator period   K - an additional parameter that influences the accuracy of pattern shape recognition. Changes from 0 to 1 ArrowType - a symbol from 1 to 17 ArrowVShift - vertical shift

Dmitry Fedoseev 已发布产品

An indicator of pattern #49 ("Triangle, symmetrical") from Encyclopedia of Chart Patterns by Thomas N. Bulkowski. Parameters: Alerts - show alert when an arrow appears   Push - send a push notification when an arrow appears (requires configuration in the terminal) PeriodBars - indicator period K - an additional parameter that influences the accuracy of pattern shape recognition ArrowType - a symbol from 1 to 17 ArrowVShift - vertical shift of arrows in points   ShowLevels - show lines

Dmitry Fedoseev 已发布产品

An indicator of patterns #47 and #48 ("Triangle, ascending" and "Triangle, descending") from Encyclopedia of Chart Patterns by Thomas N. Bulkowski. Parameters: Alerts - show alert when an arrow appears   Push - send a push notification when an arrow appears (requires configuration in the terminal) PeriodBars - indicator period K1 - an additional parameter that influences the accuracy of pattern shape recognition K2 - an additional parameter that influences the accuracy of pattern shape

Dmitry Fedoseev 已发布产品

An indicator of patterns #24 and #26 ("Head and Shoulders") from Encyclopedia of Chart Patterns by Thomas N. Bulkowski. Parameters: Alerts - show alert when an arrow appears   Push - send a push notification when an arrow appears (requires configuration in the terminal) PeriodBars - indicator period K - an additional parameter that influences the accuracy of pattern shape recognition ArrowType - a symbol from 1 to 17 ArrowVShift - vertical shift of arrows in points   ShowLevels - show

Dmitry Fedoseev 已发布产品

An indicator of patterns #45 and #46 (Three Falling Peaks and Three Rising Valleys) from Encyclopedia of Chart Patterns by Thomas N. Bulkowski. Parameters: Alerts - show alert when an arrow appears   Push - send a push notification when an arrow appears (requires configuration in the terminal) PeriodBars - indicator period K - an additional parameter that influences the accuracy of pattern shape recognition. The smaller the value is, the smoother the row of peaks/valleys should be, so fewer

Dmitry Fedoseev
已发布代码IncGUI_v3
一个 GUI 控件库。
· 1 1899 1552
Dmitry Fedoseev
已发布代码IncGUI_BitPicA
一个 CBitPic 类的升级版本, 可以控制绘图的透明度
· 2 1231 1300
Dmitry Fedoseev
已发布代码CMIDI
使用 MIDI 设备播放音乐的类
· 2 1717 1442
Dmitry Fedoseev
已发布文章MQL5 编程基础:时间
MQL5 编程基础:时间

本文着重于讲述处理时间的标准 MQL5 函数,以及创建 EA 交易和指标时所需的处理时间的编程技巧和实用函数。更格外注意时间测量的一般性理论。本文面对的主要是 MQL5 编程新手。

· 3 14203
Dmitry Fedoseev
已发布代码bts
比较二进制和三元搜索的速度
· 1 1486 1469
Dmitry Fedoseev
已发布文章MQL5 编程基础:字符串
MQL5 编程基础:字符串

本文会讲解您可以利用 MQL5 中的字符串所做的一切。对此感兴趣的主要应是 MQL5 入门程序员,同时也为经验丰富的开发人员提供了一次总结和系统化其知识的良机。

· 4 6255
Dmitry Fedoseev
已发布文章MQL5 编程基础:数组
MQL5 编程基础:数组

数组连同变量及函数是几乎所有编程语言的组成部分。本文主要面向 MQL5 编程新手,同时也是资深编程人员梳理和总结自身知识的良机。

· 5 6669
Dmitry Fedoseev
已发布代码VLT_TRADER
当市场活跃度下降, 则 EA 放置两个挂单
· 1 1673 3048
Dmitry Fedoseev
已发布代码Smatf
该 EA 分析三个不同时间帧的多条均线
· 1 1704 2262
Dmitry Fedoseev
已发布代码Kloss
该 EA 使用的指标诸如均线, CCI, 随机摆动
· 1 1719 2519