Metastock Dt Support Resistance (longer How To

Metastock

In the February 1998 issue of Technical Analysis of Stocks & Commodities magazine, Thomas Bulkowski discusses the use of Double Bottoms as a means of finding profitable trades.

In MetaStock for Windows, you can find both Double Tops and Double Bottoms with these formulas. There is a caveat however. In the article, Mr. Bulkowski utilizes the High-Low range in finding Double Bottoms. These formulas use only the close value, so a few of the lower priced issues will not produce signals in MetaStock. Overall, however, these formulas produce most of the major signals he discusses.

Nov 5, 2017 - DT Resistance longer term. DT Resistance longer term. DT Resistance shorter term. DT Resistance shorter term. DT Support longer term.

Double Tops

PK:=Zig(C,10,%)<Ref(Zig(C,10,%),-1) AND Ref(Zig(C,10,%),-1)>Ref(Zig(C,10,%),-2);

TR:=Zig(C,10,%)>Ref(Zig(C,10,%),-1) AND Ref(Zig(C,10,%),-1)<Ref(Zig(C,10,%),-2);

Half LSD Tab + low dose DXM submitted 5 years ago by lolops30 I am planning to eat half tab of lsd (good lsd, I have been told you trip with half tab, but nothing too crazy), during the trip I will smoke lots of weed, probably like 3 joints between some friends and I. Dxm low dose and weed. May 24, 2012  2010 2011 2012.' Nigga nedda plant' Drug Effect Forum - Low Dose DXM + Weed - Last night, SWIM suffered a very extreme trip off a very low amount of amount DXM, combined with a small amount of cannabis, and was wondering what could explain the reaction he had?

PK1:=PeakBars(1,C,10);

Metastock Dt Support Resistance (longer How To Buy

Metastock Dt Support Resistance (longer How To

PK2:=PeakBars(2,C,10);

(ValueWhen(1,PK,Ref(C,-1))/ValueWhen(2,PK,Ref(C,-1))>.96 AND ValueWhen(1,PK,Ref(C,-1)) / ValueWhen(2,PK,Ref(C,-1))<1.04) AND PK2-PK1>=10 AND Cross(ValueWhen(1,TR,Ref(C,-1)),C)

Double Bottoms

PK:=Zig(C,10,%)<Ref(Zig(C,10,%),-1) AND Ref(Zig(C,10,%),-1)>Ref(Zig(C,10,%),-2);

TR:=Zig(C,10,%)>Ref(Zig(C,10,%),-1) AND Ref(Zig(C,10,%),-1)<Ref(Zig(C,10,%),-2);

Metastock Dt Support Resistance (longer How To

TR1:=TroughBars(1,C,10);

TR2:=TroughBars(2,C,10);

(ValueWhen(1,TR,Ref(C,-1))/ValueWhen(2,TR,Ref(C,-1))>.96 AND ValueWhen(1,TR,Ref(C,-1)) / ValueWhen(2,TR,Ref(C,-1))<1.04) AND TR2-TR1>=10 AND Cross(C,ValueWhen(1,PK,Ref(C,-1)))

(Go Top)

Comments are closed.