- Search Metals Mine
-
Dave_C replied Feb 2, 2015The problem with the request is that you need a starting position and it would have to be on a currency by currency basis if you are specifying pips. The request could be fulfilled if starting position was an equity value and closing position was a ...
My EA Gift to Traders
-
Dave_C replied Feb 1, 2015Please download the EA again if you have already downloaded today. (Adjustment of Lot sizes)
My EA Gift to Traders
-
Dave_C replied Feb 1, 2015I have just released a new build for the EA which includes a number of enhancements 1. Information panel on the EA is now displayed on the top left hand corner of the chart. 2. An option to increase the lot size automatically after losing trades. - ...
My EA Gift to Traders
-
Dave_C replied Jan 31, 2015Regarding this matter, my next build will include changes to incorporate this concept. The Stop Loss will automatically include a provision to raise the size of the wager, by the StopLossMultiplier if the previous trade was a losing trade. I have ...
My EA Gift to Traders
-
Dave_C replied Jan 31, 2015In your previous posts, you predominately mentioned Price and/or EMA cross and STOC. I would have to agree with your comments regarding any sort of back test holding up with these combinations. In fact any type of optimization using EMA's as the ...
My EA Gift to Traders
-
Dave_C replied Jan 30, 2015I am not a big fan of EMA crosses for trade reversal as there are very few profitable outcomes in the long term. You should be looking at TP and SL as with the set file I sent you. A better way of looking at what you were talking about, would be for ...
My EA Gift to Traders
-
Dave_C replied Jan 30, 2015There are a couple of problems with your assumptions. 1. The .set file that I sent you did not have buy or sell on trade reversal as the setting. It had Stop Loss and Take Profit set and TradeClosureMode = 0. As such, if a signal reversal happened ...
My EA Gift to Traders
-
Dave_C replied Jan 30, 2015My solution would be using the object function - an example if (CalculateCurrOrders(Symbol())==0) { ObjectCreate("ObjSpread", OBJ_LABEL, 0, 0, 0); ObjectSetText("ObjSpread","Spread " + (Ask-Bid) ,7, "Verdana", Red); ObjectSet("ObjSpread", ...
My EA Gift to Traders
-
Dave_C replied Jan 30, 2015Under Tools, Options, Expert Advisors, you need to check "Allow Automated Trading". You will need to restart MT4 and reload the EA onto the chart to get the smiley face. I have enclosed a .txt file which needs to be renamed .set which has the ...
My EA Gift to Traders
-
Dave_C replied Jan 30, 2015The time frame is always on the .set file after the currency name. They are all 15min. You need to read the help file regarding location of .set files as it is explained very clearly.
My EA Gift to Traders
-
Dave_C replied Jan 29, 2015Found a problem with Straddle Trades with new code. Update at Post #1.
My EA Gift to Traders
-
Dave_C replied Jan 29, 2015I think you don't understand the reason for this thread but you are entitled to your opinion. I personally have been trading Forex since 1997 and have found tremendous benefit in EA's.
My EA Gift to Traders
-
Dave_C replied Jan 28, 2015After back testing, I have decided to introduce an extra dimension for Price/EMA Cross strategy. It has now been renamed Price/EMA Event and the addition is for alternative value of 2 which simply compares the close of the compared bar with the ...
My EA Gift to Traders
-
Dave_C replied Jan 28, 2015Thank you very much for your input and that is exactly what I am looking for. If you would like to look into that be my guest. If you have any queries please PM me.
My EA Gift to Traders
-
Dave_C replied Jan 28, 2015The update referred to above has now been completed. Please download from Post #1
My EA Gift to Traders
-
Dave_C replied Jan 28, 2015Thank you for sticking with me Alex. By your persistence, you have raised some very noteworthy issues. 1. Combining strategies . The EA was originally designed to implement a strategy and then use filters to refine the strategy. So the natural flow ...
My EA Gift to Traders
-
Dave_C replied Jan 28, 2015I believe I have identified your problem and I am working on a solution within 24 hours.
My EA Gift to Traders