基于Metatrader 5的标准指标的市场状况评估 - 页 230

 

关于交易、自动交易系统和测试交易策略的论坛

有趣的事情

Sergey Golubev, 2017.04.17 20:05

只是提醒一下有趣的指标:FivePattern - MetaTrader 5的指标

这是显示美林的М&W波浪形态和支撑/阻力位的指标。

===============

关于梅里尔模式。

这是梅里尔的下跌趋势模式。


梅里尔的上升趋势的模式。


===============

这是一些其他模式。



发表了一篇好文章 -

----------------

基于梅里尔模式的策略构建器

In the previous article, we considered application of Merill patterns to various data, such as to a price value on a currency symbol chart and values of standard MetaTrader 5 indicators: ATR, WPR, CCI, RSI, among others. A graphical interface was developed to explore this idea. The main purpose of the interface is to test and find efficient pattern use methods. Further, the found successful configurations should be built into trading strategies and tested. In this article, we will develop a basic toolkit for building trading strategies and testing them.

Strategy builder based on Merill patterns
Strategy builder based on Merill patterns
  • www.mql5.com
2. Working timeframe and the "Date range" button. All elements implement the selection of a working timeframe for testing. The Date range button opens the appropriate dialog box, described above. The CreateButton() method implements the button. CreateTextLabel() creates an appropriate label, CreateTimeframe1() implements timeframe selection...
 

四个星期 - MetaTrader 4的指标

四个星期 - MetaTrader 4的指标

Support and resistance lines formed by closing prices of the last 4 bars of the selected period.

Four Weeks
Four Weeks
  • www.mql5.com
Линии поддержки и сопротивления сформированные ценами закрытия 4-х последних баров выбранного периода. Настройки индикатора:
 

单指定时间OHLC最大最小- MetaTrader 5的专家

The EA starts working at the specified time: Start Hour :: Start Minute . At the time of starting work in the market, there should not be pending orders placed by this adviser and positions. If the condition is met, then the adviser begins to search for the maximum and minimum prices in the section of " Number of bars ". At the maximum, a pending Buy stop will be set, and at a minimum - Sell stop.

当其中一个挂单被触发时,第二个失败的挂单被立即删除。

 
Sergey Golubev:

挂起指定时间的OHLC最大最小- MetaTrader 5的专家

它真的有帮助吗?看起来像广告

 
JohnyIve:

它真的有帮助吗?看起来像广告

这是CodeBase--今天为这个门户网站编写的EA(在论坛上禁止推广市场产品信号;但我们都可以推广文章Codebase)。

----------------

在我的印象中,许多用户要求提供基于特定时间段内的挂单的支持/阻力EA。
例如,这里 有一个MT5的Maksigen指标,它是由MT3和MT4转换而来。用户要求该EA基于支撑/阻力线下达挂单(买入停止和卖出停止)。最后 - 这个EA是今天为MT5创建的,并通过源代码发布到CodeBase

这个EA可以用于新闻交易或通常的交易,例如突破/破裂。

----------------

顺便说一下,在这个主题上有一个总结性的帖子(只是为了在这里找到所有不一样的方式)。

市场状况评估(创建了2个EA

MQL5 Code Base
MQL5 Code Base
  • www.mql5.com
Range BreakOut EA. The range is defined by the min number of bars and max width in pips. This expert advisor is designed with visual strategy builder - Mission Automate. Code is generated automatically. More info: https://www.mql5.com/en/articles/4951 Grid system with limit orders. This expert advisor is designed with visual strategy builder...
 

完美趋势线2- MetaTrader 5的指标

完美趋势线2 - MetaTrader 5的指标

This is a variation of a well known perfect trend line indicator (one of the versions can be found here PTL

这个版本增加了一种信号过滤功能,有助于清理原始版本中存在的一些错误信号。

Perfect Trend Line 2
Perfect Trend Line 2
  • www.mql5.com
Normalized Price Indicator By using this indicator you can see the normalized price of any chart! You can use this indicator to find the divergence in the market! iRSIOnArray for MT5 Header with iRSIOnArray function for use with MQL 4 or 5 code...
 
我读了你在第一页的第一篇帖子,对pricechannelcolorpar一字型指标很感兴趣,但看到它是在mt5中,感到很失望。你能为mt4用户提供一些东西吗,因为我没有mt5。如果你能推荐一些与之相近的可以在mt4中预测和预报价格的东西,我会很高兴。 谢谢
 
Emekadavid:
我读了你在第一页的第一篇帖子,对pricechannelcolorpar一字型指标很感兴趣,但看到它是在mt5中,感到很失望。你能为mt4用户提供一些东西吗,因为我没有mt5。如果你能推荐一些与之相近的可以在mt4中预测和预报价格的东西,我会很高兴。 谢谢
我很抱歉,但这个主题是针对Metatrader 5的(因为所有东西都是在很久以前为MT4开发的)。
 
那么你能不能给我那些为MT4开发的链接。 我不在乎它们是否是旧的。只要告诉我它们的名字或链接,我就会尝试。你可以和我私聊,因为这个空间是给mt5的。我刚刚给你发了一条私人信息
 
Emekadavid:
那么你能不能给我那些为MT4开发的链接。 我不在乎它们是否老旧。只要告诉我它们的名字或链接,我就会试一下。你可以和我私聊,因为这个空间是给mt5的。我刚刚给你发了一条私人信息

首先--看看下面的总结帖子 这个帖子的开头 意思是--针对MT4)。

市场状况评估(已创建2个EA)

---------------

根据我的理解,你说的是这个系统。

它与MT4没有什么特别的关系。

  • 标准一目连指标。
  • 价格通道指标MT4版本--例如本页 的MT4版本,以及
  • 彩色抛物线指标(它可以是任何抛物线SAR,例如)。
Market Condition Evaluation based on standard indicators in Metatrader 5
Market Condition Evaluation based on standard indicators in Metatrader 5
  • 2013.08.30
  • www.mql5.com
I just started this thread as a continuation of the talking made on this topic (we can read it). Or...