nibor100 1,031 posts msg #146691 - Ignore nibor100 |
2/22/2019 4:28:20 PM
@SAFeTRADE,
I believe that the following group of lines from your latest filter don't always get you the 3 consecutive days up in price; but do always get you today's close is up in relation to each of those 3 days when each day is considered separately.
set{upa, count(close > close 1 day ago,1)}
set{upb, count(close > close 2 days ago,1)}
set{upc, count(close > close 3 dsys ago,1)}
set{upd, upa + upb}
set{up, upd + upc}
Ed S.
|
Cheese 1,374 posts msg #146692 - Ignore Cheese |
2/22/2019 4:56:45 PM
|
Cheese 1,374 posts msg #146693 - Ignore Cheese modified |
2/22/2019 5:11:35 PM
|
Cheese 1,374 posts msg #146694 - Ignore Cheese |
2/22/2019 5:25:09 PM
Thank you, Ed S nibor100 and SAFeTRADE,
For everyone's convenience, I've coded the suggested changes,
subject to SAFeTRADE's concurrence.
|
SAFeTRADE 644 posts msg #146695 - Ignore SAFeTRADE |
2/22/2019 5:53:14 PM
Ed S thanks for picking that up, I missed that and Cheese for editing it out and putting in the correct code.
Much appreciated.
Safetrade
|
SAFeTRADE 644 posts msg #146756 - Ignore SAFeTRADE |
2/28/2019 3:28:50 PM
Would one or more of the math wizards on this site check my coding and math to see if I have coded
this correctly.
This a performance of price achievement piece for the Visions V filter. Also called a Odds Enhancer.
I will be posting an updated filter at some point.
Safetrade
|
jimvin 173 posts msg #146768 - Ignore jimvin |
3/1/2019 11:20:00 AM
My compliments Cheese.
Copying your code into a spreadsheet, then reducing all double- and triple-spaces to single lines, I believe you've topped TRO as creating the longest filter on Stockfetcher, clocking in at a whopping 229 lines.
|
Cheese 1,374 posts msg #146770 - Ignore Cheese modified |
3/1/2019 11:54:01 AM
Thank you, jimvin, but I've only done minimal editing to SAFeTRADE's code
All the credits for the GROENKE stuff that counts in this thread
should go to SAFeTRADE, nibor100 & snappyfrog
My personal filters are more like four, very few lines of code, very few lines of chart
most of the time.
Here's my own all-time favorite:
https://www.stockfetcher.com/forums/Filter-Exchange/You-re-favorite-intraday-indicators/39216&isiframe=
Credits for the ideas go to BFreshour, TRO, and WSG riggs
|
nibor100 1,031 posts msg #146775 - Ignore nibor100 |
3/1/2019 4:26:05 PM
a 2 line version:
Ed S.
|
Cheese 1,374 posts msg #146776 - Ignore Cheese |
3/1/2019 9:04:09 PM
nibor100 3/1/2019 4:26:05 PM
a 2 line version:
==============================
Mine looks a lot clearer ,^)
|