有趣的事 - 页 50

 

信号员EA

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

Simple Signalman - MetaTrader 5的专家

When you open a position, the EA plays the specified sound ( Sound Name ), the specified number of times ( Repetitions ) with the specified pause ( Pause ).

应用的方法之一:把挂单和做自己的事情。只要其中一个挂单触发,就会有声音响起。如果仓位被关闭,将播放声音。

 

这是非常有趣的EA -

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

虚拟机器人- MetaTrader 4的专家

虚拟机器人 - MetaTrader 4的专家

Virtual Robot will open virtual trades, using them to monitor the market to determine the entry point(according to the inputs parameters), at which point Virtual Bot will start opening real trades.

在这里 阅读关于这个EA的讨论。
 

放置挂单和追踪- MetaTrader 5的专家

放置挂单和追踪 - MetaTrader 5的专家

If there is no pending order placed by this advisor in the market, then a pending order is placed:

  • Pending:类型- 指定的挂单类型,四个选项之一。买入限价、卖出限价、买入止损或卖出止损
  • 挂单。Expiration- 挂单的有效期,以分钟为单位(建议不要将有效期设置为15分钟以下)。
  • Pending:缩进- 发送交易指令时,从当前价格开始缩进。
  • Pending:最大价差- 最大价差,如果当前价差(卖出价-买入价)高于指定的价差,则挂单不被放置,预计价差会缩小
 

VR--SETKA--3_v2- MetaTrader 5的专家

VR--SETKA--3_v2 - MetaTrader 5的专家

I have developed this EA based on my own trading experience. The market and the price are chaotic entities with no laws, therefore forecasting future movements is meaningless. However, there is one law that never changes: the chaos can never produce regular permanent sequences (the chaos remains the chaos). This can be used to catch movements of different size receiving a small profit.


 

许多用户要求提供价格交叉的EMA(或SMA/MA/等)EA,因此今天为Metatrader 5创建了一个EA。

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

iMA价格交叉 - MetaTrader 5的专家

iMA价格交叉 - MetaTrader 5的专家

The EA limits the number of deals on one bar (always on no more than one deal on one bar - this is strictly written in the code and not output to the input parameters).

我们预计当价格将克服iMA指标的距离不低于 "交叉"。

 

谁说 "圣杯 "不能成为盈利的?

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

幸运- MetaTrader 4的专家

幸运 - MetaTrader 4的专家

幸运 - MetaTrader 4的专家

谁说 "GRAIL "不能成为盈利的?- 他是关于格拉尔的文章的作者之一。我可以告诉你相反的情况。Lucky也是一个圣杯,但经过3个月的工作,它开始带来利润,而不使用内部交易。你需要证明吗?请看模拟和真实账户的报告。 <br / translate="no">
 

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

XP移动平均线!

Sergey Golubev, 2020.02.06 16:38

T3MA

T3MA


 

Tumbler玩具 - MetaTrader 5的专家

The Expert Advisor uses the concept of 'Zero Cycle': the state when there are no positions and pending orders placed by this Expert Advisor. If the operation time interval is set (' Use time control ' is set to ' true ') and are in the zero cycle - the EA places two pending orders at a distance of 'Pending: Indent ' from the current price. The type of pending orders is set in ' Pending: Type ' and can be either ' Buy stop Sell stop ' or ' Buy limit Sell limit '.

挂单的一般设置:' 挂单。过期"--挂单有效期(分钟),"挂单。 最大点差"--最大点差,如果当前点差大于指定点差,EA将等待点差缩小。

当一个挂单被触发时,第二个被删除。

挂单的数量(零周期后的第一个)只在最小手数中设置,"最小手数(用于起始手数)"。没有作为风险百分比的动态手数计算。

在触发了'挂单。止损'的距离,相反的挂单以增加的手数下达:头寸量乘以'挂单。转手数增加率'的系数。

结清所有头寸。

当利润达到'利润目标'参数时,所有头寸被关闭,挂单被删除(如果有)。

 

名称图 - MetaTrader 5的指标

名称图表 - MetaTrader 5的指标

名称图表 - MetaTrader 5的指标

名称图表 - MetaTrader 5的指标

该指标使用OBJ_LABEL 图形对象显示符号的名称。