- Search Energy EXCH
-
kennyhubbard replied May 2, 2010Hi Jack, Nope this is not correct.....we are not talking about a simple bad fill here and some slippage. We are talking about their systems not coming back from rollover and your open trades being locked out of the system. The stops are completely ...
MB Trading Futures - Introduction
-
kennyhubbard replied May 1, 2010Nopik, Lol, welcome to the world of Metatrader. I simply disconnect my MT4 during the day on Friday while the spreads are ok. Then I can test to my hearts' content all weekend long.
MT4 backtest on weekend could be wrong idea
-
kennyhubbard replied May 1, 2010Ok, got it now........ Test it before use and report any bugs here.
Request: need alert for indicator...i-cai mt4
-
kennyhubbard replied May 1, 2010Hi guys, Stops are definitely located on the broker's server. I run my EA's off a VPS and if I log into my account concurrently from my PC, I can see the stops. This would not be the case if my stops were located on the trade terminal on the VPS. ...
MB Trading Futures - Introduction
-
kennyhubbard replied May 1, 2010Hi Vince, Sorry, I am a bit slow today, as I am not totally following you......every candle will close either above or below the line. Normally you would want a signal if the candle had crossed the line before it closed?
Request: need alert for indicator...i-cai mt4
-
kennyhubbard replied May 1, 2010Here is the Martingale version...... It does a 1 level martingale escalation. There is also a grid version which allows you to cost average positions. The two are mutually exclusive, so the martingale option de-activates the grid positions. You can ...
Need a Simple EA for 5 min EU Chart
-
kennyhubbard replied Apr 30, 2010Hi Vince, Just confirm if that would be a cross of the line after it has OPENED below(or above) the line, or if it crosses the line after a HIGH or LOW.....ie it may Open below the line and Close below the line, would you want the alert as it comes ...
Request: need alert for indicator...i-cai mt4
-
kennyhubbard replied Apr 30, 2010Ok, here you go, Check it out to see if it works out the sums correctly. I also fixed a bug where it has the black candles and the white candles the wrong way around. I think a white candle is where the close is lower than the open ie a bear candle. ...
Little modification to shadow counter
-
kennyhubbard replied Apr 29, 2010Hi Uli, It is an EA, not a script..........so you need to save it in the /experts folder and then drop it onto any chart.
MT4 - ALARM when pending order has opened...
-
kennyhubbard replied Apr 27, 2010Here you go, Not nearly as simple as you might think......at least not for me.
Be sure to test it and report any bugs here.MT4 - ALARM when pending order has opened...
-
kennyhubbard replied Apr 26, 2010Not sure how the Alarm Wave is going to solve the problem.......you still need ticks to pitch up on your platform for it to work. There are probably ways to loop this within a tick on a continual basis but they tend to become resource hogs. You do ...
ALERT set to go off every 5 minutes
-
kennyhubbard replied Apr 25, 2010Here you go, There was a logic bug that was causing the EA to sell, even when the conditions where not met. This has been fixed. I have added a moving average filter to try and sort out the trend issue. It is 2 SMA's of high and low to form a ...
Need a Simple EA for 5 min EU Chart
-
kennyhubbard replied Apr 25, 2010hayseed, Thank you for your kind words.......always nice to hear.

is there an indicator for a double low bar
-
kennyhubbard replied Apr 25, 2010Check at the bottom of your code for this line :- ExtMapBuffer1[i] = ((Volume[0]/average) *100); This doesn't make sense since you are simply loading the same number into your indicator array buffer over and over. It should probably read something ...
Can't get indicator to show output
-
kennyhubbard replied Apr 25, 2010Here you go, It appears that I had no idea how to write an indicator, so I have spent a bit of time getting to grips with them. gio.gee, The indicator now places the rectangle above all the bars in the chart that meet the criteria. highway, I have ...
is there an indicator for a double low bar
-
kennyhubbard replied Apr 25, 2010Hi there, Sure, I'll work on that. I have done most of it but I am battling to test it. I have just discovered that when visually backtesting an indicator, it uses the Ask and Bid from the marketwatch window and not from the history file. I have to ...
is there an indicator for a double low bar
-
kennyhubbard replied Apr 25, 2010Hi gio.gee, Think of the indicator as a "here and now" indicator......so it is not programmed to go through the past history on the chart like a MA for example. If you want to see it in action then use the EA attached to this post. It is an empty EA ...
is there an indicator for a double low bar
-
kennyhubbard replied Apr 24, 2010Here you go, Places a little rectangle above or below the double top or bottom where the close of the last bar is higher than the High of the previous bar(for a bottom) and lower than the previous bars' Low for a top.
is there an indicator for a double low bar
-
kennyhubbard replied Apr 24, 2010Yeah, I could probably make something like this later today or tonight. You just need to be a bit more specific about what your definition of a double low is? Must the 2 lows be exactly equal or should there be an allowance for a difference. Also ...
is there an indicator for a double low bar