- Search Metals Mine
-
Dave_C replied Feb 7, 2015I was in fact contradicting my earlier statement and only realised that when I consulted the trade journal as a result of your observations, so thank you for your observations. I have edited Post 408. I had been disheartened by the back test results ...
My EA Gift to Traders
-
Dave_C replied Feb 7, 2015quote: Tick data is of no value to TradersGift EA from a graphing point of view. Post #407 Edit: Tick data should not be used at all because the EA is predicated on the previous bar values (except for the Straddle). I just looked at the trade ...
My EA Gift to Traders
-
Dave_C replied Feb 7, 2015The download from post #386 is now going to Post #1 having resolved the Price EMA Cross issue. I'm still looking for input. I'm still looking for input on CandleSticks and a request for input from Post #393. My next project with be scaling out of ...
My EA Gift to Traders
-
Dave_C replied Feb 7, 2015Tick data is of no value to TradersGift EA from a graphing point of view. You can use it for back testing and your statement is spot on. Edit: Having looked at the trade journal you can't use it for back testing because it treats every tick as a ...
My EA Gift to Traders
-
Dave_C replied Feb 7, 2015See Enclosed. The EA is looking at the previous bar (default setting of all MaxBarsAgo inputs is 1). You can change it to zero, but I would never recommend it!
My EA Gift to Traders
-
Dave_C replied Feb 7, 2015Here is the trade logic for PriceEMA //+------------------------------------------------------------------+ //| Calculate Price EMA | //+------------------------------------------------------------------+ void CalcPriceEMA(int ShiftVal) { CurrPrice ...
My EA Gift to Traders
-
Dave_C replied Feb 7, 2015You can't use every tick method because the EA is being controlled on the nominated time frame close prices. Every tick creates a close price on every tick.
My EA Gift to Traders
-
Dave_C replied Feb 7, 2015I have reproduced your chart as closely as possible on my platform and have no such problem. The only thing I can deduce is that the EA you are using is an older version so could you please check very carefully that you are using the EA from Post ...
My EA Gift to Traders
-
Dave_C replied Feb 7, 2015Yes it will work on Renko charts. A couple of posts - refer Post #269 & Post #284
My EA Gift to Traders
-
Dave_C replied Feb 7, 2015Alex has raised quite a significant issue. If the StopLossMultiplier is being used and the the TakeProfit multiplier is also being used, ie. for Risk:Reward, at what point do we allow the wager to be increased. He suggested BreakEven should be ...
My EA Gift to Traders
-
Dave_C replied Feb 7, 2015I hear what you are saying but the code prevents that from happening and I can't reproduce it. Whenever you have a specific problem like this, it really helps if you can send me the .set. The closest I could get using the .set you last sent me in an ...
My EA Gift to Traders
-
Dave_C replied Feb 7, 2015My first back test treating BreakEven as a loss (using StopLossMultiplier) suggests your idea is spot on. To give it a try just add -5 to the code at lines 1184, 1233, 1272 (from the download above). You can see on the top graph however that the ...
My EA Gift to Traders
-
Dave_C replied Feb 7, 2015Please hold off for the moment as the code is still a little general. It might be best if you PM me with your email address and I will send you an email with the updated code as an attachment. The download above addresses some further issues of ...
My EA Gift to Traders
-
Dave_C replied Feb 7, 2015quote=alex8585, I can see that you have removed from the last build the position feature from EMAPrice i am totally sure that you had the reason for that and you already have the answer for that question. My thought was just to set EMA cross with a ...
My EA Gift to Traders
-
Dave_C replied Feb 7, 2015How can you expect me to help you with the information you provide. You need to provide much more detail. Please do some homework before you post.
My EA Gift to Traders
-
Dave_C replied Feb 6, 2015I don't know what timeframe you are using or what chart, but with the .set file that you sent me with the EURUSD 60 mins chart, all looked OK from this end. Can you use the same .set file with the same chart at your end and indicate where you see ...
My EA Gift to Traders
-
Dave_C replied Feb 6, 2015I think I have addressed all your issues. Could you give the enclosed EA a try and get back to me. Edit: I just noticed your last post and I will think about it. Having just finished coding to cancel signals on the same bar and now your request for ...
My EA Gift to Traders