Metastock Indicator Formula |
Opening close in a week |
Some times you wanted to know about close price as opening price of the week for assessing significance of current price in the pattern. This indicator will help you in to achieve the goal for finding current price in comparison of closing price at opening of the last week.
Good Trading
Asad Tirmazie
Technical and Trading Strategist.
|
Formula: |
x2:=DayOfWeek()<=Ref(DayOfWeek(),-1);
x:=If(x2,1,0);
(ValueWhen(1,x>0,CLOSE)); |
|
|