• Information
6+ years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Hello, everyone, I am very pleased to meet you. I am Xiaoxiao. I hope to become good friends with you. Thank MQL5 company, thank you for this website. I hope you can enjoy your work here.
Quan Xiao
Quan Xiao
用于提供信号的两个测试账户,一个因为产生大幅亏损,短期内没有办法操作,另外一个因为多次爆仓,也被系统禁用了
Quan Xiao
Quan Xiao
EA问题总结6:上一次爆仓的原因,是账户资金失衡导致的,两个用于对冲的账户,因为操作时间过长,加上市场出现了单边行情,所以一个账户出现了大幅盈利,而另外一个账户保证金不足,导致了资金缺乏的账户自动清空了所有存在订单.这个问题也是没有及时对账户进行统计,没有及时调配资金,而产生的.
Quan Xiao
Quan Xiao
EA问题总结5:昨天用于EA模型交易的微型测试帐户,再次爆仓了,这已经是第N次了.原因是数据统计失误导致的操作失误.由此看来,每天对账户进行统计和核对,并进行记录,是非常必要的.
Quan Xiao
Quan Xiao
EA问题总结4:自动交易会遇到很多意外情况,比如电脑重启,交易程序漏洞,信号连接中断,等等.这些情况都会导致EA自动交易程序不能有效执行.这些问题需要逐个解决
shared author's Andrey Khatimlianskii article
Orders Management - It's Simple
Orders Management - It's Simple

The article deals with various ways of how to control open positions and pending orders. It is devoted to simplifying of writing Expert Advisors.

shared author's Vladimir Karputov article
LifeHack for traders: Blending ForEach with defines (#define)
LifeHack for traders: Blending ForEach with defines (#define)

The article is an intermediate step for those who still writes in MQL4 and has no desire to switch to MQL5. We continue to search for opportunities to write code in MQL4 style. This time, we will look into the macro substitution of the #define preprocessor.

Quan Xiao
Quan Xiao
EA问题总结3:这个自动交易操作系统,应该有三个基本组成部分,第一是基本的自动交易模型,也就是EA,第二,是一个自动跟单模型,可以正向和反向跟单,最重要的,是有一个安全保护机制,保证不漏单,第三,是一套鞝数模型,能够保证合理的利差。
Quan Xiao
Quan Xiao
EA问题总结3:打造一套自动交易的操作系统,比打造一套自动交易模型重要,打造一套自动交易操作系统,可以对大多数EA进行操作,这样就避免了指标单一,操作模式单一的问题
Quan Xiao
Quan Xiao
EA问题总结2:目前开展交易测试的币种和类型有,黄金、欧元、日元、英镑,未来将补充澳元、加元、瑞郎交易币种
Quan Xiao
Quan Xiao
EA问题总结:不跟单的问题,昨天交易连续出现多次"OFF QUOTES"提示,虽然交易系统有防漏单功能,自动补单,但是最终还是有一单没有跟上,没有办法,只好手工补了一单.
在网络上查询了一下这个问题,发现这个问题出现的主要原因,是MT4操作系统中的最大偏差功能没有打开.
解决的办法就是,在需要跟单的MT4操作系统中,将"工具-选项"中的最大偏差,由默认的"0",修改为最大"999"
经过这次设置,今天连续几次交易,以及跟单,没有再出现"OFF QUOTES"提示.
shared author's Aleksandr Masterskikh article
False trigger protection for Trading Robot
False trigger protection for Trading Robot

Profitability of trading systems is defined not only by logic and precision of analyzing the financial instrument dynamics, but also by the quality of the performance algorithm of this logic. False trigger is typical for low quality performance of the main logic of a trading robot. Ways of solving the specified problem are considered in this article.

shared author's Dmitry Fedoseev article
Testing Expert Advisors on Non-Standard Time Frames
Testing Expert Advisors on Non-Standard Time Frames

It's not just simple; it's super simple. Testing Expert Advisors on non-standard time frames is possible! All we need to do is to replace standard time frame data with non-standard time frame data. Furthermore, we can even test Expert Advisors that use data from several non-standard time frames.

shared author's Vladimir Mametov article
Automatic construction of support and resistance lines
Automatic construction of support and resistance lines

The article deals with automatic construction of support/resistance lines using local tops and bottoms of price charts. The well-known ZigZag indicator is applied to define these extreme values.

shared author's Enrico Lambino article
Cross-Platform Expert Advisor: Stops
Cross-Platform Expert Advisor: Stops

This article discusses an implementation of stop levels in an expert advisor in order to make it compatible with the two platforms MetaTrader 4 and MetaTrader 5.

shared author's Enrico Lambino article
Cross-Platform Expert Advisor: Custom Stops, Breakeven and Trailing
Cross-Platform Expert Advisor: Custom Stops, Breakeven and Trailing

This article discusses how custom stop levels can be set up in a cross-platform expert advisor. It also discusses a closely-related method by which the evolution of a stop level over time can be defined.

shared author's Dmitriy Gizlyk article
Practical evaluation of the adaptive market following method
Practical evaluation of the adaptive market following method

The main difference of the trading system proposed in the article is the use of mathematical tools for analyzing stock quotes. The system applies digital filtering and spectral estimation of discrete time series. The theoretical aspects of the strategy are described and a test Expert Advisor is created.

shared author's Enrico Lambino article
Cross-Platform Expert Advisor: The CExpertAdvisor and CExpertAdvisors Classes
Cross-Platform Expert Advisor: The CExpertAdvisor and CExpertAdvisors Classes

This article deals primarily with the classes CExpertAdvisor and CExpertAdvisors, which serve as the container for all the other components described in this article-series regarding cross-platform expert advisors.

shared author's Anatoli Kazharski article
MQL5 Cookbook: Multi-Currency Expert Advisor - Simple, Neat and Quick Approach
MQL5 Cookbook: Multi-Currency Expert Advisor - Simple, Neat and Quick Approach

This article will describe an implementation of a simple approach suitable for a multi-currency Expert Advisor. This means that you will be able to set up the Expert Advisor for testing/trading under identical conditions but with different parameters for each symbol. As an example, we will create a pattern for two symbols but in such a way so as to be able to add additional symbols, if necessary, by making small changes to the code.

Quan Xiao
Quan Xiao
大家好,我的第一个EA交易制作完成了,庆祝一下!
Quan Xiao
Quan Xiao
hello , everybody . my first ea has well done .good news
123