StockFetcher Forums · General Discussion · Help to convert a Metastock code.<< >>Post Follow-up
mktmole
325 posts
msg #113014
Ignore mktmole
4/28/2013 12:09:29 PM

Help to convert Metastock code below for SF is appreciated. thank you ! mm
and what do the last 3 lines mean?
thank you ! mm


(H-L)/(L+(H-L)/2)*100;
2.5;
5;
10;

Kevin_in_GA
4,599 posts
msg #113015
Ignore Kevin_in_GA
4/28/2013 12:19:49 PM

4/28/2013 12:09:29 PM

Help to convert Metastock code below for SF is appreciated. thank you ! mm
and what do the last 3 lines mean?
thank you ! mm


(H-L)/(L+(H-L)/2)*100;
2.5;
5;
10;

+++++++++++++++++

Fetcher[

set{hl, high - low}
set{hl2, hl / 2}
set{denom, low + hl2}
set{variable1, hl / denom}
set{variable, variable1 * 100}

draw variable
symlist(spy)
]



No idea what the numbers are for.

mktmole
325 posts
msg #113016
Ignore mktmole
4/28/2013 12:33:45 PM

tks kindly Kevin.
mm

StockFetcher Forums · General Discussion · Help to convert a Metastock code.<< >>Post Follow-up

*** Disclaimer *** StockFetcher.com does not endorse or suggest any of the securities which are returned in any of the searches or filters. They are provided purely for informational and research purposes. StockFetcher.com does not recommend particular securities. StockFetcher.com, Vestyl Software, L.L.C. and involved content providers shall not be liable for any errors or delays in the content, or for any actions taken based on the content.


Copyright 2022 - Vestyl Software L.L.C.Terms of Service | License | Questions or comments? Contact Us
EOD Data sources: DDFPlus & CSI Data Quotes delayed during active market hours. Delay times are at least 15 mins for NASDAQ, 20 mins for NYSE and Amex. Delayed intraday data provided by DDFPlus


This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.