New — Metastock Formulas
This formula identifies bullish divergences when the short-term moving average is below the long-term moving average and the short-term momentum is above the long-term momentum. Similarly, it identifies bearish divergences when the short-term moving average is above the long-term moving average and the short-term momentum is below the long-term momentum.
In this report, we have discussed some new metastock formulas that can be used to gain a better understanding of market trends and make informed trading decisions. These formulas can be used to create custom indicators, backtest trading strategies, and identify potential trading opportunities. As with any technical analysis tool, it is essential to thoroughly backtest and evaluate these formulas before using them in a live trading environment. metastock formulas new
Upper Band = Mov(C, 20, E) + 2 * StDev(C, 20) Lower Band = Mov(C, 20, E) - 2 * StDev(C, 20) These formulas can be used to create custom
Momentum Scalper = (C - Ref(C, -1)) / Ref(C, -1) * 100 backtest trading strategies
Bullish Divergence = If(Mov(C, 10, E) < Mov(C, 30, E) AND Mov(Mom(C, 10), 10, E) > Mov(Mom(C, 30), 30, E), 1, 0) Bearish Divergence = If(Mov(C, 10, E) > Mov(C, 30, E) AND Mov(Mom(C, 10), 10, E) < Mov(Mom(C, 30), 30, E), 1, 0)
Disclosure of Material Connection: Some of the links in the post above are "affiliate links." This means if you click on the link and purchase the item, I will receive a small commission from the sale, but the price is the same for you. I am disclosing this in accordance with the Federal Trade Commission's 16 CFR, Part 255: "Guides Concerning the Use of Endorsements and Testimonials in Advertising."