StockFetcher Forums · Filter Exchange · Statistics for Squiggly Lines<< >>Post Follow-up
TheRumpledOne
6,407 posts
msg #57668
Ignore TheRumpledOne
modified
12/6/2007 12:52:45 AM

Fetcher[
/* TRO Statistics for Upper Squiggly Lines */

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}

add column ClxCl

/* Long Profit Percent Statistics Display */

set{volcnt, count(volume above 1000000, 100) }
set{volzero, count(volume equal 0, 100) }

set{Squiggly, ma(200) }
set{Diff, high - Squiggly }
set{Profit , Diff / Squiggly }

set{Long_Profit, Profit * count( price crossed above Squiggly, 1) }

set{B1A, count(Long_Profit > .01 , 100)}
set{B2A, count(Long_Profit > .05, 100)}
set{B0010, B1A - B2A}

set{F1A, count(Long_Profit > .05 , 100)}
set{F2A, count(Long_Profit > .10, 100)}
set{F3040, F1A - F2A}

set{I100, count(Long_Profit > .10 , 100)}

set{ClOp, Close - open}
set{Close_Profit, ClOp/open }

set{CL1A, count(Close_Profit > .01 , 100)}
set{CL2A, count(Close_Profit > .05, 100)}
set{CL0010, CL1A - CL2A}

set{CX1A, count(Close_Profit > .05 , 100)}
set{CX2A, count(Close_Profit > .10, 100)}
set{CX3040, CX1A - CX2A}

set{C100, count(Close_Profit > .10 , 100)}

add column Diff
add column Long_Profit {ProfitPct}

and add column B0010 {1_5}
and add column F3040 {5_10}
and add column I100 {10___}

and add column separator
add column ClOp
add column Close_Profit {ProfitPct}
and add column CL0010 {1_5}
and add column CX3040 {5_10}
and add column C100 {10___}

and add column separator
and add column volcnt
and add column volzero

close is between 1 and 15
average volume(10) above 250000

sort column 10 descending
]



See if you can find a Squiggly that is more profitable that just buying the open.

I know it's not "fair" because Squiggly lines are usually used in swing trading and not scalping.




luc1grunt
622 posts
msg #57815
Ignore luc1grunt
12/9/2007 8:03:09 AM

It's not what you trade but how you trade it.

TheRumpledOne
6,407 posts
msg #57818
Ignore TheRumpledOne
12/9/2007 10:16:02 AM

EXACTLY!



betyerbottomdollar
169 posts
msg #57825
Ignore betyerbottomdollar
12/9/2007 11:11:57 AM

Tell me again what you have against squiggly lines any why you prefer straight ones (aka statistics, right)?

StockFetcher Forums · Filter Exchange · Statistics for Squiggly Lines<< >>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.