Previous days closing price

bdadavies

Member
Joined
Jul 26, 2021
Posts
9
Likes
0
Is there a study in MW that lets me use the previous days closing price as a variable I can compare the current price to?
 
I think you could use a work around. Use a study SMA set to a daily timeframe, close, 1 bar. In a study you are interested in use SMA(C,1) as input. It should do the trick.

cheers.
 
Top