Filter Exchange · Request: Stocks with big sell off in last 120 days
|
mktmole msg #119296 |
5/1/2014 10:02:06 AM
stock is currently trading ABOVE the close of the most recent large volume selloff in past 100 days
/* -------------------------------------------------------------------------------------------- */
Permit me to keep this thread alive, and request help from four and other using FRM as an example.
Part 1 is Fri March 7 is the red selloff day and with excessive volume, within the past 100 days. (it's High = $11.00)
Part 2 is when today's Close or price goes above the High of the selloff day. (note: it is not quite there yet so this stock would not appear on the scan until it does, but illustrates the point)
It appears as I understand that because a date "range" (within 100 days) is being searched in Part 1, that Part 2 can not reference/ find it.
However if a "specific" period was given ie, High 100 days ago, then Part 2 can be be accomplished.
But that is not what is intended here.
tks for the help!
mm
|
Filter Exchange · Request: Stocks with big sell off in last 120 days
|
mktmole msg #119224 |
4/26/2014 3:17:45 PM
and just a helpful FYI , I put those stocks in watchlists in TC2K with alert triggers.
|
Filter Exchange · Request: Stocks with big sell off in last 120 days
|
mktmole msg #119223 |
4/26/2014 3:09:09 PM
Rock,
Can't be done. Is a great idea and I've requested several times.
rgds
mm
|
Filter Exchange · A LITTLE PIECE OF CODE ON VOLATILITY
|
mktmole msg #118657 |
3/18/2014 10:36:47 PM
alf: "Your" many contributions are greatly appreciated also !!
rgds,
mm
|
Filter Exchange · A LITTLE PIECE OF CODE ON VOLATILITY
|
mktmole msg #118655 |
3/18/2014 8:01:10 PM
@ Kevin.
I will "spill the beans", and and say nicely, thank Kevin for your all your posts !
rgds
mm
|
Filter Exchange · Ultimate Stock Scanner
|
mktmole msg #117891 |
1/25/2014 1:41:54 PM
Followup: From todays ValueCharts presentation,
How to use this indicator profitably
www.valuecharts.com/Profit
|
Filter Exchange · Ultimate Stock Scanner
|
mktmole msg #117889 |
1/25/2014 1:07:34 PM
Ultimate Stock Scanner. by Mark Helweg of ValueCharts.
Buy stocks where "Sustainable" Big Money is flowing into.
Looking for a new "net" ? high reaching a new 5 day high with a 60 day look back.
The result is displayed as an oscillator having a range of +30 0 -30
with Buying strength > +5
and Selling Strength > -5
Any ideas converting his TS code below for SF?
tks,
mm
------------------------------------------
TradeStation Code
Inputs: Length(5),Length2(60);
Variables:VarBuy(0),VarSell(0),BuyStrength(0), SellStrength(0), StrDiff(0),
VarF(""),VarSymbol("");
If H>Highest(H,Length)[1] then
VarBuy=H-Highest(H,Length)[1]
Else
VarBuy=0;
if LVarSell=Lowest(L,Length)[1]-L
Else
VarSell=0;
BuyStrength=(summation(VarBuy,Length2))/(AvgTrueRange(Length2));
SellStrength=(sumation(VarSell,Length2))/AvgTrueRange(Length2));
StrDiff=BuyStrength-SellStrength;
|
Filter Exchange · The RED LIGHT ... GREEN LIGHT Trading System !
|
mktmole msg #117461 |
12/20/2013 2:05:00 PM
ditto!
|
General Discussion · printing carts
|
mktmole msg #117361 |
12/15/2013 12:34:23 AM
@ heypa. you are correct. using Firefox can't appear to a print chart.
Using Explorer you can, as alf indicated.
Interesting.
|
Filter Exchange · Help Buff Moving average or Volume Weighted MA
|
mktmole msg #117227 |
12/4/2013 11:13:59 PM
tks kindly Kevin
|