Jinsong Zhang
Jinsong Zhang
3.7 (15)
  • 信息
15+ 年
经验
36
产品
218
演示版
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 已发布产品
评论: 1
32.00 USD

本产品可以方便用户比较不同图表的K线,还可以方便地查看同一商品在不同时间周期中的K线形态。 将脚本附加到一个图表上,移动K线,或者改变显示比例,所有打开的图表上的K线将与当前的图表上的K线按照时间对齐,并且同步移动。 如果不同图表上的K线的周期不同,将会根据K线的起始时间进行对齐。                       使用前请确保相关的历史数据已经下载到本地。 欢迎提出宝贵建议或意见,请与我联系。                                ——————————————————————————————————————————————————————————————————————————————————————

Jinsong Zhang 已发布产品

有的交易策略适合波动较小的、安静的行情,而有的策略适合波动较大、剧烈的行情。不管是哪种策略,交易者都应当对行情的冷热程度有清晰的量化标准。 本产品方便交易者对比不同交易品种的冷热程度,或者同一交易品种在不同时间段的交易热度。 你可以将它放在不同图表上,获得直观的感受。哪个品种热度更高,哪个交易更淡静,一目了然。 下方的颜色指示器显示瞬时的价格跳动情况,而左上角的数字显示的是一段时间内的温度累积均值。 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。

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就没事