th80681 2007-10-19 01:21
绝对稳赚-----战国箭雨优化原码
[align=left][align=left][color=#003366][font=Tahoma][size=10.5pt]{1.[/size][/font][/color][color=#003366][font=宋体][size=10.5pt]箭单独出现[/size][/font][/color][color=#003366][font=Tahoma][size=10.5pt].[/size][/font][/color][color=#003366][font=宋体][size=10.5pt]为短线买[/size][/font][/color][color=#003366][font=Tahoma][size=10.5pt].
2.[/size][/font][/color][color=#003366][font=宋体][size=10.5pt]如箭上弯弓或箭上车弩是比较有力的反弹[/size][/font][/color][color=#003366][font=Tahoma][size=10.5pt]
3.[/size][/font][/color][color=#003366][font=宋体][size=10.5pt]如车弩内套弯弓在出现箭的信号[/size][/font][/color][color=#003366][font=Tahoma][size=10.5pt]![/size][/font][/color][color=#003366][font=宋体][size=10.5pt]可以重点关注[/size][/font][/color][color=#003366][font=Tahoma][size=10.5pt]}
Var1:=REF(CLOSE,2);
A2: SMA(MAX(CLOSE-Var1,0),7,1)/SMA(ABS(CLOSE-Var1),7,1)*100, COLORGREEN;
[/size][/font][/color][color=#003366][font=宋体][size=10.5pt]车弩机[/size][/font][/color][color=#003366][font=Tahoma][size=10.5pt]: IF(A2<12,30,0);
Var2:=REF(CLOSE,1);
Var3:=SMA(MAX(CLOSE-Var2,0),7,1)/SMA(ABS(CLOSE-Var2),7,1)*100;
[/size][/font][/color][color=#003366][font=宋体][size=10.5pt]弯弓[/size][/font][/color][color=#003366][font=Tahoma][size=10.5pt]: IF(Var3<12,30,0);
[/size][/font][/color][color=#003366][font=宋体][size=10.5pt]逢高派发区[/size][/font][/color][color=#003366][font=Tahoma][size=10.5pt]: STICKLINE(A2>80,A2+1,A2-1,1.5,0), COLORRED;
VAR1J:=close/(ema(ema((c+l+h)/3,3),26)*0.9)<0.95 ;
[/size][/font][/color][color=#003366][font=宋体][size=10.5pt]放箭[/size][/font][/color][color=#003366][font=Tahoma][size=10.5pt]:IF(VAR1J,15,0),STICK,linethick3,COLORRED;
DRAWTEXT(VAR1J ,8,'[/size][/font][/color][color=#003366][font=宋体][size=10.5pt]箭[/size][/font][/color][color=#003366][font=Tahoma][size=10.5pt]'),COLORF0F000;
Vare1:=(INDEXC-REF(INDEXC, 1))/REF(INDEXC, 1);
Vare2:=(CLOSE-REF(CLOSE, 1))/REF(CLOSE, 1);
Vare3:=IF(Vare1>0.010, 0.900, 1) AND IF(Vare1>(-0.025), 1, 1.200);
Vare4:=Vare3*(Vare2-Vare1)*100;
Vare5:=SUM(Vare4, 10);
Vare6:=SMA(Vare5, 40, 1);
Vare7:=IF(CLOSE and MA(VOL, 5)/240 AND CLOSE>REF(CLOSE, 1)*1.0 AND CLOSE,88,0);{Var38>Var39;}
Vare8:=IF(CLOSE/REF(CLOSE, 1)>1.050 AND VOL/CAPITAL*100<10 AND CLOSE<17 AND HIGH/CLOSE<1.010 AND Vare7>0, 91, 0);
[/size][/font][/color][color=#003366][font=宋体][size=10.5pt]追击[/size][/font][/color][color=#003366][font=Tahoma][size=10.5pt]:IF(Vare8>90,30,0),STICK,linethick3,COLORblue;
DRAWTEXT(Vare8>90,30,'[/size][/font][/color][color=#003366][font=宋体][size=10.5pt]追击[/size][/font][/color][color=#003366][font=Tahoma][size=10.5pt]'),COLORyellow;[/size][/font][/color][/align][/align][font=Times New Roman][color=#000000] [/color][/font]
[font=Times New Roman][color=#000000] [/color][/font]
北斗云 2007-12-26 23:38
看不懂啊,可否请楼主指教我的QQ号是59593228