龙听期货论坛's Archiver

C
+
+


 微信: QQ:

龙听 发表于 2018-11-13 16:44

Alligator Indicators(鳄鱼线) by Bill Williams

Type : Indicator, Name : Alligator
**** Hidden Message *****


[attach]5277[/attach]

龙听 发表于 2018-11-13 16:45

Type : Indicator, Name : ABillW_3Lines
**** Hidden Message *****


[attach]5278[/attach]

龙听 发表于 2018-11-13 16:45

Type : Indicator, Name : ABillW_ActiveFractal
**** Hidden Message *****


[attach]5279[/attach]

龙听 发表于 2018-11-13 16:47

Type : Indicator, Name : ABillW_FractalLine
[code]
Inputs: Strength(2);

value1=swinghigh(1,h,Strength,80);
value2=swinglow(1,l,Strength,80);

if value1>-1 then plot1[-1](value1,"BuyFractal");
if value2>-1 then plot2[-1](value2,"SellFractal");
[/code]


Type : Indicator, Name : ABillW_AC

**** Hidden Message *****


[attach]5280[/attach]

龙听 发表于 2018-11-13 16:47

Type : Indicator, Name : ABillW_AO
[code]
Vars: AO(0),AC(0);

{Awesome Oscillator}
AO=Average((h+l)/2,5)-Average((h+l)/2,34);

{Accelerator/Decellerator Oscillator}
AC=AO-Average(AO,5);

if currentbar>=1 then
if AO>AO[1] then plot1(AO,"+AO")
else plot2(AO,"-AO") ;
Plot3(0,"");
[/code]


[attach]5281[/attach]

刘一一 发表于 2018-11-22 16:58

看看

秋叶随风 发表于 2018-12-8 21:41

学习

林源 发表于 2019-5-3 20:43

学习学习

王二一 发表于 2019-5-4 23:37

谢谢分享!!!

阿土伯 发表于 2019-5-6 14:46

[b]回复 [url=http://www.qhlt.cn/redirect.php?goto=findpost&pid=28950&ptid=22292]1#[/url] [i]龙听[/i] [/b]


    谢谢

中文用户 发表于 2021-11-26 19:45

谢谢

随风风风 发表于 2023-6-25 18:05

学习学习

页: [1]