YangTrader

0
(0)
名前:
YangTrader
著者: yangshu (2011.08.23 12:58)
ダウンロード済み: 11247
ダウンロード:
YangTrader 1
YangTrader.mq4 (1.3 キロバイト) 意見
YangTrader 1 YangTraderMain.mq4 (2.2 キロバイト) 意見

説明:

This is my first indicator, share for everyone.

YangTrader is a good indicator, it core is price moving and return, when the value crosses 15, maybe it's the best buy time and down cross 80 it's the sell time.

I'm not good at English, maybe the description is unclear; しかし, if you need help, I think I can reply in Chinese.

画像:

YangTrader 3

ultimaforex:
Thanks for this good indicator.

I have this error when running the indicator.

YangTrader 4

Please help us fixing it.

Thanks very much

整数の開始() {
double high_8;
double low_16;
int bars_0 = Bars;
もしも(ArraySize(gda_88) != バー) ArrayResize(gda_88, bars_0);
ArraySetAsSeries(gda_88, 真実);
ために (int li_4 = 0; li_4 < bars_0; li_4++) {
high_8 = High[iHighest(ヌル, 0, モード_ハイ, TimeWindow, li_4)];
low_16 = Low[iLowest(ヌル, 0, モード_ロー, TimeWindow, li_4)];
gda_88[li_4] = 100.0 * (近い[li_4] - low_16) / (high_8 - low_16);
}
もしも(ArraySize(g_ibuf_84) != バー) ArrayResize(g_ibuf_84, bars_0);
ArraySetAsSeries(g_ibuf_84, 真実);
ために (li_4 = 0; li_4 < bars_0; li_4++) g_ibuf_84[li_4] = iMAOnArray(gda_88, bars_0, Sensitive, 0, MODE_LWMA, li_4);
戻る (0);
}
03.04.2012 23:06 Mehmet

yangshu:

I write a new indicator, but blocked by mql4.com . They are so rude !

YangTrader 5

你好我认为是一个良好的贸易援助更多的您的网站没有提供下载
问候
对不起由谷歌翻译错误

03.10.2011 14:18 ロドリゴ

I write a new indicator, but blocked by mql4.com . They are so rude !

YangTrader 5

30.09.2011 10:18 yangshu

ultimaforex:
Thanks for this good indicator.

I have this error when running the indicator.

YangTrader 4

Please help us fixing it.

Thanks very much

Dear ultimaforex: replace by following statement will be fix YangTrader 'cannot resize the array' error

int 初期化()

{

SetIndexBuffer(0,buf);

ArraySetAsSeries(buf,真実);

SetIndexBuffer(0,buf2);

ArraySetAsSeries(buf2,true);

SetIndexStyle(0,DRAW_LINE);

IndicatorShortName("YangTrader (13,21,34,55,89,144) - http://yangshu.net");

戻る(0);

}

 

整数の開始()

{

int limit=Bars;

ために(int i=0; 私<限界; i++)

{

double HHV=High[iHighest(ヌル,0,モード_ハイ,TimeWindow,私)];

double LLV=Low[iLowest(ヌル,0,モード_ロー,TimeWindow,私)];

buf2[私]=100*(近い[私]-LLV)/(HHV-LLV);

}

ために(i=0; 私<限界; i++) buf[私]=iMAOnArray(buf2,limit,Sensitive,0,MODE_LWMA,私);

戻る(0);

}

30.09.2011 09:57 yangshu

Thanks for this good indicator.

I have this error when running the indicator.

YangTrader 4

Please help us fixing it.

Thanks very much

08.09.2011 17:57 ultimaforex

sty671:
Your indicator, as you know, is not trading in the correct direction some times- I can tell you how to fix your indicator so it is trading in the correct direction. You can answer to [email protected] . But you need to code it and you need to promise and that you will do it and a free copy to me, if you agree write to [email protected]

Who are you ? Oh my God !

05.09.2011 06:21 yangshu

seekers:

yangshu:

seekers:
Interesting

Till now I thought that Hull moving average was invented by Alan Hull and that stochastic oscillator was introduced by George lane some 60 years ago ... but now I can enjoy words of wisdom of not 1 しかし 2 true inventors of those indicators (and they are even quarreling who invented them :)) . すばらしい. If I have died some time ago I would have never learned that those things were not invented yet ... till this post 🙂

seekers :

you're right ! that moving average line comes from an other indicator, I didn't know who is inventer,just to borrow. YangTrader is core, YangTraderMain is accessory .

確率的オシレーター ? YangTrader is not stochastic, I do not believe that dynamic mathematical methods,they are always changing

100*(近い[私]-LLV)/(HHV-LLV); == Stochastic oscillator (to the last letter of its definition)

Aplying linear weighted moving average to the above result in order to make it smoother does not change the fact that it is a stochastic oscillator. Some more info about stochastic oscillator can be found here : http://en.wikipedia.org/wiki/Stochastic_oscillator

maybe you're right . before your remind, I have never come to understand Stochastic oscillator .

05.09.2011 06:19 yangshu

yangshu:

seekers:
Interesting

Till now I thought that Hull moving average was invented by Alan Hull and that stochastic oscillator was introduced by George lane some 60 years ago ... but now I can enjoy words of wisdom of not 1 しかし 2 true inventors of those indicators (and they are even quarreling who invented them :)) . すばらしい. If I have died some time ago I would have never learned that those things were not invented yet ... till this post 🙂

seekers :

you're right ! that moving average line comes from an other indicator, I didn't know who is inventer,just to borrow. YangTrader is core, YangTraderMain is accessory .

確率的オシレーター ? YangTrader is not stochastic, I do not believe that dynamic mathematical methods,they are always changing

100*(近い[私]-LLV)/(HHV-LLV); == Stochastic oscillator (to the last letter of its definition)

Aplying linear weighted moving average to the above result in order to make it smoother does not change the fact that it is a stochastic oscillator. Some more info about stochastic oscillator can be found here : http://en.wikipedia.org/wiki/Stochastic_oscillator

03.09.2011 21:45 seekers

Your indicator, as you know, is not trading in the correct direction some times- I can tell you how to fix your indicator so it is trading in the correct direction. You can answer to [email protected] . But you need to code it and you need to promise and that you will do it and a free copy to me, if you agree write to [email protected]
28.08.2011 15:05 sty671

seekers:
Interesting

Till now I thought that Hull moving average was invented by Alan Hull and that stochastic oscillator was introduced by George lane some 60 years ago ... but now I can enjoy words of wisdom of not 1 しかし 2 true inventors of those indicators (and they are even quarreling who invented them :)) . すばらしい. If I have died some time ago I would have never learned that those things were not invented yet ... till this post 🙂

seekers :

you're right ! that moving average line comes from an other indicator, I didn't know who is inventer,just to borrow. YangTrader is core, YangTraderMain is accessory .

確率的オシレーター ? YangTrader is not stochastic, I do not believe that dynamic mathematical methods,they are always changing

この投稿は役に立ちました?

星をクリックして評価してください!

平均評価 0 / 5. 投票数: 0

これまでのところ投票はありません! この投稿を最初に評価してください.

この投稿が役に立たなかったことをお詫び申し上げます!

この投稿を改善しましょう!

この投稿を改善する方法を教えてください?



著者: 外国為替ウィキチーム
私たちは経験豊富な外国為替トレーダーのチームです [2000-2023] 自分の思いどおりに人生を生きることに専念している人. 私たちの主な目的は、経済的自立と自由を獲得することです, 私たちは自立可能なライフスタイルを実現する手段として、独学で外国為替市場での豊富な経験を積んできました。.