- Search Crypto Craft
-
spzd replied Mar 25, 2011Perfect Attitude — That's a perfect attitude. The simulator is great practice. Remember it takes time to get good at this business so don't give up and keep that positive attitude. Enjoy your weekend and Good Trading Mark
CHOROS System
-
spzd replied Mar 25, 2011Andreas Have you looked at the original 'The Dance' thread. It is a great place to start. There are numerous examples in that thread which should help you get a firm grasp of what this method is about. Also make sure you pay attention to what PA ...
CHOROS System
-
spzd replied Mar 25, 2011Constrainment — Here are a couple of examples of what I think a constrainment area is.
CHOROS System
-
spzd replied Mar 25, 2011Thats a good process. The way I see it a constrainment trade is an area of consolidation waiting to break out. The more the MAs hold price in a certain area the better the possible move. Not guaranteed but it seems to work that way.
CHOROS System
-
spzd replied Mar 25, 2011I agree 100%. Trade this method at first based on the original rules. As you make the trades you will start to see how PA plays an important role. But the first step is to become comfortable with how the basic method works and the rest will start to ...
CHOROS System
-
spzd replied Mar 25, 2011I don't think that is by definition a constrainment trade. But it is an excelent example of using PA in conjunction with the MAs. As you can see you had a pin bar that went into the 50. If you had entered at COB, depending on how you managed the ...
CHOROS System
-
spzd replied Mar 25, 2011I am far from being an expert with this method, but I think you should only look for trades off the 10 if it is pointing in a 1 or 5 o'clock position. Where you took that trade the 10 was showing a lot of chop. Also notice where it reversed was at ...
CHOROS System
-
spzd replied Mar 23, 2011Just want to thank evryone who is keeping this thread going. I am implimentinting much of this into my trading and its starting to pay off. A lot of this method fits in with how I trade and my psychology (short term - I do better at this level). ...
CHOROS System
-
spzd replied Feb 22, 2011Hi all Been away studying this system. It still works for all who are interested. Taking simpleguys advice I have been using a simulator the last few weeks replaying the weeks action a couple times every weekend to get a better grip on PA. It has ...
The Force 5min system
-
spzd replied Feb 2, 2011Thanks Rufus — Rufus Thanks. Your info is invaluable. I think I'm finally getting my head wrapped around this.
MarkThe Force 5min system
-
spzd replied Feb 1, 2011Rufus The next supply zone. Is it based on the long wick of that bar?? Mark
The Force 5min system
-
spzd replied Feb 1, 2011I really like the stop light analogy. I would say this one is a yellow light. Looks as if its going to come back to retest WR2 from above. I am always cautious with the midday Tokyo session. (Have had too many trades go against me during this time) ...
The Force 5min system
-
spzd replied Feb 1, 2011Price just wnt thru WR2. Don't know how often this happens but price has been trending up since Sundays open. My take on this is to be aware of the trend when price is approaching pivot areas. image
The Force 5min system
-
spzd replied Feb 1, 2011thsonfx FJ also statated in post 110 that a touch was a valid entry but he did say it was riskier. url Mark
The Force 5min system
-
spzd replied Feb 1, 2011I want to thank everyone who has kept this thread alive. Espescially Rufus and simpleguy. If not I would never have found it. There is a treasure trove of information here. I'm doing more observation with this method than trading atm but am learning ...
The Force 5min system
-
spzd replied Jan 6, 2011Thanks hayseed —
Thanks hayseed. You know these functions.I will code your EAs and Indicators for no charge
-
spzd replied Jan 5, 2011eurusd H1 — Coming into an hourly demand zone. Could be time to go long again.
Nearly Naked (Simple Trades)
-
spzd replied Jan 5, 2011How would you change this code so that it outputs one thing in the message box for 60M and another foe all other chart timeframes so that I can differentiate the signal given on the 60M chart from all other timeframes. Below is the code for the ...
I will code your EAs and Indicators for no charge
-
spzd replied Dec 26, 2010Thanks kennyhubbard — I added staticto the code and that seems to have solved the problem. Much thanks
Making the alert() function work
-
spzd replied Dec 26, 2010Here's the code snippet. if (isBuy(i)) { Up_Arrow_Buffer[i] = Low[i] - (ArrowDistance * Point * PipFactor); Down_Arrow_Buffer[i] = EMPTY_VALUE; if (i==0 && lastSignalTime < Time[0]) { Alert("BUY :", Symbol()); lastSignalTime = Time[0]; } }
Making the alert() function work