StockFetcher Forums · Filter Exchange · MIRROR IMAGE TRADE<< >>Post Follow-up
TheRumpledOne
6,407 posts
msg #55119
Ignore TheRumpledOne
modified
9/24/2007 4:46:27 PM

http://www.livewithoscar.com/modules.php?name=Daily_Video

Fetcher[
/* MIRROR IMAGE TRADE */

set{ diff, open 1 day ago - close 2 day ago}

set{golong, count( high above high 1 day ago, 1) }
set{goshort, count( low below low 1 day ago, 1) }


high 1 day ago equal high 2 days ago
low 1 day ago equal low 2 days ago

ADD COLUMN DIFF
ADD COLUMN GOLONG
ADD COLUMN GOSHORT

CLOSE ABOVE 1

SORT COLUMN 2 DESCENDING

]



INTERESTING...

TheRumpledOne
6,407 posts
msg #55120
Ignore TheRumpledOne
modified
9/24/2007 4:54:59 PM

Fetcher[
/* MIRROR IMAGE TRADE TRIGGER*/

set{ diffHH, abs( High 1 day ago - HIgh 2 days ago ) }
set{ diffLL, abs( Low 1 day ago - Low 2 days ago ) }

set{ diff1, open 1 day ago - close 2 days ago}
set{ diff2, open 2 days ago - close 1 day ago}

set{golong, count( close above high 1 day ago, 1) }
set{goshort, count( close below low 1 day ago, 1) }

set{trigger, golong + goshort}

DiffHH below .02
DiffLL below .02

ADD COLUMN DIFF1
ADD COLUMN DIFF2
ADD COLUMN DiffHH
ADD COLUMN DiffLL


ADD COLUMN GOLONG
ADD COLUMN GOSHORT

trigger ABOVE 0
CLOSE ABOVE 1
VOLUME ABOVE 100000

SORT COLUMN 2 DESCENDING
]



TheRumpledOne
6,407 posts
msg #55122
Ignore TheRumpledOne
9/24/2007 5:05:33 PM

Fetcher[
/* MIRROR IMAGE TRADE TRIGGER*/

set{ diff, open 1 day ago - close 2 day ago}

set{golong, count( high above high 1 day ago, 1) }
set{goshort, count( low below low 1 day ago, 1) }

set{trigger, golong + goshort}

high 1 day ago equal high 2 days ago
low 1 day ago equal low 2 days ago

ADD COLUMN DIFF
ADD COLUMN GOLONG
ADD COLUMN GOSHORT

trigger ABOVE 0
CLOSE ABOVE 1
VOLUME ABOVE 100000

SORT COLUMN 2 DESCENDING
]



TheRumpledOne
6,407 posts
msg #55125
Ignore TheRumpledOne
modified
9/24/2007 5:12:34 PM

Fetcher[
/* MIRROR IMAGE TRADE */

set{ diff, open 1 day ago - close 2 day ago}

set{golong, count( close above high 1 day ago, 1) }
set{goshort, count( close below low 1 day ago, 1) }

set{trigger, golong + goshort}

trigger ABOVE 0
high 1 day ago equal high 2 days ago
low 1 day ago equal low 2 days ago

ADD COLUMN DIFF
ADD COLUMN GOLONG
ADD COLUMN GOSHORT

CLOSE ABOVE 1

SORT COLUMN 4 DESCENDING
]



nikoschopen
2,824 posts
msg #55173
Ignore nikoschopen
9/25/2007 2:40:53 AM

Nice work, TRO. It's also worth reviewing the following video.



TheRumpledOne
6,407 posts
msg #55178
Ignore TheRumpledOne
9/25/2007 9:18:20 AM

Thanks, Niko, but it's still a WORK IN PROGRESS.

I am not sure I have all the nuances coded.

Just seemed interesting and I use coding as a way of learning and understanding methods.



nikoschopen
2,824 posts
msg #55430
Ignore nikoschopen
9/30/2007 10:44:28 PM

TRO, this mirror image thing isn't anything new under the sun. If you belong to the candlestick camp, you would know that this is just another "engulfing pattern" and you know how bullish or bearish that is.

Why not simply use following? :^)

Fetcher[pattern is Bullish Engulfing]




TheRumpledOne
6,407 posts
msg #55449
Ignore TheRumpledOne
10/1/2007 4:05:31 PM

I was just following what was presented in the video.

Remember, I just code stuff to keep my coding skills sharp, help others, and understand ideas.



StockFetcher Forums · Filter Exchange · MIRROR IMAGE TRADE<< >>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.