- #2,987
- Dec 1, 2010 4:47am Dec 1, 2010 4:47am
- Joined Mar 2009 | Status: I know that I know nothing | 2,780 Posts
- #2,992
- Dec 1, 2010 7:21am Dec 1, 2010 7:21am
- Joined Mar 2009 | Status: I know that I know nothing | 2,780 Posts
CHOROS Interactive 2,625 replies
Money management for CHOROS and other strategies 2 replies
I want to pay off my mortgage asap with Choros 181 replies
3-9% a day with CHOROS? 63 replies
Would you trade this system? New system #2. 10 replies
DislikedTook the same !
(as usual)
But closed at +18 !!! Should have been waaaitiiing a bit mooore !!
Well done Willkohsg!Ignored
DislikedMe too... closed for 53 pips. A bit unusual feeling to make so much in one move, because lately i barely even make 20 pips and trading almost break even for the last few months.Ignored
DislikedHard to tell for sure. Often I enter wrong or too early or too late or I don't see any entry or there are a lot of contradicting signals. Btw before this recent move there was a strong rejection near 1.56, so one more problem - doubt.
I guess the only solution right now is time and practice.
Thanks for asking.Ignored
DislikedHi Christos, what does your statement imply for the Dance trades ?
I am curious to know
Regards,
willkohsgIgnored
DislikedHi Will,
it's to do with the 15M touch trades (usually the 10EMA ones) where you see the price moving up to the EMA (let's suppose it is below it when starting), misses it by 1-2 pips and then reverses for 20 pips. After the 15M bar closes, the wick would have obviously "touched" the EMA but this did not happen in real time. I am sure you've seen this.
Well, the EMA formula in essence says that if price closes (MAperiod+1)/2 pips away from the EMA, then the EMA moves in the direction of the price by 1 pip. For the 10EMA, this number is 5.5...Ignored
DislikedChristo,
Nice analysis here. I was actually always considering if there is a way (graphical or arithmetical) to display the "closeness" of the current bar to the MA. For example, if we could have a number telling us that if the current bar closes +5pips above current price then there is a touch at the close, it could help us pick up some of these "after-the-close-touches". In any case, Clay in the manual suggests to only take the real touches, but I have used the M5 price action to get into M15 10EMA touch trades before an actual touch (most...Ignored
Disliked...The name of the Strategy is in my opinion very nice also for this reason: "The Dance"
Ever noticed the difference between a dancer following the exact steps read on the book (and clearly showing that by dancing) and a Dancer who has the steps deep in his soul and is expressing himself by Dancing ?
I may be totally wrong and just a newbie, but I somehow "feel" that Forex Trading is waaay over just the "rules" of the Strategy.Ignored
DislikedThe H1 10EMA varies from the M15 40EMA, quite a bit more than I expected....Ignored
DislikedHay guys. I had your query pointed out to me by a friend and (especially as several of you are using my PipTracker) thought I would throw an indicator together to show this situation.
If you want to take a look, place it first on a blank chart so that other indicators don't confuse what you are seeing
It will show the following -
Green line = M15 50EMA
White line = M15 35EMA
Orange line = H1 10EMA
Vertical pink bars when Green and White are less than 3pip apart at the same time as Green and White are more than 15pips apart
Note. You can...Ignored
Disliked
PS. If someone could tell me how to determine the real position of an H1 10EMA on an M15 chart, I could write a 'better MA' which could show any MA on any chart eg an H1 10EMA on an M15 chart.Ignored
DislikedThe real time position of an H1 10EMA on an M15 chart is:
(2/11)*currentprice+(9/11)*LastHourEMAvalue
Current price is the current Bid of course.
LastHourEMAvalue is the value that this EMA had when the last xx:45 candle closed (last quarter - end of the hour). This variable should not change until the close of the next xx:45 candle in the chart.
Initialize the variable with just the close price of the first xx:45 candle you come across in the chart bars. This is the way MT4 calculates EMAs in general.
Similar things would apply to other...Ignored
DislikedThanks Christos but I'm confussed. How do I get the xx:45 value of an H1 indicator? It will only (logically) give me the values at xx:00 (or technically, xx:60 ie the close of that hour)Ignored
DislikedI hate it when I have to open the MT4 manual. I've always been good at Pseudocode but never a real programmer. Although I learnt Python last year because I wanted to run my own statistical price tests. Anyway...
On a 15M chart:
[font=Courier New]if(TimeMinute(Time[0]))==0...Ignored
DislikedRight. I get the confussion now
I appreciate your time to explain in more detail and I fully understand what you are saying, however ...
This will work only for 'right now' and not for historical candles.
Obtaining the current value for H1 10EMA is simply a matter of calling 'iMA( Symbol(), PERIOD_H1, 10, 0, MODE_EMA, PRICE_CLOSE, 0 )' which is fine, but what I am trying to determine is what was that value at 9:30am on September 16th (knowing that MT4 will only return the values as at 9am and 10am)Ignored
DislikedOh my, I told you I $uck as a coder. Why not create an array indexed just like the bars, and keep the historical value there, calculated as in my previous post. Although, now that I think about it, this is more like a new custom indicator which you could call from your file. Now I am going beyond my understanding.
But maybe I am saying BS again, if so, please never mind my ignorance. If it is of any help, I am glad to have posted it.
Cheers,
Christos.Ignored
DislikedHay guys. I had your query pointed out to me by a friend and (especially as several of you are using my PipTracker) thought I would throw an indicator together to show this situation.
If you want to take a look, place it first on a blank chart so that other indicators don't confuse what you are seeing
It will show the following -
Green line = M15 50EMA
White line = M15 35EMA
Orange line = H1 10EMA
Vertical pink bars when Green and White are less than 3pip apart at the same time as Green and White are more than 15pips apart
Note....Ignored