- Search Metals Mine
- LucidObscuri replied Sep 20, 2009
OK, I've played around with a few pip calculators and these values do seem to be correct. Once the market starts moving so I can make sure the indicator doesn't redraw in any undesireable way I'll post it. It will still be a little while before I ...
Pair Divergence Method
- LucidObscuri replied Sep 20, 2009
If you're looking for the Overlay indicator you can use the attachments link at the top right of the page and grab the most recent version. I haven't relase the one that scales by value yet. I want to make sure the values are correct. Here's the ...
Pair Divergence Method
- LucidObscuri replied Sep 20, 2009
Yes, indicators re-draw when the timeframe changes or when properties have changed, but not while the "indicators list" is still open. BTW, I'm pretty much done with the changes to the overlay. I completely re-wrote it so it now has nothing in ...
Pair Divergence Method
- LucidObscuri replied Sep 20, 2009
You need to use MODE_TICKVALUE along with MODE_TICKSIZE. The tick size is not always 1. To determine the value of a pip use: MarketInfo(Symbol(),MODE_TICKVALUE) / MarketInfo(Symbol(),MODE_TICKSIZE) I'm not sure about the Bid/Ask issue. It could be ...
Types of MM code?
- LucidObscuri replied Sep 19, 2009
Hmm. It definatelly makes a difference. Remember, Indicator property changes often do not take affect until you "Close" the "Indicators List". Thanks for the well wishes.
Pair Divergence Method
- LucidObscuri replied Sep 18, 2009
Unfortunatelly I haven't had much time to work on it. In a couple weeks I'm rolling out a new packaging system in multiple locations across the U.S. for the client I work for (they manufacture cabinet doors). Anyway, it's been pretty hectic getting ...
Pair Divergence Method
- LucidObscuri replied Sep 18, 2009
Yeah, the peaks don't match up. Looks like divergence to me though.
Pair Divergence Method
- LucidObscuri replied Sep 14, 2009
I can't seem to duplicate the shifting, though I could before I made some changes. Have you tried a right click | refresh on the chart? Ahh, you're right. I know what the problem is. I can solve that. I'll put it in the next release which will be ...
Pair Divergence Method
- LucidObscuri replied Sep 14, 2009
I just identified a little bug with the EA regarding the signal at 6:30 GMT. If you were looking at a USDCHF chart with the EURUSD overlay you would have gotten a signal, but visa versa and it would not have signalled. I also found another little ...
Pair Divergence Method
- LucidObscuri replied Sep 12, 2009
Sorry, this is wrong. The signal will occur on the close of the bar after the one which has the arrow
Pair Divergence Method
- LucidObscuri replied Sep 12, 2009
The signal will always occur on the close of the candle where you see the arrow. You'd have to have 1 chart open for the primary pair per timeframe, but I'm not sure if you can just leave one 1M chart open for the SubSymbol. It might work.
Pair Divergence Method
- LucidObscuri replied Sep 11, 2009
OK, I think I know what might be going on. I added logic to not run the indicator if the current bar for the chart pair (by timestamp) is not the same bar as the current bar for the SubSymbol. Please let me know if this corresponds with what you are ...
Pair Divergence Method
- LucidObscuri replied Sep 11, 2009
If there is a problem with the ability to retrieve data for the SubSymbol then the indicator will only draw from the right side of the chart as new data comes in (as long as new data for that symbol is coming in from another chart). Make sure you ...
Pair Divergence Method
- LucidObscuri replied Sep 11, 2009
It does not validate the trade for you. You'll have to wait for the next candle which forms in the correct direction. I'm only seeing two signals at 12:00 and 13:00 GMT on the 1H chart. The first would have lost and the second would have won (unless ...
Pair Divergence Method
- LucidObscuri replied Sep 11, 2009
Oh, one more thing, don't set the SpikeMaxCandles to anything less than three. It takes at least three candles for a spike and I forgot to build in a check for that.
Pair Divergence Method
- LucidObscuri replied Sep 11, 2009
Thanks for the advice. I will probably not be posting the source. I hope you all enjoy the EA. I've been trying to perfect spike detection in many of my EA's. This algorithm is by far the best. It could use some optimization, but it won't miss a ...
Pair Divergence Method
- LucidObscuri replied Sep 11, 2009
Updated EA & Indicator — Well, I'm finally done. I've vastly improved the divergence detection algorithm and have added a few additional configurable properties and features. The Overlay indicator has been fixed and I've done what I could ...
Pair Divergence Method
- LucidObscuri replied Sep 9, 2009
OK, I definatelly need to refine the EA a bit. It really needs to be less picky about what is a peak and what is a valley. I'll be introducing a parameter which will allow you to specify a maximum number of candles for a given movement (a low, high, ...
Pair Divergence Method
- LucidObscuri replied Sep 9, 2009
Thanks Bill, BTW, I've been testing the changes to the indicator most of the day and they look good. It won't be long and we should all be getting very useful text messages...hopefully freeing up some time for...the more important things in life. ...
Pair Divergence Method
- LucidObscuri replied Sep 9, 2009
Divergence Question — Hi Bill, I've got a quick question. Is the example on the right below considered divergence? The mirrored USDCHF made a new low (though there was a lower low about 25 candles back, but for the purpose of my question, ...
Pair Divergence Method