- Search Crypto Craft
-
MaryJane replied Dec 28, 2011NY really wasn't nice to bulls this month.. hard to tell if this move is to be taken seriously.. time will tell.
EURUSD
-
MaryJane replied Dec 28, 2011Genau! ..the entry idea was somewhat valid at the time of posting.. in case of a drop around FO/LO.. it was void by the 9:00(gmt) candle. no entry for me today.. i won't fight the market. signing off, viel Glück in diesem Schmalspur-Market

EURUSD
-
MaryJane replied Dec 27, 2011why stupid.. longs look better imo. if it drops to ~3040 and bounces back above the black line i'll go long too..
EURUSD
-
MaryJane replied Dec 27, 2011Basic concept: first calculate the wma of price with iMA() - exactly like you do the cci[i] = iCCI() in the 'stretch' thingies.. use a buffer (unassigned to draw), or an array if you ran out of buffers.. but in that case, mind shifting the values ...
InputResizer: edit EA/Indicator settings comfortably
-
MaryJane replied Dec 26, 2011Hi viatoris, sorry but I won't do it - too many colours for one indicator. As with Raghee's GRaB candles, there would have to be more indicators used at once and I really don't think it's worth that complication. If you want to see if a candle is ...
Symphonie Trader System
-
MaryJane replied Dec 25, 2011they did.. on their website ..i checked ~1hr before your post <2Hrs to go
No Trading Today 26th December 2011?
-
MaryJane replied Dec 25, 2011Hi Musashi, thanks for the question
I think the answer is - exit the trade. Perhaps I'm a wrong person to tell the reasons why it works or should work, simply because I never traded the system as presented in post #1. I'm using a tweak of it for ...Symphonie Trader System
-
MaryJane replied Dec 25, 2011not so long.. but i won't come up with a useless ea. it takes time to make a useful one. thanks for confidence.. but it will never happen. it would be a petty insignificant deal but to me, it's a matter of categorical imperative
i simply refuse ...Symphonie Trader System
-
MaryJane replied Dec 25, 2011yep it's that simple.. not AND but &&
stoch[i] = iStochastic(NULL, 0, Stoch_Period, Signal_Period, Slowing, MODE_SMA, 0, MODE_MAIN, i); cci[i] = iCCI(NULL, 0, CCI_Period, PRICE_TYPICAL, i); ... ... if (stoch[i] > 90 && cci[i] > 200) { ... ... ...InputResizer: edit EA/Indicator settings comfortably
-
MaryJane replied Dec 25, 2011i'm happy it made you lucky, but don't get it wrong - in fact, i just altered few lines in an existing indicator - the credits should go to those who made it. most probably, i'll come up with an ea, you just have to be patient. btw i will never code ...
Symphonie Trader System
-
MaryJane replied Dec 25, 2011Sentiment+Emotion+Trendline = SET — Agreed, here's the new toy improved: Trendline colour is CCi above or below zero so it was fairly easy to add (can be switched on/off). Added alerts if there's a blue or red candle just closed, and the ...
Symphonie Trader System
-
MaryJane replied Dec 24, 2011video switch to line chart, change line color to None - as with any other custom candles adjust width (default is 3 in indi 'Colors' tab) to suit your chart zoom.
Symphonie Trader System
-
MaryJane replied Dec 23, 2011To All Bears! (..if you're a Bull, turn your chart upside down) image Merry Christmas and Happy 2012 to Everyone

Symphonie Trader System
-
MaryJane replied Dec 23, 2011well done! —

there's nothing to be cleaned up, unless you want a plain standard CCI - it's a T3 CCI. if you want a standard CCI, just delete this: int T3_Period = 1; double b = 0.618; //---- double e1, e2, e3, e4, e5, e6; double ...InputResizer: edit EA/Indicator settings comfortably
-
MaryJane replied Dec 22, 2011I'm so sorry to hear that. I'm using it every day, all builds up to date, and could not get it to freeze yet. I wonder if the reason is something MT4-- or rather Windows-related. There are many people using it, only the last version has been ...
InputResizer: edit EA/Indicator settings comfortably
-
MaryJane replied Dec 22, 2011Hi John, so if i get it right, it's basically a CCI histo (something like the 'Retracement Finder' indi) painting bars only if it exceeds the thresholds (coloured accordingly) --empty space if below the lowest threshold. If so, do you want the ...
InputResizer: edit EA/Indicator settings comfortably
-
MaryJane replied Dec 22, 2011Hi
you're mentioning a very good point here! Thanks for enlightenment! I have seen br0kers skewed by some 5 seconds (!) and candles were very different to the naked eye. We can try to use highest/lowest later (btw that's exactly what the ...Symphonie Trader System
-
MaryJane replied Dec 21, 2011Hi Andy! First of all, welcome to the Factory
I think everyone can imagine how difficult it has to be to understand the system properly for a non-English speaking person. You are right Andy, all the answers to your questions have been discussed ...Symphonie Trader System