|
|
Search
You searched for the word(s):
< 1 second(s)
-
Thanks mate-appreciate your advice-
I hope the next version simply leaves the indicator there but blank instead of removing it from the chart so it doesnt need to be reloaded after every failure-
Ill try to do the forum dll coding etc! Appreciate your advice as always
-
Im trying to use the following for the bear market indicator in an expert, using weekly charts. It keeps getting error messages because of periods out of range. I tried using the cum() function and cant get it to work. So it stops on most charts flagging the error.
The formula is below, and the issue is that it contains moving average of 70-100 ...
-
Im a longtime user but always have problems understanding the settings for system tester.
I try to use formula with 7% trailing stop, and I always end up getting trades which last only 1 day- I know its the settings- anyone help?
-
Hi-
I upgraded the downloader to 10.1 and I now find all of my data on charts and in the downloaded shown as fractions, not decimals, for instance a price of $10.50 shows up as 10.24/48.
Anybody know how to get everythingt back to decimals and keep it that way?
Thanks!
-
Thanks for the responses. There isnt a code error- the issue is that the chart contains an indicator which is based on say 500 periods of data- when scrolling thru a sector full of symbols, the newer symbols have less data periods and that triggers the message- MS should really allow the user to turn messages off/on- thanks again
-
Does anyone know how to deactivate error messages on chart- those messages are a pain - is there a way to deactivate-? I know how to click dont show again, buy when I scroll thru a bunch of securities, it comes up again- I want to turn off the error message function completely- anyone know how?
Also, when using an expert at the top of a ...
-
Thanks Hayseed-
That changes the security description i guess- ive got say 4 charts in a template/layout- i want 1 to read ''Trend analysis'' the second- Oscillators, etc but all 4 deal with the same security-
the system default is that all charts have the layout name, with chart 1,2,3,4 etc- i dont think your approach via the ...
-
Does anyone know how to give each chart in a template layuot its own description that appears at the top of the chart- i now have the layout name, follwed by the security and ''chart1,2,etc)- Id like each to have a decsriptive name but cant seem to do it-
-
Thanks Bill- ill try that- appeciate the response
-
Thanks Hayseed- i ve been away- im trying to offload like 100 symol lists of data into 100 separate files with 1 click- will your suggestion do that?
-
Does anyone know if it is possible to ''offload'' a group of individual data files (price/volume files) for use in other applications (Bulkowskis patter recognition for instance).
I want to select a group of about 120 securities, and easily offload each into single files for each one. I would then want to update each every 2-3 days.
Any way to ...
-
Thanks fable- Ill try it!
-
Recently I find that the explorer does not clear out prior securities from an expoloration. For instance, run an exploration on 3 stocks, get results. Clear the first securities from the exploration list, add a new list of securities to explore , and the results show results on not only the final group selected, but also on the first group which ...
-
PTJ-
Thats fantastic- thanks a lot for the info and link-
I am using the function in another program, Stratasearch, and I think its superb- its great for locating stocks that are at their trendlines which is frequently a great support point. I doont get too much into the technicals of the article but find the tool ...
-
November TA/Stocks and Commodities has a very interesting article and formula on trendlines. All of the other major packages contributed the code, but Metastock is not even represented-
It would be great to have the formula but to know that MS is side-by-side with the others at least -
-
I'm noticing that on various indicators where i ve plotted to see crossovers (like pring daily kst), the actual line on the chart shows a crossover, when in fact the data window shows that the crossover occurs 8-10 days after whats visually displayed-
ive changed periods loaded etc but cant seem to get the 2 matched up- the y axis scale is ...
-
Thanks Hayseed- I'll check it out! VVest !
-
Anyone know of a good source of fundamental data which can be downloaded into a home-pc access database and massaged? Other than worden and esignal? Already use mornigstar for web based data- but want downlaodable info- any ideas?
-
ST-data
To be clear, there are also tables in this access file which contain data whcih should not be touched. I cleared only the tables with ''analysis'' data and got the explorer working again. Leave the others alone.
-
There have been a lot of posts on this and I'm surprised Equis doesnt resolve the issue- it doesnt seem a difficult programming issue to resolve. I had the same problems and after reading some of the forum posts, I opened the ST_data file , a .mdb file found in the metastock directory.
What worked for me without having to reload metastock etc was ...
-
Wabbit-
I just noticed an easy way to find and delete- the download report which occurs after every download shows all securities for which your system requested prices but for which no prices were available from the data vendor. Highlight them, right click and you can delete all at once- seems easy.
-
Wabbit-
Thanks a lot for the ideas-
fyi- I'm using Reuters data from Equis- I would have expected it to be cleaned periodically, but...........perhaps I need to switch to a cheaper and cleaner source!
Thanks- Ill try the solutions you referenced!
-
Can anyone explain how to search and find all outdated symbols for deletion?
The sort function doesnt seem to sort by date.
Thanks
-
Hay seed-
Thanks a lot- it works!
-
Hi-
I've got a layout with 4 charts, but cant figure out how to change the security in the layout- if i stay in the same folder, no problem, i just click thru the securities- but if i want to change to a different folder and see those securities in the layout, what do i do? appreciate your help!
-
Does anyone know of a site which has a/d data for the major world exchanges in 1 place, instead of going to each markets website-?
-
Is it possible to schedule the downloader to retrieve eod data every day on its own without having to physically trigger the download myself every day? Thanks
-
Thanks Mr seed- as always appreciate the help!
-
Does anyone know where the favorites files are stored so I can back them up? Many thanks
-
Thanks Henry and Sport- great idea for the latch thans- sport, you were on the money- replotted the ma and watched the axes, did the trick-thanks again
-
I'm getting false signals when using the expert symbol function in MS 9.1. When using even a single condition i.e. low<mov(close,21,simple) or cross(low,mov(close,21,simple)) I get symbols on the chart, but a number of symbols are incorrect and show up when the low is below the 21 average of the close-
Any idea what's going on and how to ...
-
-
I am trying to develop an indicator which would automatically draw a straight trend line for instance between the last peaks of an indicator over 2 weeks,3 months or whatever, or which would draw a trend line between the troughs of the data etc. |