|
|
Search
You searched for the word(s):
Showing page 1 of 2 (57 total posts)
< 1 second(s)
-
1) work with locally downloaded data2) copy the item in question to the other directory as well (create it as a duplicate).for manipulting metastock data in all sorts of ways, please have a look at the tools from http://www.trading-tools.com/you can also use them to create your own indices or to copy single data files into a variety of ...
-
Smartmoney.com have a very sophisticated stock screener for US Equities only, and it's not free, but I believe 20$ per month or so.
-
yes it does, thanks a lot, I just wasn't clear about it.Just to clarify:I have an expert that reads momentum values of the Index and displays buy or neutral bars derived from that Index on USDCHF.So actually I get superb results displayed when I use Ref ( +5) (and very nicely so historically), but apparently not useful in the real situation, ...
-
Hi there,I have a stupid question, and I'm not sure whether I'm thinking the right way - I have constructed an momentum index that looks at a basket of currencies and then derives from that a momentum signal for the USDCHF rate.So I have an expert on the USDCHF rate that reads a value from a momentum signal coming from an an index that consist of a
-
Hi is this somehow possible with system tester / Explorer?Out of my universe of stocks, I would like to do a monthly re-allocation:I want to filter out those 10, each month, that have the highest relative strenght and those with the lowest relative strength, and then, each month reset the portfolio and buy only the 10 best ones and kick the ...
-
Due to their 12month sell-off and the emergence of some new ivnestment products to play these markets, it would be great to get the Middle East Indices into the Reuters EoD database.- Abu Dhabi- Dubai- Saudi-Arabia- Oman- Jordaniawhy is Kuweit there, but the rest is missing ?
-
Is it possible or is there any known workaround to adjust the stop level ?As I understand it, the Parabolic SAR takes the last low (high) after entry as stop for the reversal. Is it possible to include something like a 65% retracement instead of the whole way down ?Let assume there is a low, the price moves up, Parabolic signals an entry, and ...
-
in fact, a very good start!thank you so much!
-
I have Excel functions to filter out tops and bottoms automatically:=IF(MAX(D22:D40,D42:D61)-D41>0,0,D41)=IF(MIN(E22:E40,E42:E61)-E41<0,0,E41)I would like to code something like this in Metastock, but I would like to possibly adjust the days before and after the day which is being looked at as a parameter, if ever possible.
I know this is ...
-
have the same problem, also with csv.one possiblitiy (though rather cumbersome) is to create a ''fake'' security that is filled with dummy future value and display it in the chart. the problem is, referencing between the one to be traded and the one imported. i am currently trying it but somehow stuff crashes.please let me know should you ...
-
This is what Equis says:
Dear Sir,
Unfortunately, or FFT functions will not be much help to you.
They only return raw data and then only the amplitude, but not the
frequency that corresponds to those amplitudes. Because of the
limitations on our FFT functions, I have not been able to use then in
any formula. The only ...
-
Hey Hayseed,
I actually submitted a support inquiry AND posted here....
Let's wait and see what they will have to say.
Will keep you posted what I hear back.
Cheers.
-
thanks for the quick note,
but the output doesn't really make sense to me.
I again get a sort of frequency distribution at the left hand border of
the price chart; what the heck should that be good for? Actually, it is
not accessible at all - Equis should rethink and redefine this function
pretty quickly, or open up the code into a publicly
-
How can I access the results from the FFT function
through an indicator or another formula ?
-
maybe this is also of use to you or maybe somebody has a more elegant way of doing this?
{Turning UP}
Daysback:=4;
Trigger:=0.00;
Indicater:=Fml(''call the indicator here'');
MtmLow:=LLV(Ref(Indicater,-1),Daysback);
((Indicater-MtmLow)/Abs(Indicater))>Trigger;
________________________________________________
{Turning ...
-
so nobody really has a clue about Elders Autoenvelope and how to make it ?
it must be sort of a compromise between a percentage mov avrg band and
some sort of long-term volatility lookback, but I haven't figured out
yet how he does it.
-
ROFL
seems to be superspooky.
thanks for the idea,
a) is there actually a maximum number of securities that can be inserted into the same chart,
b) or a maximum number of securities that can be referenced to?
c) do I need to need to include the path for each security ?
BTW, I also have MetaStockCSV that allows me to ...
-
although not perfect at all, one thing I that can be used for determining the momentum is:
sMA:=20;
lMA:=180;
pctdiv=0.005
((Mov(C,sMA,E)-Mov(C,lMA,TRI))/Mov(C,lMA,TRI))>pctdiv
you can optimize it on a per stock basis, but I found in general, a
short MA E (quicker) and longer MA Tri (more stable) seem to work
quite ...
-
thanks for following up with this again.
yes, this is an indicator that does NOT need price data, but can be calculated a couple of months into the future.
I know this works with data copy pasted from e.g. Excel - they are just
pasted in as ''Indicator'' and displayed as long as calculated - but then
I can't figure out how to access this ...
-
-
thanks hayseed, I knew that, but this is very cumbersome. Would there
be anything that could be done so that one could do that also with
updating through downloader ?
Regarding your question:
DISCLAIMER
The indicator I am working on is not yet statistically validated.
It is also hard to tell people something, indicators are here to ...
-
I am working on some predictive indicators with I need to be able to
display a couple of days into the future (i.e. without having any
symbol data loaded there yet)
Is there any way for a workaround in order to display the into the future?
-
Sorry, for bothering you guys, I just found it on Josรฉ's Webpage. Sorry for bothering you guys.
Thank's Josรฉ, this might be of great help.
For anybody else whom might run into this problem:
====================Calendar Day counter====================---8<---------------------------{Day counter from 1/1/0001, Gregorian calendar.
-
Help,
is there any way I could display / (or, refer to within an
indicator)
to each current date in the ''Excel'' count
format: e.g. 12/31/03 = 37986 ?
I need would need this number (NOT the date in MMDDYYYY)
- it is the number of days since 01/01/1900.
Thank you for any hint to accomplish ...
-
first thing, get the Metastock formula primer, there are many examples for the beginner.
e.g.
http://forum.equis.com/files/3015/metastock_files/default.aspx?ppage=3
-
Also, assuming you would have dozens or even hundreds of results, it
should be possible to easily screen or at least ''rank'' by the
''Smoothness'' of the equity curve of the system.
There are highly volatile Trading Systems that might be the most profitable ones, therefore ranked on top.
But in the end you are looking for the one that ...
-
I strongly advocate that Metatstock should make this function much more
accessible/referencable for people who wish to carry out their
own cycle analysis.
It s |