DislikedHi again!
can you explain why you replaced smoothed HA by standard HA candles?Ignored
- #2,219
- Nov 13, 2008 12:34pm Nov 13, 2008 12:34pm
- Joined Mar 2007 | Status: Symbol | 2,788 Posts
FF journal: Peaks and Troffs
Woodies CCI with a 5 min scalping 50 replies
1M & 5M Scalping System (Scalping Paradise) 21 replies
Blackdiamond System - Awesome scalping system (Coding Reqd) 9 replies
Scalping techniques on 1 Min chart 26 replies
15 min indicator on 5 min chart 3 replies
DislikedHi again!
can you explain why you replaced smoothed HA by standard HA candles?Ignored
Dislikedvery nice gbp long ohh so sexy, waited on 50 hit of 170 cci and 100 hit of 34 cci, bammmm. 60 pips locked in, at +80 currently. PERFECT CD TRADE...Thanks CD....out took +65. wanted to post a live trade before it was over, while still in it, also took 10 on jpy and let ej go but ej was a quick easy beautiful 50 pips if wasn't posting a chartIgnored
DislikedHi F4mnect,
Very nice & easy to read setup....adding this to rule of this system will increase pips...I guess.
Can u just highlight what yor rules are for this simple method of yours...
Good work bro...Ignored
DislikedLooks like a good system with clear rules. Heres a shot of one I recently. Also there was a nice entry on G/$ about 10 minutes ago.
I've had a skim through the thread and will look back over it whilst trading, but I was wondering if someone can direct me to a signal that pops up when all the stars Aline.i.e, crossovers and HAS.
ThanksIgnored
DislikedI'm sorry for getting grumpy, my 3 boys got home and invaded my trading room lol, they can add stress to the mix. Well walking away. +120 to start day. a few JPY trades and a chf trade. I'll post a chart of what i'm looking at, but know rules are not all worked out yet. working on a pdf with rules and labeled charts. Just not quite done yet. know i have been taking 34 cci crosses against 170 that show strength if my 34/55 Ma's have turned color and support entry, plus I look to 170 cci for weaknessIgnored
DislikedNone of these entries are valid entries according to the rules on the first post.
The 170 CCI must cross BEFORE the 34 CCI. In your charts, they crossed after.
This helps to prevent entering trades on whipsaws, and gets you in to pullbacks as opposed to trying to pick tops and bottoms.Ignored
double cci34.0=iCCI(Symbol(),0,34,0,0); double cci34.1=iCCI(Symbol(),0,34,0,1); double cci170.0=iCCI(Symbol(),0,170,0,0); double cci170.1=iCCI(Symbol(),0,170,0,1); double rsi14.0=iRSI(Symbol(),0,14,0,0); double rsi14.1=iRSI(Symbol(),0,14,0,1); double haopen.0=iCustom(Symbol(),0,"Heiken Ash Smoothed",2,6,3,2,2,0); double haclose.0=iCustom(Symbol(),0,"Heiken Ash Smoothed",2,6,3,2,3,0); double haopen.1=iCustom(Symbol(),0,"Heiken Ash Smoothed",2,6,3,2,2,1); double haclose.1=iCustom(Symbol(),0,"Heiken Ash Smoothed",2,6,3,2,3,1);
//ORDER ENTRY SETUP 0-buy,2-buylimit,4-buystop
sprice=0;bprice=0;ssl=0;bsl=0;
if(OrderSelect(Sticket,SELECT_BY_TICKET)==false || (OrderSelect(Sticket,SELECT_BY_TICKET)==true && OrderCloseTime()>0)) {
if(rsi14.0<45 && cci34.1<0 && cci34.0<0 && cci170.1>0 && cci170.0<0 &&
haopen.1<haclose.1 && haopen.0>haclose.0) {
ordertype=1; sprice=Bid; ssl=Ask+(20*Point)+spread;
stp=0; expire=0;
Color=LightSalmon; Sell(); return(0); } }
if(OrderSelect(Bticket,SELECT_BY_TICKET)==false || (OrderSelect(Bticket,SELECT_BY_TICKET)==true && OrderCloseTime()>0)) {
if(rsi14.0>55 && cci34.1>0 && cci34.0>0 && cci170.1<0 && cci170.0>0 &&
haopen.1>haclose.1 && haopen.0<haclose.0) {
ordertype=0; bprice=Ask; bsl=Bid-(20*Point)-spread;
btp=0; expire=0;
Color=Green; Buy(); return(0); } } double cci34.0=iCCI(Symbol(),0,34,0,0); double cci34.1=iCCI(Symbol(),0,34,0,1); double cci170.0=iCCI(Symbol(),0,170,0,0); double cci170.1=iCCI(Symbol(),0,170,0,1); double rsi14.0=iRSI(Symbol(),0,14,0,0); double rsi14.1=iRSI(Symbol(),0,14,0,1); double haopen.0=iCustom(Symbol(),0,"Heiken Ash Smoothed",2,6,3,2,2,0); double haclose.0=iCustom(Symbol(),0,"Heiken Ash Smoothed",2,6,3,2,3,0); double haopen.1=iCustom(Symbol(),0,"Heiken Ash Smoothed",2,6,3,2,2,1); double haclose.1=iCustom(Symbol(),0,"Heiken Ash Smoothed",2,6,3,2,3,1);
//ORDER ENTRY SETUP 0-buy,2-buylimit,4-buystop
sprice=0;bprice=0;ssl=0;bsl=0;
if(OrderSelect(Sticket,SELECT_BY_TICKET)==false || (OrderSelect(Sticket,SELECT_BY_TICKET)==true && OrderCloseTime()>0)) {
if(rsi14.0<45 && cci34.1<0 && cci34.0<0 && cci170.1>0 && cci170.0<0 &&
haopen.1<haclose.1 && haopen.0>haclose.0) {
ordertype=1; sprice=Bid; ssl=Ask+(20*Point)+spread;
stp=0; expire=0;
Color=LightSalmon; Sell(); return(0); } }
if(OrderSelect(Bticket,SELECT_BY_TICKET)==false || (OrderSelect(Bticket,SELECT_BY_TICKET)==true && OrderCloseTime()>0)) {
if(rsi14.0>55 && cci34.1>0 && cci34.0>0 && cci170.1<0 && cci170.0>0 &&
haopen.1>haclose.1 && haopen.0<haclose.0) {
ordertype=0; bprice=Ask; bsl=Bid-(20*Point)-spread;
btp=0; expire=0;
Color=Green; Buy(); return(0); } } DislikedThe rules have changed a bit since the last time I looked at Post #1 of this thread. Attached is an EA for the original rules. Seems to test well and is profitable so far... will attach back test results when finished running.Ignored
DislikedCD has asked that there be no EA talk in this thread. There is a separate thread just for CD's set up EA'sIgnored