Yun Jiang Su
Yun Jiang Su
2.5 (2)
  • Information
3 years
experience
2
products
1
demo versions
0
jobs
0
signals
0
subscribers
普通的交易者。
Friends

Add friends via their profile or user search and you will be able to see if they are online

Yun Jiang Su Published product
Reviews: 1
FREE

指标功能:完成十字光标跟随,多个窗口鼠标位置的同步显示。 功能 开启 :点击"H"标签,标签变成"S",开启十字光标,通过鼠标点击,完成第二个以上窗口的位置同步。                   可以大周期同步小周期 (注意:在大周期同步小周期时,要注意小周期中的数据是否足够多) ,                    也可以小周期同步大周期。 功能关闭:点击 "S"标签,会变成"H"。或者通过键盘的"ESC"键,关闭。 指标可以多个窗口加载,也可以单窗口加载。 参数设置: LabWindow:标签显示的窗口 LabConer :标签显示的角落位置 LabX  :标签位置横坐标 LabY :标签位置竖坐标 LabShowBackup :标签背景显示于背景 LabFontName :标签的字体名称 LabFontSize  :标签的字体大小

Yun Jiang Su Published product
Reviews: 1
FREE

Machine translation of the following: This indicator is used to close or open the price and time scales.Select true to display scale and false to close scale.After the price scale is closed and then opened, it may show that it is not at all. But it can be solved by switching time cycle.This indicator has two tags, D and P, which can be opened or closed in real time by clicking.The related parameters can be modified by user, such as the name, position and coordinates of the label

Yun Jiang Su
Yun Jiang Su
指标不是万能的,但没有指标是万万不能的。
Yun Jiang Su
Added topic Two price axes for the same window
Hello everyone      as shown in the figure, Two price axes for the same window, Different time periods.                                  
Yun Jiang Su
Added topic Width and Style question !!!
Hi guys , I have a question : Why in the indicator, the width of the line is more than 0 style is invalid Thank you for your reply. 
Yun Jiang Su
Added topic Do not display on the right side of the price scale?
Hello everyone                Do not display on the right side of the price scale?     ------------------------------------------------------------     
Yun Jiang Su
Added topic Indicators can not run
Hello everyone The indicator in the 610 version , not display properly. How to modify I am very grateful //+------------------------------------------------------------------+
Yun Jiang Su
Registered at MQL5.community
Yun Jiang Su
Added topic [help]Running results
int start() { int limit; int counted_bars=IndicatorCounted(); if(counted_bars>0) counted_bars--; limit=Bars-counted_bars; for(int i=0; i<limit; i++) { ExtMapBuffer1[i]=Close[i]>=Open[i]*1.1; } return(0); } Running results,why