Dear Happysingh,
Hello from Athens City, Greece!
I hope to be fine there in India!
Well, i see your Problem.
I believe that i have find a Solution.
In the Indicator Builder of our loved Program Metastock, i have create a New Formula.
You give it any Name, i have give it the Name 2006 INDIA.
Here it is the Code into that Formula:
Day1 := 17;
Month1 := 10;
Year1 := 2005;
100 * (CLOSE - ValueWhen(1,DayOfMonth() = Day1 AND Month() = Month1 AND Year() = Year1, CLOSE))/ ValueWhen(1,DayOfMonth() = Day1 AND Month() = Month1 AND Year() = Year1,CLOSE)
You can modify the Numbers in the:
Day1 (Now have the 17)
Month1 (Now have the 10)
Year1 (Now have the 2005)
That Formula show you the Percentage change from 17/10/2005 until Today, the Current Day.
I will give you and another Example.
New Code:
Day1 := 10;
Month1 := 01;
Year1 := 2005;
100 * (CLOSE - ValueWhen(1,DayOfMonth() = Day1 AND Month() = Month1 AND Year() = Year1, CLOSE))/ ValueWhen(1,DayOfMonth() = Day1 AND Month() = Month1 AND Year() = Year1,CLOSE)
Day1 (Now have the 10)
Month1 (Now have the 01)
Year1 (Now have the 2005)
That means that you show you again, the Percentage change from 10/01/2005 until Today, the Current Day.
Now, you go to your Explorer.
There, in a Column like the A or B or C, etc., you can put the above Code.
In the Filter you can put nothing for to see all the Prices in the Stocks that you choose or the above Code for example like:
Day1 := 17;
Month1 := 10;
Year1 := 2005;
100 * (CLOSE - ValueWhen(1,DayOfMonth() = Day1 AND Month() = Month1 AND Year() = Year1, CLOSE))/ ValueWhen(1,DayOfMonth() = Day1 AND Month() = Month1 AND Year() = Year1,CLOSE) > 25
which means that the Day that you will choose, until the Current Day (Today), (Metastock System) find me Stocks with that Criteria.
If you have not Result at all that means:
Does not exist a Stock to meet that Criteria.
The Day you choose, is a Holiday or Weekend.
In your Explorer you have to choose Periods same or above the Days that you want to make that Exploration until the Current Day (Today).
If you want to choose to make an Exploration fron 17/10/2005 until Today you must choose in the SubTool Options... , Periods at least 300 for example.
I hope to understand all that!
Kind Regards,
George Kanellopoulos.