|

Indicators
Examples and interpretation of many commonly used
indicators.
Custom
Formulas
Custom explorations, indicators and trading systems.
Price
Charts
Examples and interpretation of all charts used in
technical analysis.
|
|
|
|
MetaStock
Indicator - Market
Pressure - Ultimate
Sum(If(C
> Ref(C,-1)
AND V > Ref(V,-1),
V * C,
If(C < Ref(C,-1)
AND V < Ref(V,-1),
Neg(V) * C,0)),7) * 4 +
Sum(If(C > Ref(C,-1)
AND V > Ref(V,-1),
V * C,
If(C < Ref(C,-1)
AND V < Ref(V,-1),
Neg(V) * C,0)),14) * 2 +
Sum(If(C > Ref(C,-1)
AND V > Ref(V,-1),
V * C,
If(C < Ref(C,-1)
AND V < Ref(V,-1),
Neg(V) * C,0)),28) |
|
|