Quote from Cheese:
However I note your search for a system giving you entry signals. Firstly, lets move to a focus of clarity. The money is in the gyrations, that is the intraday sequential upswings and downswings following each other (eg ES, YM, CL). Secondly you are concentrating on MA cross-overs apparently as your signalling system. By themselves MA cross-overs have their limitations.
I don't really use crossovers.
You can base a successful methodology on a smart use of indicators and clever chart configurations. This could more reasonably take you towards a solution.
![]()
Sometimes when using MAs and their slopes there is a lot of information to process so I write little studies to express all that information in binary.
For example, this one gives yes/no information for 6 different pieces of information. From top to bottom:
- Is the absolute value of the differences between the MAs increasing? Green dot = yes. Red dot = no. So if they are expanding it will be green. Contracting = red.
- Is the fastest MA above the middle MA. Green = yes, red = no
- Is the middle MA above the slowest MA. Green = yes, red = no
- Is the slope of the slowest MA up or down?
- Is the slope of the middle MA up or down?
- Is the slope of the fastest MA up or down?
The bottom 3 rows are squares because they deal with individual MA slope. The top 3 rows are points (circles) because they deal with functions of each MA relative to another MA.
(ok this isn't a real trading system, I just threw this together to give you an idea of what is going on in my head. As you can see there aren't really any signals generated from this anyway)
I guess I'm still on the part of the journey where I'm thinking that with some simple (or complex) formula I will be able to express with definite certainty to buy, sell, short, or cover.
I have no problem pulling the trigger or holding through drawdown as long as whatever system I'm using hasn't given me the sell sign yet. It sucks but I do it. In the "Day Trading 2.0" thread in the main forum I've posted many screen shots of 20-30 tick adverse excursion trades that I held on to because I wasn't given a sell signal that later turned into +50-80 tick winners and then I got the sell signal, (and plenty of +10 tick trades that ended in 20 point losses).
In fact, in one post in that thread, I wrote out every single rule for the MA system I've been using in that thread. Setup, entries, and exits are all given clearly with no room for interpretation or question. Those aspects which I could not program myself for auto-triggering of trades I handled with discretion, but that discretion was just "has x condition been met" and not "oh gee how do I feel about this trade." It was simple a matter of me not being able to code what I wanted to do so I had to handle that analysis manually. In other words, my system would fire a "trade" signal and I would either take it or not take it based on my manual observation of the aspect of the system that I could not program.
I have no problem following a system. I am expending all my effort on coming up with that system.
I ranted in another post about how there is no such thing as a discretionary system because if it's based on anything other than random entry it would be possible to be programed, or at least have the rules written down. "I entered the trade because I felt like it was going to go up" is not discretionary. The user was subconsciously processing data acquired from previous experience in the market and using that as a basis for his decision.
Honestly, maybe that's the next hurdle I have to overcome.
It seems like most profitable traders describe themselves as at least somewhat "discretionary," but I just explained above how they're not actually discretionary because they're evaluating conditions and parameters in their brain and forming a decision about the course of action they think has the most probable successful outcome. They're probably analyzing 1000s of pieces of data which would be nearly impossible to program anyway, but it could still be done. It's probably just easier to rely on their brains rather than electronic buy and sell signals. After all, humans can draw curves and MAs and trends in groups of data because "it's obvious just from looking at it." But the average human couldn't program a trendline algorithm or MA formula to do it for them. But that doesn't mean that the trenline they draw is discretionary. The brain can curve-fit and do calculus and trigonometry every day without realize what it's doing. I'm ranting now.
Advice, please