New Members: Be sure to confirm your email address by clicking on the link that was sent to your email inbox. You will not be able to post messages until you click that link.
Real Motion by Markey Gauge
Looking for a way to scan for the Real Motion indicator, can't do it in ACP. Are there indicators to use in scans in Sharp Charts that might mirror the Real Motion indicator ? Anyone know we will be able to run scan in ACP in the future ?
0
Answers
“The brown dots are a dot plot of the individual values of the RealMotion variable. Essentially, they divide the equity price by the moving average of that price (here 200 period). We then subtract one and multiply that value by 100. This centers the indicator at zero (when price = moving average then RealMotion will equal zero). Furthermore, by multiplying by 100 we make it so that when RealMotion = 5.0 we can say that the price is 5% greater than the reference moving average.”
So it approximately appears to be a PPO 1,??,1 with the ?? being the period but with dots
This should get you pretty close. And if it's close, then those parameters could be used in scans
You CAN run scans in ACP , but you can't run scans using ACP Only indicators. Real Motion is an ACP ONLY indicator.
for a cross above it would be PPO x SMA ?? PPO
for cross below it would be SMA ?? PPO x PPO
so on this, I believe the cross ups would be:
[PPO Line(1,200,1) x SMA(50, PPO Line(1,200,1))] //signal line cross above 50 SMA
[PPO Line(1,200,1) x SMA(200, PPO Line(1,200,1))] //signal line cross above 200 SMA
[SMA(50, PPO Line(1,200,1)) x SMA(200, PPO Line(1,200,1))] //50 SMA cross above 200 SMA
You asked for help. I was able to help. It's what this forum is about. When I saw it was a PPO related question, I went to my PPO related scan and modified the conditions.
PPO Line(1,200,1) x SMA(50, PPO Line(1,200,1))
The PPO Line for the parameters of the PPO listed crosses above the SMA parameter line of the PPO Line for the parameters of the PPO listed
A cross below you would take what is on the Right side of the X and move it to the left side, and take what is on the Left side of the X and move it to the right side.
Left crosses above Right. So if the SMA has crossed above the PPO then the PPO has crossed below the SMA.
Imkwin Thanks so much for the help over the last week, finally got both scans to work