Alligator Indicators(鳄鱼线) by Bill Williams
Type : Indicator, Name : Alligator**** Hidden Message *****
[attach]5277[/attach] Type : Indicator, Name : ABillW_3Lines
**** Hidden Message *****
[attach]5278[/attach] Type : Indicator, Name : ABillW_ActiveFractal
**** Hidden Message *****
[attach]5279[/attach] 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] 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] 看看 学习 学习学习 谢谢分享!!! [b]回复 [url=http://www.qhlt.cn/redirect.php?goto=findpost&pid=28950&ptid=22292]1#[/url] [i]龙听[/i] [/b]
谢谢 谢谢 学习学习
页:
[1]