|
|
Search
You searched for the word(s):
< 1 second(s)
-
At first, I thought there might be some function(s) in MetaStock (other password protected) to handle this case. Now I realised that it is quite complicated. Moreover it is absolutely true that most people (including me) will doubt on black box system.
If this is the case, do not distribute code as you suggested is the most appropiate for me.
-
Thanks Wabbit. :-)
Since I have never bought any MetaStock formula add-on. How do they prevent the user from buying one copy of the formula and distribute to the public?
-
Sorry if I post in the wrong room.
I would like to assign the indicator/Xpert use only on a specific computer. How can I do (lock) this? Thank you.
-
I have been using an old Meta 8.0 but just start using Enhanced System Tester recently. The system I test was very simple ; buy at some HHV, stop when drop to certain LLV and reverse to short at the same bar. So I put the same formula that generate buy signal in both Buy Order / Buy ...
-
Thanks Pyradius, youe suggestion is helpful and definitely I can make use of it in other time.
Richard, the command line is faster than the downloader but still convert all MetaStock data into one single ascii file. I am not sure whether I understand correctly ( I am not keen on Programming at all). If this is the ...
-
Everthing is going allright , however there are some points about output file name when using *.TXT :
1) There is a time frame suffix at file name D for daily , 30 for 30 minutes . Is it possible to get rid of these suffix?2) The special characters have been changed to underscore ( _ ) ...
-
This's really solve my problem. Thanks a lot.
-
I may not explain clearly. I prefer to select eg. 100 Metastock data file (securities) by highlight them all at once and have the 100 seperate ascii text file as output.
I am not used to The Downloader, but what you suggest sounds like converting from ascii to MetaStock file.
-
I am using The Downloader to convert Metastock data -> ascii text. If I select hundreds of securities, they will be converted in a single text file. Is it possible to have the output as a seperate security text file eg. the output of 100 securities would be 100 ascii ...
-
Jose, Thanks for the solution.
-
This help a lot. I will look around and might come back for more questions :-)
-
I would like to plot an indicator for intraday chart, starting at the specific timing. Here is the code :
Dy:=Input (''Day '',1,31,1);
Mo:=Input (''Month '',1,12,1);
Yr:=Input (''Year '',2005,2010,2007);
Hr:=Input (''Hours 01 - 24'',1,24,9);
Mn:=Input (''Minutes 00 -59'',00,30,30);
Prd:=Input (''LookBack '',3,25,7);
X:=BarsSince(DayOfMonth()=Dy ...
-
I have 2 eod data files ( Futures & Commodities) but have different on closing price (CLOSE field). One uses actual closing price, another uses settlement price. Which files is correct and used ? Please advise.
|
|