- Search Energy EXCH
-
kennyhubbard replied Jun 1, 2010My first 6 months in forex were wasted chasing the hedge grid dream. I have probably not tried every single shape or form of grid/martingale trading but I have tried enough of them to know that there are better ways to trade. I think you will find ...
Need Help Coding the Holy Grail! (not kidding)
-
kennyhubbard replied May 31, 2010Python, There is nothing new about this idea and personally I think you are wasting your time(and money), but that is your perogative. Look up this thread on a popular russian forum, as it is probably what you are looking for :- url
Need Help Coding the Holy Grail! (not kidding)
-
kennyhubbard replied May 30, 2010Python, I seem to recall having seen this system a year ago on another forum..... I am always open to correction, but I think you have missed the point of this system. It is a cost averaging system that is used to trade an instrument with a high ...
Need Help Coding the Holy Grail! (not kidding)
-
kennyhubbard replied May 28, 2010Ronald is right, you probably have no parameters selected for optimization.
1 passes done during optimization results discarded insignificant.
-
Connection Monitor Indicator
Started May 26, 2010|Platform Tech|1 reply
Hi guys, Here is a little tool that I created with which you can monitor the quality of your ...
-
kennyhubbard replied May 26, 2010Hi guys, I have been away so I have not had much time. I will look at the above suggestions in due course.......... 4XWeezal, Please tell me what broker you are using. The benefit of 5 digit brokers are that it offer more accurate price allowing ...
I'm seeking a trailing stop EA that surely must exist, any ideas?
-
kennyhubbard replied May 26, 2010Ok, try this, It charts and tracks minimum and maximum values of spread per bar. It also writes the instantaneous spread at the top left of the main window. The problem with trying to chart a specific spread is that it is pretty arbitary.......the ...
Spread Tracking Indicator?
-
kennyhubbard replied May 22, 2010Ok, gimme a couple of days and I'll look into it.
I'm seeking a trailing stop EA that surely must exist, any ideas?
-
kennyhubbard replied May 21, 2010Ok, herewith the latest version. Just addresses the issue of stoplevels. Also there is a boolean(true/false) function that allows the EA to make some simple trades in order that you may backtest the trailing stop function on your favourite ...
I'm seeking a trailing stop EA that surely must exist, any ideas?
-
kennyhubbard replied May 21, 2010rajchumar, I have removed the trading portion of this EA. I placed the original trades as a way to test the EA. The results are misleading as you cannot see the drawdown that is created by leaving trades open indefinitely. It could quite easilly ...
I'm seeking a trailing stop EA that surely must exist, any ideas?
-
kennyhubbard replied May 21, 20104XWeezal, Please can you tell me which broker you are using and which instrument. Mike, the 2 digit brokers that 4X was referring to would be the JPY pairs on your normal 4 digit broker......but, as you say, why anyone still uses 4 digit brokers is ...
I'm seeking a trailing stop EA that surely must exist, any ideas?
-
kennyhubbard replied May 19, 2010Sure, you are welcome....... One more thing..... It does not detect modification of the entry price of a pending order.....that is tommorrow's challenge.
EA to email new orders... like a signal EA
-
kennyhubbard replied May 19, 2010Herewith the latest....... I have fixed the incorrect pips on trade close, as well as the incorrect symbol on trade deletion. I have implemented the ordermodify detection......use this with caution if you use a trailing stop EA. It has a bool ...
EA to email new orders... like a signal EA
-
kennyhubbard replied May 19, 2010hi hayseed, Thank you for your kind words. I have fixed the last 2 bugs mentioned(thanks h
).....now to fix the main problem of emails not getting sent
EA to email new orders... like a signal EA
-
kennyhubbard replied May 19, 2010Hi profxtrader, Ok, thanks, will have a look at those as well. Unfortunately, I don't really use the EA, so I rely on you to help find the bugs. To get back to the first bug of it not sending orders, please can you tell me more about the order state ...
EA to email new orders... like a signal EA
-
kennyhubbard replied May 19, 2010Hi, Ok, will work on the order modification emails. Give me a day or two. Not sure why it has stopped sending the mails? A bug probably but try reset. I take it that it was sending correctly to start with? It should operate on any chart but let me ...
EA to email new orders... like a signal EA
-
kennyhubbard replied May 18, 2010Here you go, bool Own_Symbol_Only.......set to true to control only currency pair that is the same as the chart the EA is placed on. False controls all trades.
I'm seeking a trailing stop EA that surely must exist, any ideas?
-
kennyhubbard replied May 17, 2010You have declared them again here and this is probably messing with their values. Try taking them out of this function.
pending order function
-
kennyhubbard replied May 17, 2010There is a curly bracket missing from the above code. I need to know where you have it.
OrderModify Error
-
kennyhubbard replied May 17, 2010Try placing something like this after orderselect and showing us the results bool result = NormalizeDouble(entry,4) != OrderOpenPrice(); bool result1 = NormalizeDouble(entry1,4) != OrderOpenPrice()) Print("entry = " + NormalizeDouble(entry,4)); ...
OrderModify Error