I am using version 9 as well but i think for exploring for all time high closes, then you put the condition in the filter as you have shown.
What Im trying to do is create a system which i can back test.
I want the entry of the system to be to:
BUY tomorrows open if todays close is an all time high.
Lets take the Tradesim (turtle breakout system) for example. This comes with the metastock.
See how the criteria for entry/exit is in column A.
Instead of this:
When you say all time high do you mean in the last 30 bars, 6 months, 1 year or what?
For example if you mean in the last year and you are working on a daily search (system) then try as below:-
EntryTrigger:=HHVBars(H,253)=0;
I believe this will filter out those stocks where today is not the highest high in the last 253 bars (equiv. to 1 year).
When you say all time high do you mean in the last 30 bars, 6 months, 1 year or what?
For example if you mean in the last year and you are working on a daily search (system) then try as below:-
EntryTrigger:=HHVBars(H,253)=0;
I believe this will filter out those stocks where today is not the highest high in the last 253 bars (equiv. to 1 year).
I'm a new user of Metastock and have v9.0. I've copied some share symbols to a folder of buy candidates which I want to scan using TradeGuider. I think I need to copy the shares to another folder else TradeGuider doesn't find them if I save them say to a favourites list. But then the downloader doesn't update this folder?! Does anyone know how to do this?
I am running Metastock 7.2, reason - I use my own data via Bodhi Gold as I also use the data for other software
I run Profitunity / Bill Williams indicators in Metastock
Does anyone know the formula to get the alligator to project into the future (instead of ending with last bar)
Also Profitunities original software "Investors Dream" ran a histogram to show something like - difference between alligator red - green above the zero line & difference between alligator red - blue below the zero line. See histogram titled "Gator" in link below
I have not created any indicators in Meta before