QUOTE:
1. Is Bar1 before Bar3 in time, or vice-versa?
Yes, Bar1 is before Bar2. But it does not matter what happens before Bar1. The signal is triggered by a comparison of three bars. So for a
buy signal the logic (without using names as I don't know the terms) written one way is as follows:
1- Is Bar3 (which would be the current bar) an up bar?
2- Is Bar2 an up bar?
3- Is Bar1 a down bar?
4- Is the low of Bar2 lower than the low of Bar1?
(if all are affirmative the next question is asked)
5- If close of Bar3 (the latest one in time) is greater than the opening price of Bar1 then buy at the market.
A sell would have the reverse logic.
QUOTE:
2. What's the definition of "up bar (not colored)"? Is it a doji candlestick that closes higher than the previous bar?
The definition of an "up bar" is that the close of the bar is higher than the open of the bar (no color using Active Trader Pro).Questioning if it is an up bar is the first criteria in an by itself. Bar3 (the latest) must be an up bar and Bar1 must be a down bar else the further comparisons stop as no signal can be given.
The definition of a "down bar" is that the close of the bar is lower than the open of the bar (colored in ATP)and an "up bar" is that the baar closes higher than it opened.
QUOTE:
3. Is this strictly buy/sell long positions, or is the sell trigger actually a short trigger?
It is both a long and a short signal. I realize it can be made more complicated but this is just to trigger that the market performed a "buy formation" or a "sell formation". My exit will be based on what I am looking at with reagard to wave movements.
QUOTE:
4. If this is long and short, besides bar 2 stop, what are the exit criteria?
Yes, it is long/short. The exit rules can be completely left out for now if it is too complicated to write. But if there is a way for me to change a value in the code to exit the trade at dollar value objectives, that would be great to have as a variable.
I'm primarily trading DXD and would want to test exiting at various dollar values as wave structure has too many facets to it to be programmed. This is primarily a system where the trader then needs to use his experience with wave movement to decided to exit. But using a dollar value would be great to get an idea of the percenatage of times you are started off profitable.
So one could assume the extry price, if all criteria were met, is the close of Bar3. Setting a stop (in a buy signal) below the low of Bar2 and also being able to enter various dollar values to exit at a profit would at least tell me how often the market gave the signal and the next move was profitable or not.
As I say, I just loaded up Wealth Lab. If there is another funtion available in Wealth Lab that allows me to set the exit rules seperately on a dollar value that's already built in that would be perfect as the system would jusst geenerate the signal and be simple to write (if one knows the code, which I don't).
I hope this made sense. It's really an amazing little signal. A trader I know who is successful year-after-year told me to look at this on a 5 minute time frame, but also on 15min, 30min, and 60min. I have looked at the longer time-frames but they rarely occur and aren't much use for day trading.
If you have Active Trader pro I can pick out a few days and the time on a 5 min chart of DXD (Powershare 2x Dow) and show you what I mean, or I can e-mail you an illustration if I wasn't clear.
Thank you,
Mike Walsh
p.s. If the formation isn't clearly explained I can e-mail you a file with the formation illustrated if you send me a message with your e-mail address.