Mastering the Ryan Jones SM Strategy for Trading Success

Mike 2008.12.25 16:12 51 0 0
Attachments

Are you looking to enhance your trading strategy? The Ryan Jones SM method provides clear signals on when to buy and sell, marked by arrows on your chart. It’s a straightforward approach: if there’s a trend, you’re in for profits; if not, well, you might want to hold back.

Input Parameters:

externint       ParY=3;  //"Y" parameterexternint       ParX=20;//"X" parameter

Trading Rules:

The beauty of this method lies in its simplicity. Here’s how it works:

Buy Signals:

  • The average closing price over the last X days should be higher than the average of the past Y days.
  • The current close price needs to be lower than the closing price from Y days ago.
  • The current close price should exceed the closing price from Y + X days ago.
If all three conditions are met, you should buy at the market open the next day.

Sell Signals:
  • The average closing price over the last X days should be lower than the average of the past Y days.
  • The current close price needs to be higher than the closing price from Y days ago.
  • The current close price should fall below the closing price from Y + X days ago.

For example, let’s say X = 20 and Y = 3:


Ryan_Jones_SM

List
Comments 0