Jinsong Zhang
Jinsong Zhang
3.1 (10)
  • 信息
12+ 年
经验
36
产品
210
演示版
0
工作
0
信号
0
订阅者
MT5文章整理: https://www.mql5.com/zh/blogs/post/713550

MT5 Articles List: https://www.mql5.com/en/blogs/post/90

Ranking of servers for MT5 signals: https://www.mql5.com/en/blogs/post/716917

Ranking of top 100 servers for MT4 signals: https://www.mql5.com/en/blogs/post/716958

Trading Account: https://www.icmarkets.com/?camp=18135
Jinsong Zhang 已发布产品

The script shows statistics of trades for the specified period. For example, if you want to know the details of trades of the ATC2010 Winner ( bobsley ): Login with his account using the investor (read-only) password (MetaTrader5); Open the chart of his trading symbol (EURUSD); Run this script on the chart; Specify 2010.10.1 in "date from", and the diagram will be shown

Jinsong Zhang 已发布产品
评论: 5
30.00 USD

Painting Deals on active chart. It allows analyzing trade history on an account to which you have an investor (read only) password. Type of the arrow displayed indicated the deal type: Right Arrow means In and In/Out deals Arrow Left Left means Out deals. Blue arrows are for Buy deals and Red arrows are for Sell deals. The indicator displays deals in the real time mode, it also displays their Stop Loss and Take Profit levels. Put the mouse over the arrows to see the details of deals including

Jinsong Zhang 已发布产品

Script to Delete Pending Orders Sometimes you placed many Pending Orders and then you want delete certain kind of these orders, this script can help you! Usage: Download and drag and drop this script to the chart. Check "Allow AutoTrading" in "Common" tab and set input parameters in "Inputs" tab. Input Parameters: TypeOfPending: which type Order you would delete. mySymbol: which Symbol you would delete. The input format of the Symbol is such as "EURUSD" or "eurusd"

Jinsong Zhang 已发布产品

The script allows to easily watch the date and time of several cities selected by the user from more than 30 important cities all over the world. It also shows GMT, Server time and Local time. The cities on the screen are automatically sorted by the date and time. You can save your setting on the Inputs tab and use them in future. Notice: Daylight saving time is not considered

Jinsong Zhang
已添加主题2010年EA比赛已定
https://championship.mql5.com/2010/en
Jinsong Zhang
已添加主题csv 中的数据可以更改吗?
MT可以创建和读取csv文件,但如何修改?? int start ( ) {    int songrecord ;    songrecord = FileOpen ( "_record.csv" , FILE_CSV | FILE_WRITE | FILE_READ , ',' ) ;    if ( songrecord < = 0 ) return ;    int FA_id = 1114444 ;
Jinsong Zhang
已在MQL5.community注册
Jinsong Zhang
已添加主题有谁实际用过MarketInfo(Symbol(), MODE_STARTING); 吗?
有谁实际用过MarketInfo(Symbol(), MODE_STARTING); 吗
Jinsong Zhang
已添加主题谁能翻译下这段就功德无量矣!
 There are some adjustments that need to be made to MetaTrader Query Language scripts (Expert Advisors) due to differences between Generic MetaTrader 4 and MBT MetaTrader 4. These include, but are not limited to: 1) Scripts that use Instant
Jinsong Zhang
已添加主题关于tick跳动与EA运行的问题
我们知道,tick跳动一下,就进入starrt()进行运算,如果在运算过程中又有一个新的tick, 那么是继续原来的运算,忽略新的tick, 还是怎样
Jinsong Zhang
已添加主题这个很重要哦!
'MetaTrader 5 Trading System'
Jinsong Zhang
已添加主题请问EA里如何分辨是否ECN平台?
我只知道可以获取broker名称,但有没脚本可以通用区分ECN的,谢谢啊~~
Jinsong Zhang
已添加主题alpari历史数据有问题?
在alpari中做backtest, 出unmatched data error,在fxcm就没事
Jinsong Zhang
已添加主题为什么论坛英文版文章丰富,却没有中文版?
为什么论坛英文版文章丰富,却没有中文版? 为什么论坛英文版文章丰富,却没有中文版? 为什么论坛英文版文章丰富,却没有中文版?
Jinsong Zhang
已添加主题HttpOpenRequestA和HttpSendRequestA怎样用呢?
HttpOpenRequestA和HttpSendRequestA怎样用呢?可否解释下它们的参数设置?
Jinsong Zhang
已添加主题MT4服务器停了,比赛还搞吗?
MT4自带的服务器停了,比赛还搞吗?
Jinsong Zhang
已添加主题比如我有2个EA分别运行在几个图表上...
比如我有2个EA分别运行在几个图表上,我希望用脚本来控制这2个ea运行和停止,如何解决呢?
Jinsong Zhang
已添加主题请教Rosh, 有脚本可以删除指标窗口吗?
Hello, is there script for delete indicator windows? thanks
Jinsong Zhang
已添加主题请教: FileWrite 内容的长度有限制吗?
编译时出错: wrong parameters count 是不是因为FileWrite 里的内容太多了?似乎每行只能写入65个数据, 有办法解决吗?
Jinsong Zhang
已添加主题请教: 指标如何写在同一窗口?
我写的ea指标比较多,运行后指标窗口占满了一屏,比如ATR指标,用了3种周期,就占据3个副窗口,如何将它们写到同一窗口内呢?感谢