StockFetcher Forums · General Discussion · Options trading ledger<< 1 2 >>Post Follow-up
Cheese
1,374 posts
msg #147157
Ignore Cheese
modified
3/31/2019 10:46:11 AM

Good info. Thanks, graf and Mac.

nibor100
1,010 posts
msg #147158
Ignore nibor100
3/31/2019 11:42:00 AM

Those Hull moving averages look pretty neat, almost no visible lag.

Could there be a typo in the H200 variable?...perhaps 14 instead of 7

Thanks,
Ed S.

graftonian
1,089 posts
msg #147159
Ignore graftonian
3/31/2019 12:40:05 PM

Ed, Good eye, i am glad you are looking over my shoulder. The "7" in line 6 should be 10 (the square root of 100 in line 2).
Graf

/*HULL MA200 */
set{slow1b, cwma(close, 100)}
set{slow2b, 2 * slow1b}
set{slow3b, cwma(close, 200)}
set{valslow2, slow2b - slow3b}
set{H200, cwma(valslow2, 7)}
draw H200 on plot price

Fetcher[
/*HULL MA200 */
set{slow1b, cwma(close, 100)}
set{slow2b, 2 * slow1b}
set{slow3b, cwma(close, 200)}
set{valslow2, slow2b - slow3b}
set{H200, cwma(valslow2, 10)}
draw H200 on plot price
]



Mactheriverrat
3,135 posts
msg #147161
Ignore Mactheriverrat
3/31/2019 1:35:07 PM

On Graff's filter its sorts by highest volume.

I picked MU and add resistance and support lines. Some trade within the resistance and support lines then change over to which ever the price breaks above the resistance or below the support line.



Cheese
1,374 posts
msg #147163
Ignore Cheese
modified
3/31/2019 4:42:44 PM

Ed's 14 for H200 seems consistent with Graf's H16 and H50.
Thank you, both,

Fetcher[
/*LONG 16 50 200*/
optionable
Average Volume(30) > 5,000,000

/*HULL MA16 */
set{slow1, cwma(close, 8)}
set{slow2, 2 * slow1}
set{slow3, cwma(close, 16)}
set{valslow, slow2 - slow3}
set{H16, cwma(valslow, 4)} /* 4 square root of 16 */
draw H16 on plot price

/*HULL MA50 */
set{slow1a, cwma(close, 25)}
set{slow2a, 2 * slow1}
set{slow3a, cwma(close, 50)}
set{valslow1, slow2a - slow3a}
set{H50, cwma(valslow, 7)} /* 7 approx square root of 50 */
draw H50 on plot price

/*HULL MA200 */
set{slow1b, cwma(close, 100)}
set{slow2b, 2 * slow1b}
set{slow3b, cwma(close, 200)}
set{valslow2, slow2b - slow3b}
set{H200, cwma(valslow2, 14)} /* 14 approx square root of 200 */
draw H200 on plot price
]



StockFetcher Forums · General Discussion · Options trading ledger<< 1 2 >>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.