MQL4 - automated forex trading   /  

Forum

a chinese guest help

Back to topics list To post a new topic, please log in or register

avatar
16
jianweikang 2006.07.01 08:16 

i am a chinese.
i am learning forex trading. but i don't write MQL4-indicator.
who can create the follows as a MQL4-indicator for me.
i will thank very much.
can make friend?

N:=BARS for SINCE(*Parameter*);
VARL:=LOWEST(LOW,N);
VARH:=HIGHEST(HIGH,N);
VK:=VARH-VARL;
(LINE1) K1: VARL+0.1*VK; display value at Chart window
(LINE2) K2: VARL+0.2*VK; display value at Chart window
(LINE3) K3: VARL+0.3*VK; display value at Chart window
(LINE4) K4: VARL+0.4*VK; display value at Chart window
(LINE5) K5: VARL+0.5*VK; display value at Chart window
(LINE6) K6: VARL+0.6*VK; display value at Chart window
(LINE7) K7: VARL+0.7*VK; display value at Chart window
(LINE8) K8: VARL+0.8*VK; display value at Chart window
(LINE9) K9: VARL+0.9*VK; display value at Chart window

*Parameter* is "external variables"that can be modified as 2000601010830 (datetime 2006-YEAR 01-MONTH 01-DAY 08-HOUR 30-MINUTE)
Chart window

weikang jian
address: Foshan,Guangdong,China
post: 528000
telephone: 86-0757-82211901
email: fs211901@yahoo.com

Displaying of Support/Resistance Levels

Displaying of Support/Resistance Levels

The article deals with detecting and indicating Support/Resistance Levels in the MetaTrader 4 program. The convenient and universal indicator is based on a simple algorithm. The article also tackles such a useful topic as creation of a simple indicator that can display results from different timeframes in one workspace.


avatar
47
longfei 2007.03.09 18:39 

大哥,我也是中国人啊,我在上海,QQ:115179779 验证智能交易 MSN:longfeisoftware@hotmail.com

会智能交易的可以加我,不论国别,谢谢,欢迎交流讨论!

Back to topics list  

To add comments, please log in or register