StockFetcher Forums · General Discussion · NEVER LOSE AGAIN!!<< 1 ... 101 102 103 104 105 >>Post Follow-up
KSK8
561 posts
msg #159643
Ignore KSK8
10/6/2022 4:09:30 AM

Mr rumpled,

Been awaiting your return, I'd like to take a second and pick at your brain.

1. why have you not evolved your trading to algo-style? -better yet, why do you still trade like a caveman using horizontal lines when filters literally do all the work for you?

2. please explain to me the logic behind the dma,
nobody on this site has been able to rationally explain the alleged 'brilliance" of the DMA. You've backed it before, so let's hear why




shillllihs
5,963 posts
msg #159644
Ignore shillllihs
10/6/2022 9:53:22 AM

Remember that bad trader from the past?
Same exact argument.
K2K8 is AlF44 πŸ˜‚πŸ˜‚πŸ˜‚ K2K8 is ALF44πŸ˜‚πŸ˜‚πŸ˜‚

shillllihs
5,963 posts
msg #159645
Ignore shillllihs
10/6/2022 12:45:26 PM

He should change his name to ALF64 cause that’s how old he’d be now.

TheRumpledOne
6,407 posts
msg #160218
Ignore TheRumpledOne
3/29/2023 9:38:55 AM

Mr rumpled,

Been awaiting your return, I'd like to take a second and pick at your brain.

1. why have you not evolved your trading to algo-style? -better yet, why do you still trade like a caveman using horizontal lines when filters literally do all the work for you?

2. please explain to me the logic behind the dma,
nobody on this site has been able to rationally explain the alleged 'brilliance" of the DMA. You've backed it before, so let's hear why

JUST SAW THE ABOVE TODAY.

1) No need to evolve. My filters do the work for me.

2) I don't use DMA. I have moved on.

TheRumpledOne
6,407 posts
msg #160219
Ignore TheRumpledOne
3/29/2023 9:40:37 AM



https://youtu.be/No2sc0QpwJA

See the PRICE ACTION STATE CHANGE thread.



TheRumpledOne
6,407 posts
msg #160232
Ignore TheRumpledOne
modified
4/2/2023 10:46:35 AM

Fetcher[

/* Unusual Price or Volume Activity */

/* PRICE CALCULATIONS */
set{CCb,days(close is above close 1 day ago,100)}
set{CCa,days(close is below close 1 day ago,100)}
set{ClxCl, CCa - CCb}

set{E5b,days(close is above ema(5),100)}
set{E5a,days(close is below ema(5),100)}
set{CxEma5, E5a - E5b}



/* VOLUME CALCULATIONS */
set{v, volume 1 day ago}
set{volinc, volume - v}
set{volpc, volinc / v}
set{volpct, volpc * 100}

set{UV, count(volpct above 100,1) } /* this is greater than 100% volume increase */

/* Price CALCULATIONS */
set{c, close 1 day ago}
set{cinc, close - c}
set{cpc, cinc / c}
set{cpct, cpc * 100}

set{UC, count(cpct above 10,1) } /* this is greater than 10% price increase */

set{U, UV + UC}



add column cpct

and add column volpct



and add column industry
and add column sector

and add column CxEma5

/* Selection Criteria */

U > 0
close between 1 and 100
volume above 1000000
average volume(90) above 1000000

sort column 5 descending

draw high 20 day low

]



You can change the price and volume increase numbers.

Scroll through the charts. You should see what price does after it drops below the high 20 day low AFTER there was a preceding volume spike.

TheRumpledOne
6,407 posts
msg #160263
Ignore TheRumpledOne
modified
4/7/2023 1:35:53 PM

*** WORK IN PROGRESS ***

Fetcher[

/* Price Crossed $1.00 */

set{VALUE, 1 }

set{HA, count( high above VALUE, 1) }
set{LA, count( low below VALUE, 1) }

set{X, HA + LA }

set{HALA, count(X equal 2,20)}

set{HALAdays, days(X equal 2,20)}

and add column HALA
and add column HALAdays
and add column industry
and add column sector

/* Selection Criteria */

HALA greater than 0

close between 0.50 and 5
volume above 1000000
average volume(90) above 1000000

sort column 6 ascending

draw value on plot close
draw X
do not draw HALA

]



TheRumpledOne
6,407 posts
msg #160274
Ignore TheRumpledOne
4/10/2023 9:53:13 AM

*** WORK IN PROGRESS ***

Submit
Fetcher[

/* Price Crossed $1.00 */

set{VALUE, 1 }

set{HA, count( high above VALUE, 1) }
set{LA, count( low below VALUE, 1) }

set{X, HA + LA }

set{HALA, count(X equal 2,20)}

set{HALAdays, days(X equal 2,20)}

and add column HALA
and add column HALAdays
and add column industry
and add column sector

/* Selection Criteria */

HALA greater than 0

close between 0.50 and 5
volume above 1000000
average volume(90) above 1000000

sort column 6 ascending

draw value on plot close
draw X multiplied by 100
do not draw HALA

]



TheRumpledOne
6,407 posts
msg #160286
Ignore TheRumpledOne
modified
4/15/2023 11:52:56 AM

*** WORK IN PROGRESS ***
Fetcher[


/* SMASH */

set{BC1, count( close 2 days ago below open 2 days ago, 1) }
set{BC2, count( close 1 day ago below low 2 days ago, 1) }

set{BC3, BC1 * BC2}


and add column high 1 day ago /* Buy Price */
and add column industry
and add column sector

/* Selection Criteria */

BC3 equal 1


volume above 1000000
average volume(90) above 1000000

sort column 2 ascending

draw high 1 day ago on plot price
do not draw BC3
draw BC3 multiplied by 100




]



saico
59 posts
msg #160325
Ignore saico
5/12/2023 6:53:38 AM

Mr Rumble

Are the prices in the Buy Price column Buy Stop prices, or Buy Limit prices?

Much thanks!

StockFetcher Forums · General Discussion · NEVER LOSE AGAIN!!<< 1 ... 101 102 103 104 105 >>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.