- Search Metals Mine
-
Dave_C replied Feb 4, 2015and for anuj20jain Please do some homework before you post. I have covered this question at least twice. _15 in filename means 15 min, _1 means 1 min, _60 means 60min.
My EA Gift to Traders
-
Dave_C replied Feb 4, 2015I have fixed the problem relating to time of day and think I have fixed the problem relating to break even. It's 12.35 am here and I will confirm in the morning. Please have a further look yourself. EA enclosed. Edit - Updated files now at Post #1 ...
My EA Gift to Traders
-
Dave_C replied Feb 4, 2015I will look in the morning and post the adjustment to the source code. I do not want to incorporate excessive risk in the EA. At 20% of capital maximum, 2% risk of equity and a SL multiple of 1.2 and risk/reward ratio 1:2 ie. a TP multiple of 2 ...
My EA Gift to Traders
-
Dave_C replied Feb 4, 2015Every preset file (.set) that I have shared was profitable on back test and the data used is at post #1. I am including the .set files as a zip for the continuous straddle which is also in the trade explorer at the top of the page. So now you have ...
My EA Gift to Traders
-
Dave_C replied Feb 4, 2015Can you send me a copy of your .set file and the time frame and currency pair, as I cannot replicate your problem.
My EA Gift to Traders
-
Dave_C replied Feb 3, 2015The continuous straddle was designed as the name implies to trade continuously and to follow all trends. If you want it to trade selectively, you will have to make the following change. Insert this line at 1056 if (UseTimeOfDay ==1 && ...
My EA Gift to Traders
-
Dave_C replied Feb 3, 2015In my last reply, I suggested you separate the charts because there are so many arrows on the chart that you have sent me, it is almost unintelligible. I have re-run the EA again, and did not have any problem. The chart is enclosed with the trades ...
My EA Gift to Traders
-
Dave_C replied Feb 3, 2015You need to go back to Post #1 where you downloaded the file and read the post!
My EA Gift to Traders
-
Dave_C replied Feb 3, 2015I'm sure you are all aware of the hype regarding commercial EA's and their claims regarding results on back test. Nearly all of them fall over after a period of time in forward trading. My own personal opinion is back testing beyond a previous 3 ...
My EA Gift to Traders
-
Dave_C replied Feb 3, 2015Use EMA Cross Strategy and set the EMA to a very low figures eg 1 and 2 and use Price/EMA as filter. See PM for message. Regarding back testing, read this Renko thread. I have read all 59 pages of it and I remember seeing some discussion about back ...
My EA Gift to Traders
-
Dave_C replied Feb 3, 2015Yes I admit it was hard to figure out your illustration with all the extra arrows because I had no idea why they were there. When I looked at your code and saw that the logic was reversed, I reverted back to the original code for the bearish and ...
My EA Gift to Traders
-
Dave_C replied Feb 3, 2015Support / Resistance is calculated off the ZigZag indicator. The daily levels which are catered for with the Pivot filter. It is predicated on both the peaks and the troughs of the last 2 zigzags being progressively higher and the price being at ...
My EA Gift to Traders
-
Dave_C replied Feb 3, 2015If you attach the TradersGift EA to your Renko Bars chart, all calculations will be calculated on the Renko Bars. (edit - notice the classic divergence on the RSI)
My EA Gift to Traders
-
Dave_C replied Feb 3, 2015I appreciate your response. I had thought after I had posted that the naming of the variables might cause a problem. C1 & O1 refers to 2 bars ago, C & O refer to 1 bar ago. If you want to interpret the current bar (which may not be finished) use ...
My EA Gift to Traders
-
Dave_C replied Feb 3, 2015I looked at your code. It appears to be incorrect. for example the following line - if ((C1>O1)&&(C<O)) in pseudo code that means if (the Close Price 2 bars ago is greater than the open price 2 bars ago) and (the close price 1 bar ago is less than ...
My EA Gift to Traders
-
Dave_C replied Feb 3, 2015I had a query regarding the use of Renko Charts. You can attached the TradersGift EA to the offline Renko chart (File ,Open Offlne) which is created by placing the enclosed EA on a 1 minute chart. You need to keep the 1 minute chart active so that ...
My EA Gift to Traders
-
Dave_C replied Feb 3, 2015?????? _1 = 1min _60 = 60min Previously explained in the thread!
My EA Gift to Traders
-
Dave_C replied Feb 3, 2015I have just uploaded a new build of the EA. This does not correct any errors but adds a cosmetic improvement and additional inputs for the ADX filter. You can now nominate the ADXPeriods and the ADXLevel. There are 2 ways of interpreting the ADX. 1. ...
My EA Gift to Traders
-
Dave_C replied Feb 2, 2015That's a great post and very stimulating and hopefully others can add to this. I recognize that the candlestick recognition can be improved. To answer your question about patterns being missed. There are 2 possibilities 1. A trade is already open. ...
My EA Gift to Traders