- Search Crypto Craft
-
luxinterior replied Jun 5, 2009Take a look at the icustom function in the meta editor help file. You'll find the values you need in the appropriate buffers. Most indicators will show you which buffer contains which value if you hold your cursor over the bar. Good luck Lux
Adding an alert to a set of indicators based on their color
-
luxinterior replied May 30, 2009Check out my sig and learn how to program your own
LuxNeed Help to Programme EA
-
luxinterior replied Apr 16, 2009Hi Bill So looking at your image that you posted you wouldn't have taken the trade you highlighted because of the peaks/spikes in the valley BUT you would have taken the one just preceding because there's no spikes? Trust trying to get my head ...
Pair Divergence Method
-
luxinterior replied Apr 16, 2009It refers to the time of the bar that's being tested. Why not give it a try and see that it works for yourself? Lux
iTime and Strategy Tester
-
luxinterior replied Apr 16, 2009TimeHour(TimeCurrent()) works fine for me in ST. Lux
iTime and Strategy Tester
-
luxinterior replied Apr 16, 2009Here's all the information you'll ever need
url LuxBack Testing on Mt4
-
luxinterior replied Apr 15, 2009Those are two positively correlated pairs so the answer is no. Only set mirroring to true for negatively correlated paris like EURUSD/USDCHF Lux
Pair Divergence Method
-
luxinterior replied Apr 15, 2009Just took a set up on the USDCHF on IBFX and noticed that my SL looked further than it should be (I have a script to set it automatically). So I checked the spread and it was 8 pips!!! I'm looking at it now and have seen it go up to 9 and down to 7. ...
Pair Divergence Method
-
luxinterior replied Apr 12, 2009As I said I put this indicator togther quickly just to visually test the idea. Just noticed the indicator wasn't deleting old objects properly. Corrected it now. Lux
Heral System
-
luxinterior replied Apr 11, 2009I put this indicator together just to quickly test this. It doesn't look too profitable to me but if the OP says 10:1 hit rate who am I to say otherwise
Anyway you can test it for yourself. Use the SHIFT variable to move back in time and see what ...Heral System
-
luxinterior replied Apr 10, 2009I made a posting on my blog that may be of use to you. url In short; no, yes and not sure why that would be - any errors being reported? Lux
Adjusting an EA from 4 digit to 5 digit broker
-
luxinterior replied Apr 10, 2009Put them above the for, underneath where you have the 'backchange=1;' declaration. So instead of... double cnt_psar = iSAR(NULL,Timeframe,0.02,0.2,cnt+1) ; You'd have... double cnt_psar = 0.0; for(xxxxxxxx cnt_psar = ...
Coding question
-
luxinterior replied Apr 9, 2009HI SMJ Always a pleasure to see you! Yes it draws the typical price (HLC/3). Thanks Lux
Pair Divergence Method
-
luxinterior replied Apr 9, 2009Thanks for that VERY thorough reply! I'm going to read it through a few times and tattoo it on my brain! Lux PS: Nice sig you got there
Here's my updated 'Cliff Notes'... When comparing POSITEVLY correlated pairs the following is true. When ...Pair Divergence Method
-
luxinterior replied Apr 9, 2009You've got... closeError = OrderClose(OrderTicket(),OrderLots(),Bid,SLIPPAGES,0); Use Ask instead of Bid when you're closing a SELL and vice versa for BUY. Good luck Lux
Help needed: EA can not close order
-
luxinterior replied Apr 9, 2009Look in the help file for the file functions; fileopen, fileread, filewrite Then you could write an EA that updates every X seconds/minutes/hours Good luck Steve
MQL4 Guide
-
luxinterior replied Apr 9, 2009Hi BB Forgive me if this sounds dumb but I've been looking at your screen shots and trying do discern a methodology, I'm sure there is one, I just can't see it
Hopefully by writing out my observations in this post it'll become clearer to me. ...Pair Divergence Method
-
luxinterior replied Apr 6, 2009I took a quick look at it and it's very basic. The code uses hardcoded symbols so it doesn't even matter which pair you put it on. Doesn't even have to be one of the 3 it uses. I tested it on a few charts and each time the value was the same. Not ...
Need help with this FPI indicator
-
luxinterior replied Apr 5, 2009I hacked an OverlayChart indicator I had that displayed any sub pair so it displays as a line graph instead of a candle graph. I've also added an 'offset' variable that makes it easier to view the two symbols on the chart. Code looks ugly but I ...
Pair Divergence Method
-
luxinterior replied Mar 24, 2009Interesting chart turbo. What's the indicator that puts the overlay of, i presume, the other currency? Lux
Ea/test Center/ Free Ea Only