StockFetcher Forums · Public Filter List · Camarilla Pivot Points<< >>Post Follow-up
nikoschopen
2,824 posts
msg #52359
Ignore nikoschopen
modified
6/20/2007 4:55:24 PM

I've had some fun trading with Camarilla Pivot Points lately, and I thought I share it with y'all. I'm also interested in hearing what you have to say if you already have this under ure trading arsenal. In the following filter, Camarilla Pivot Points are applied to stocks over $50 that are trading above their EMA(17). Feel free to modify the price and volume criteria to suit your needs.


Camarilla Pivot Points:

R4 = C + [(RANGE * 1.1) / 2]
R3 = C + [(RANGE * 1.1) / 4]
R2 = C + [(RANGE * 1.1) / 6]
R1 = C + [(RANGE * 1.1) / 12]
PP = (HIGH + LOW + CLOSE) / 3
S1 = C - [(RANGE * 1.1) / 12]
S2 = C - [(RANGE * 1.1) / 6]
S3 = C - [(RANGE * 1.1) / 4]
S4 = C - [(RANGE * 1.1) / 2]
________________________

Fetcher[
set{C, close 1 day ago}
set{Range, day point range 1 day ago * 1.1}
set{R4, Range / 2}
set{R3, Range / 4}
set{R2, Range / 6}
set{R1, Range / 12}
set{S1, Range / 12}
set{S2, Range / 6}
set{S3, Range / 4}
set{S4, Range / 2}

/*Camarilla Resistance*/
set{CR4, C + R4}
set{CR3, C + R3}
set{CR2, C + R2}
set{CR1, C + R1}

/*Camarilla Support*/
set{CS1, C - S1}
set{CS2, C - S2}
set{CS3, C - S3}
set{CS4, C - S4}

add column separator
add column C{Close(-1)}
add column Range{Range(-1)}
add column separator
add column CR4
add column CR3
add column CR2
add column CR1
add column separator
add column PP
add column separator
add column CS1
add column CS2
add column CS3
add column CS4
add column separator

draw price line at C
draw price line at CR4
draw price line at CR3
draw price line at CR2
draw price line at CR1
draw price line at PP
draw price line at CS1
draw price line at CS2
draw price line at CS3
draw price line at CS4

price above 50
avgvol(17) above 300000
price above ema(17)
chart-time 5 days
]



nikoschopen
2,824 posts
msg #52370
Ignore nikoschopen
6/21/2007 12:49:24 AM

Here, Camarilla Pivot Points are applied to the weekly chart.

Fetcher[
set{C, weekly close 1 week ago}
set{Range, weekly day point range 1 week ago * 1.1}
set{R4, Range / 2}
set{R3, Range / 4}
set{R2, Range / 6}
set{R1, Range / 12}
set{S1, Range / 12}
set{S2, Range / 6}
set{S3, Range / 4}
set{S4, Range / 2}

/*Camarilla Resistance*/
set{CR4, C + R4}
set{CR3, C + R3}
set{CR2, C + R2}
set{CR1, C + R1}

/*Camarilla Support*/
set{CS1, C - S1}
set{CS2, C - S2}
set{CS3, C - S3}
set{CS4, C - S4}

add column separator
add column C{Weekly Close(-1)}
add column Range{Weekly Range(-1)}
add column separator
add column CR4
add column CR3
add column CR2
add column CR1
add column separator
add column PP
add column separator
add column CS1
add column CS2
add column CS3
add column CS4
add column separator

draw price line at C
draw price line at CR4
draw price line at CR3
draw price line at CR2
draw price line at CR1
draw price line at PP
draw price line at CS1
draw price line at CS2
draw price line at CS3
draw price line at CS4

price above 50
avgvol(17) above 300000
price above ema(17)
chart-display weekly
chart-time 5 weeks
]



TheRumpledOne
6,407 posts
msg #57775
Ignore TheRumpledOne
12/8/2007 3:01:19 PM

POP!

moqual
38 posts
msg #59703
Ignore moqual
2/14/2008 6:35:00 PM

would be a great indicator in esignal. I have it in MT4 already

StockFetcher Forums · Public Filter List · Camarilla Pivot Points<< >>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.