Metastock Formulas New -

TrendOK := C > MA(C,20); MoneyOK := SmartMoneyDelta > Ref(SmartMoneyDelta, -1); TriggerOK := ZeroLagEMA > Ref(ZeroLagEMA, -1); Signal := TrendOK AND MoneyOK AND TriggerOK; Signal

Takes the Heikin Ashi close and applies a double exponential smoothing. When to use: Trending markets with pullbacks. metastock formulas new

To succeed in the current market environment, you need . TrendOK := C > MA(C,20); MoneyOK := SmartMoneyDelta