Keltner:
How can I create my own statistic indicator? Example new highs new lows On all stocks.
Do you new highest highs, ever? Or just new highs in some time period? This might help:
{52 week HIGH & LOW}
lastDay:=LastValue(DayOfMonth());
lastMonth:=LastValue(Month());
lastYear:=LastValue(Year())-1;
x:=Year()>lastYear OR (Year()=lastYear AND (Month()>lastMonth OR Month()=lastMonth AND DayOfMonth()>=lastDay));
y:=x AND Alert(x=0,2);
i:=Cum(1)=1;
hi:=LastValue((HighestSince(1,y OR i,H)))*(BarsSince(x>0)>=-1);
lo:=LastValue((LowestSince(1,y OR i,L)))*(BarsSince(x>0)>=-1);
{plot}
hi;lo;
This is easily modified to find those stocks making new 52week highs and lows.
Keltner:
If it is not possible “99.99%” sure it is not possible; Does anyone know of or is aware of a way to automatically get all of the metastock EOD charts into Microsoft access in a organized fashion with out exporting them one by one.
Why would you want to do a thing like that? You can develop the code you need in the MS formula language or the MDK. There are some code cutters who you can hire to do the work, you just have to give a full account of exactly what you are looking for.
Keltner:
I have several Theories I would like to develop in more depth.
What are they? We will let you know if its possible in the MSFL or whether it will require external coding, or whether it is simply not possible at all.
wabbit :D
"The question of whether a computer can think is no more interesting than the question of whether a submarine can swim."
Edsgar W. Dijkstra
MS: 6.52 EOD, 7.x EOD, 8.0 PRO, 9.2 PRO w/QC, 10 PRO w/QC C, 11 PRO w/QC & MDK
For custom MetaStock programming : http://www.wabbit.com.au
My SkyPE status : 
My SkyPE account : wabbit.com.au