404

很遗憾,"Turbo EA MT5"不可用

您可以检查Andrey Dik的其他产品:
AO Core
Andrey Dik
3 (2)
AO Core is the core of the optimization algorithm, it is a library built on the author's HMA (hybrid metaheuristic algorithm) algorithm. An example of using AO Core is described in the article: https://www.mql5.com/ru/articles/14183 https://www.mql5.com/en/blogs/post/756510 This hybrid algorithm is based on a genetic algorithm and contains the best qualities and properties of population algorithms.  High-speed calculation in HMA guarantees unsurpassed accuracy and high search capabilities,
RSI Divergence F
Andrey Dik
5 (4)
一个专业的交易工具是RSI和价格之间的背离指标,它允许您及时收到关于趋势反转的信号或捕捉价格回调走势(取决于设置)。 指标设置允许您根据RSI峰值的角度和价格的百分比变化来调整发散的强度,这使得微调信号强度成为可能。 指标代码经过优化,并作为Ea交易的一部分进行了非常快速的测试。  指标不重绘,交易方向的箭头正好位于信号出现的位置--在柱的开口处。 Fractal True . PeriodRSI_P     = 14 ;           //Period IndentFrom50_P  = 10.0 ;         //Indent +- from 50 [0...50] LeftBars_P      = 1 ;           //LeftBars RightBars_P     = 1 ;           //RightBars IndDivForce_P   = 15.0 ;         //Divergences force of indicator (not for the Lite version) PriceDivForce_P = 0.01
FREE
Renko Box
Andrey Dik
描述。 Renko图表形成的基础是价格范围。 如果价格超出其限制,图表显示一个框高于或低于前一个。 因此,我们看到价格走势没有额外的"噪音"和重要的支撑和阻力水平。 特征。 为了与专家顾问一起使用,实现了一个额外的缓冲区-一个盒子计数器. 为了方便和提高测试速度,用户可以使用"新框"事件,指示器在出现新框时生成该事件。 您可以设置"反转"框的大小。 无论测试开始点如何,指标始终构建相同。 没有"重绘"。 一旦到了那里,拳击就不会再改变了。 无论从哪里启动,它都将被绘制相同。 输入参数: RenkoBoxSize    = 20;  //Box size ReversBcnt      = 2;   //Box's for reverse RenkoBoxDrawCNT = 100; //Box's for draw Price           = bid; //bid, ask, (ask+bid)/2 RenkoBoxEventId = 123; //Box's event
FREE
MACD Divergence AW
Andrey Dik
5 (1)
A professional tool for trading - the divergence indicator between the  MACD and the price, which allows you to receive a signal about a trend reversal in a timely manner or catch price pullback movements (depending on the settings). The indicator settings allow you to adjust the strength of the divergence due to the angle of the  MACD peaks and the percentage change in price, which makes it possible to fine-tune the signal strength. The indicator code is optimized and is tested very quickly as
FREE
A professional tool for trading - the divergence indicator between the  Stochastic and the price, which allows you to receive a signal about a trend reversal in a timely manner or catch price pullback movements (depending on the settings). The indicator settings allow you to adjust the strength of the divergence due to the angle of the  Stochastic peaks and the percentage change in price, which makes it possible to fine-tune the signal strength. The indicator code is optimized and is tested ver
FREE
RSI Divergence F MT4
Andrey Dik
4.5 (2)
一个专业的交易工具是RSI和价格之间的背离指标,它允许您及时收到关于趋势反转的信号或捕捉价格回调走势(取决于设置)。 指标设置允许您根据RSI峰值的角度和价格的百分比变化来调整发散的强度,这使得微调信号强度成为可能。 指标代码经过优化,并作为Ea交易的一部分进行了非常快速的测试。  指标不重绘,交易方向的箭头正好位于信号出现的位置--在柱的开口处。 Fractal True PeriodRSI_P     = 14 ;   //Period IndentFrom50_P  = 20.0 ; //Indent +- from 50 [0...50] LeftBars_P      = 1 ;     //LeftBars RightBars_P     = 1 ;     //RightBars IndDivForce_P   = 55.0 ; //Divergences force of indicator (not for the Lite version) PriceDivForce_P = 0.01 ; //Divergences force of price (not f
FREE
一个专业的交易工具是RSI和价格之间的背离指标,它允许您及时收到关于趋势反转的信号或捕捉价格回调走势(取决于设置)。 指标设置允许您根据RSI峰值的角度和价格的百分比变化来调整发散的强度,这使得微调信号强度成为可能。 指标代码经过优化,并作为Ea交易的一部分进行了非常快速的测试。  指标不重绘,交易方向的箭头正好位于信号出现的位置--在柱的开口处。 PeriodRSI_P     = 14 ;   //Period IndentFrom50_P  = 20.0 ; //Indent +- from 50 [0...50] LeftBars_P      = 1 ;     //LeftBars RightBars_P     = 1 ;     //RightBars IndDivForce_P   = 55.0 ; //Divergences force of indicator PriceDivForce_P = 0.01 ; //Divergences force of price Price_P         = PRICE_CLOSE ; //Price type
FREE
一个专业的交易工具是RSI和价格之间的背离指标,它允许您及时收到关于趋势反转的信号或捕捉价格回调走势(取决于设置)。 指标设置允许您根据RSI峰值的角度和价格的百分比变化来调整发散的强度,这使得微调信号强度成为可能。 指标代码经过优化,并作为Ea交易的一部分进行了非常快速的测试。  指标不重绘,交易方向的箭头正好位于信号出现的位置--在柱的开口处。 PeriodRSI_P     = 14 ;           //Period IndentFrom50_P  = 10.0 ;         //Indent +- from 50 [0...50] LeftBars_P      = 1 ;           //LeftBars RightBars_P     = 1 ;           //RightBars IndDivForce_P   = 15.0 ;         //Divergences force of indicator PriceDivForce_P = 0.01 ;         //Divergences force of price Pr
FREE
AO Divergence F
Andrey Dik
5 (2)
專業的交易工具 - AO 和價格之間的背離指標,讓您及時接收趨勢反轉的信號或捕捉價格回調(取決於設置)。指標設置允許您調整由於 AO 峰值的斜率和價格變化的百分比而導致的背離強度,從而可以微調信號的強度。作為 EA 的一部分,指標代碼經過非常快速的優化和測試。 指標不會重新繪製,交易方向的箭頭正好位於信號出現的位置 - 在柱的開盤處。 Fractal True FastPeriod_P    = 5 ;               //Fast period SlowPeriod_P    = 34 ;             //Slow period LeftBars_P      = 1 ;               //LeftBars RightBars_P     = 1 ;               //RightBars IndDivForce_P   = 15.0 ;           //Divergences force of indicator (not for Lite version) PriceDivForce_P = 0.01 ;      
FREE
FREE
A unique professional tool is a divergence/convergence indicator between  MACD   and price, which allows you to receive a signal about a trend reversal in a timely manner or catch price pullback movements (depending on the settings). It is indispensable for those who trade divergences manually or with an Expert Advisor. The indicator settings allow you to adjust the strength of the divergence/convergence due to the angle of the  MACD   peaks and the percentage change in price, which makes it po
FREE
A professional tool for trading - the divergence indicator between the WPR and the price, which allows you to receive a signal about a trend reversal in a timely manner or catch price pullback movements (depending on the settings). The indicator settings allow you to adjust the strength of the divergence due to the angle of the WPR peaks and the percentage change in price, which makes it possible to fine-tune the signal strength. The indicator code is optimized and is tested very quickly as par
FREE
一个专业的交易工具是MACD和价格之间的背离指标,它允许您及时收到关于趋势反转的信号或捕捉价格回调走势(取决于设置)。 指标设置允许您根据MACD峰值的角度和价格的百分比变化来调整发散的强度,这使得微调信号强度成为可能。 指标代码经过优化,并作为Ea交易的一部分进行了非常快速的测试。  指标不重绘,交易方向的箭头正好位于信号出现的位置--在柱的开口处。 Fractal True . InpFastEMA      = 12 ;           //Fast EMA period InpSlowEMA      = 26 ;           //Slow EMA period InpSignalSMA    = 9 ;           //Signal SMA period LeftBars_P      = 1 ;           //LeftBars RightBars_P     = 1 ;           //RightBars IndDivForceL    = "<15.0>" ;     //Diver force of indicator (no
FREE
A professional tool for trading - the divergence indicator between the  RVI and the price, which allows you to receive a signal about a trend reversal in a timely manner or catch price pullback movements (depending on the settings). The indicator settings allow you to adjust the strength of the divergence due to the angle of the  RVI peaks and the percentage change in price, which makes it possible to fine-tune the signal strength. The indicator code is optimized and is tested very quickly as p
FREE
描述。 趋势指标。 它还允许您识别横向价格变动的区域。 低通滤波器,有两种滤波方式。 它既可以作为策略中的主要工具,也可以与其他指标一起使用。 输入参数: Method      = Method1;    //Method Type Alfa        = 0.2;        //Alfa, 0.0->1.0 Beta        = 0.8;        //Beta, 0.0->1.0 MethodSize  = 6;          //MethodSize_P, 1->infinity Price       = PRICE_OPEN; //Prices, Open High etc. HistCalc    = 0;          //Calculate bars, <=0 - all bars ColorScheme = 0;          //0: fist scheme; !=0: second scheme  
FREE
描述。 比尔*威廉姆斯分形指标. 与标准交付中的分形不同,该指标允许您选择分形两侧的蜡烛数量,并从它们出现的那一刻起用线显示分形的位置,这在视觉上和构建交易系统时都 允许您确定潜在趋势反转的点,支撑位和阻力位的位置。 输入参数: LeftBars  = 2; RightBars = 2; ==================================================================================================================================================================================================
FREE
A unique professional tool is a divergence/convergence indicator between  MACD and price, which allows you to receive a signal about a trend reversal in a timely manner or catch price pullback movements (depending on the settings). It is indispensable for those who trade divergences manually or with an Expert Advisor. The indicator settings allow you to adjust the strength of the divergence/convergence due to the angle of the  MACD peaks and the percentage change in price, which makes it possib
FREE
A professional tool for trading - the divergence indicator between the  OsMA and the price, which allows you to receive a signal about a trend reversal in a timely manner or catch price pullback movements (depending on the settings). The indicator settings allow you to adjust the strength of the divergence due to the angle of the  OsMA peaks and the percentage change in price, which makes it possible to fine-tune the signal strength. The indicator code is optimized and is tested very quickly as
FREE
Kagi
Andrey Dik
描述。 形成Kagi图表的基础是价格范围,总是与运动相反。 如果价格超出限制,图表上会显示一个框。 盒子是由不同尺寸形成的,并且总是交替的,也就是说,在"向上"盒子之后,将构建一个"向下"盒子。 时间不参与建设。 特征。 为了与专家顾问一起使用,实现了一个额外的缓冲区-一个盒子计数器. 为了方便和提高测试速度,用户可以使用"新框"事件,指示器在出现新框时生成该事件。 无论测试开始点如何,指标始终构建相同。 输入参数: KagiBoxSize    = 20;  //Kagi box size KagiBoxDrawCNT = 500; //Box's for draw Price          = bid; //bid, ask, (ask+bid)/2 KagiBoxEventId = 123; //Box's event
FREE
一个专业的交易工具是OsMA和价格之间的背离指标,它允许您及时收到关于趋势反转的信号或捕捉价格回调走势(取决于设置)。 指标设置允许您根据OsMA峰值的角度和价格的百分比变化来调整发散的强度,这使得微调信号强度成为可能。 指标代码经过优化,并作为Ea交易的一部分进行了非常快速的测试。  指标不重绘,交易方向的箭头正好位于信号出现的位置--在柱的开口处。 Fractal True . InpFastEMAPeriod   = 12 ;           //Fast EMA period InpSlowEMAPeriod   = 26 ;           //Slow EMA period InpSignalSMAPeriod = 9 ;           //Signal SMA period LeftBars_P         = 1 ;           //LeftBars RightBars_P        = 1 ;           //RightBars IndDivForceL       = "<15.0>" ;     //Diver forc
FREE
專業的交易工具 - AC 和價格之間的背離指標,讓您及時接收趨勢反轉的信號或捕捉價格回調(取決於設置)。指標設置允許您調整由於 AC 峰值的斜率和價格變化的百分比而導致的背離強度,從而可以微調信號的強度。作為 EA 的一部分,指標代碼經過非常快速的優化和測試。 指標不會重新繪製,交易方向的箭頭正好位於信號出現的位置 - 在柱的開盤處。 Fractal True . FastPeriod_P    = 5 ;           //Fast period SlowPeriod_P    = 34 ;           //Slow period LeftBars_P      = 1 ;           //LeftBars RightBars_P     = 1 ;           //RightBars IndDivForce_P   = 15.0 ;         //Divergences force of indicator (not for the Lite version) PriceDivForce_P = 0.01 ;         //Diver
FREE
A unique professional tool is a divergence/convergence indicator between AC and price, which allows you to receive a signal about a trend reversal in a timely manner or catch price pullback movements (depending on the settings). It is indispensable for those who trade divergences manually or with an Expert Advisor. The indicator settings allow you to adjust the strength of the divergence /convergence due to the angle of the AC peaks and the percentage change in price, which makes it possible to
FREE
專業的交易工具 - AO 和價格之間的背離指標,讓您及時接收趨勢反轉的信號或捕捉價格回調(取決於設置)。指標設置允許您調整由於 AO 峰值的斜率和價格變化的百分比而導致的背離強度,從而可以微調信號的強度。作為 EA 的一部分,指標代碼經過非常快速的優化和測試。 指標不會重新繪製,交易方向的箭頭正好位於信號出現的位置 - 在柱的開盤處。 FastPeriod_P    = 5 ;           //Fast period SlowPeriod_P    = 34 ;           //Slow period LeftBars_P      = 1 ;           //LeftBars RightBars_P     = 1 ;           //RightBars IndDivForce_P   = 15.0 ;         //Divergences force of indicator PriceDivForce_P = 0.01 ;         //Divergences force of price Price_P         = PR
FREE
專業的交易工具 - AC 和價格之間的背離指標,讓您及時接收趨勢反轉的信號或捕捉價格回調(取決於設置)。指標設置允許您調整由於 AC 峰值的斜率和價格變化的百分比而導致的背離強度,從而可以微調信號的強度。作為 EA 的一部分,指標代碼經過非常快速的優化和測試。 指標不會重新繪製,交易方向的箭頭正好位於信號出現的位置 - 在柱的開盤處。 FastPeriod_P    = 5 ;           //Fast period SlowPeriod_P    = 34 ;           //Slow period LeftBars_P      = 1 ;           //LeftBars RightBars_P     = 1 ;           //RightBars IndDivForce_P   = 15.0 ;         //Divergences force of indicator PriceDivForce_P = 0.01 ;         //Divergences force of price Price_P         = PR
FREE
AO Core is the core of the optimization algorithm, it is a library built on the author's HMA (hybrid metaheuristic algorithm) algorithm. This hybrid algorithm is based on a genetic algorithm and contains the best qualities and properties of population algorithms. High-speed calculation in HMA guarantees unsurpassed accuracy and high search capabilities, allows you to save the total time for optimization, where the best solution will be found in fewer iterations. The performance of this algori