logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

2 Pages<12
Options
Go to last post Go to first unread
konrad  
#21 Posted : Monday, September 12, 2005 3:52:35 AM(UTC)
konrad

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 6/6/2005(UTC)
Posts: 424
Location: connecticut,USA

Can I write those formula for a bottom? Konrad's indicator if( RSI(C,9)>=25 AND STOCH(5,3)>=30 AND MACD()>Mov(MACD(),9,E),1,0);0; and I want to add a CCI a -200 for a bottom point to this formula that should look like CCI(c,-200)?
konrad  
#22 Posted : Monday, September 12, 2005 3:59:10 AM(UTC)
konrad

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 6/6/2005(UTC)
Posts: 424
Location: connecticut,USA

Patrick , I use a template for all securities I check , I have 12 ready private template just to set up and spend less time in analysis, go get your vacation, I go to college young people need education:) :D G.Stockman your formula is real nice, if you write that well formula you should long time ago get your vacation, go to Bahamas or whatever place you like it! A formula was and is and will be always a worth think to do, It real help in analysis
StorkBite  
#23 Posted : Monday, September 12, 2005 4:02:34 AM(UTC)
StorkBite

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 3/19/2005(UTC)
Posts: 2,995

Was thanked: 14 time(s) in 10 post(s)
1. When do you want to be alerted to CCI? 2. How many periods are you going to have CCI look at?
konrad  
#24 Posted : Monday, September 12, 2005 4:07:55 AM(UTC)
konrad

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 6/6/2005(UTC)
Posts: 424
Location: connecticut,USA

I want to get allert on CCI when it reach a bottom, I think about -180 to -200 and a period is look like last 12 month, I used analysis basic on a last 52 weeks movement of stocks, or you may preffer your own period of time and a allert point, you have much more expirience in a time frame,
StorkBite  
#25 Posted : Monday, September 12, 2005 4:26:39 AM(UTC)
StorkBite

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 3/19/2005(UTC)
Posts: 2,995

Was thanked: 14 time(s) in 10 post(s)
Well... look this over: [code:1:f77926f1c4]{Konrad's indicator} p1:=Input("RSI periods: ",1,100,9); s1:=Input("RSI signal periods: ",1,100,40); s2:=Input("STOCH signal periods: ",1,100,9); p3:=Input("MACD periods: ",1,100,36); p4:=Input("CCI periods: ",1,252,252); s4:=Input("CCI signal periods: ",-200,0,-180); If( RSI(C,p1)>=s1 AND Stoch(5,3)>=s2 AND MACD()>Mov(MACD(),p3,E) AND CCI(p4)<s4,1,0);0; [/code:1:f77926f1c4] System Explorer Column A RSI(C,9) Column B Stoch(5,3) Column C MACD() Column D CCI(252) FILTER colA >=75 AND colB >=86 AND colC > Mov(MACD(),9,E) AND colD <-180
konrad  
#26 Posted : Monday, September 12, 2005 3:50:26 PM(UTC)
konrad

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 6/6/2005(UTC)
Posts: 424
Location: connecticut,USA

Hey G.Stockman The CCI -180 to -200 it not working, it is impossible to get arragement indicator, what I mean is Code: {Konrad's indicator} p1:=Input("RSI periods: ",1,100,9); s1:=Input("RSI signal periods: ",1,100,40); s2:=Input("STOCH signal periods: ",1,100,9); p3:=Input("MACD periods: ",1,100,36); p4:=Input("CCI periods: ",1,252,252); s4:=Input("CCI signal periods: ",-200,0,-180); If( RSI(C,p1)>=s1 AND Stoch(5,3)>=s2 AND MACD()>Mov(MACD(),p3,E) AND CCI(p4)<s4,1,0);0; CCI period a -180 or a -200 ? because right now I got a straigh line without any signal? CCI signal periods -200, 0, -180 I think I need change this for signal or you may preffer some other options Thanks! last formula help me to get started!
StorkBite  
#27 Posted : Monday, September 12, 2005 7:07:59 PM(UTC)
StorkBite

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 3/19/2005(UTC)
Posts: 2,995

Was thanked: 14 time(s) in 10 post(s)
Hey K- I had that same result using the formula on about 25 test stocks. All it means is that there are no 'buy' signals being generated. That is, all of your criterion are not being met. If you relax the CCI then you are more likely to generate a signal. For sure, you can play around with the CCI signal line. I encourage you to tweak it to suit your own needs. Perhaps something like this will help: CCI signal periods -200, 0, -100 . Remember it's all about what YOU want it to do. :D
konrad  
#28 Posted : Monday, September 12, 2005 11:29:12 PM(UTC)
konrad

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 6/6/2005(UTC)
Posts: 424
Location: connecticut,USA

hey g.stockman,Tweak all stock formula is good idea, and to work a good system is a better idea, I using a Alpha Omega Elliot waves and styding now a manul, look great, but a signal is generate after a 3 session from a bottom of stock, when you screen -W1 or Am waves the general trend and you also see confirmation of a up trend in a +waves2 or B
konrad  
#29 Posted : Monday, September 12, 2005 11:50:26 PM(UTC)
konrad

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 6/6/2005(UTC)
Posts: 424
Location: connecticut,USA

G.stockman this charts is a SIRI securities, If you open position as I do after a 3 bar with a longer time frame you came up with a good profit, I seem that a SIRI almost reach celing, top and will fall soon, I think that Alpha Omega is good Add-onn! I like this add-onn as all I purchased directly from equis. Equis is the best company!
Users browsing this topic
Guest (Hidden)
2 Pages<12
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.