- Search Crypto Craft
-
Dave_C replied Feb 18, 2015Here's the code with the updated captions. If all is OK I will send to Post #1 after I get the confirmation.
My EA Gift to Traders
-
Dave_C replied Feb 18, 2015I have updated some of the captions Yes - An example would be in MT4 (assuming +2)
My EA Gift to Traders
-
Dave_C replied Feb 18, 2015Give this a try. EDIT: If you are using an existing .set file with the Time of Day enabled, make sure the EndHour is set to 23 which is the new default.
My EA Gift to Traders
-
Dave_C replied Feb 18, 2015That's a good idea and I will see if I can add that today. I have been testing on the 1 hour timeframe and am coming up with some encouraging results and will probably open an RSI Trade Explorer based on 1 hour chart.
My EA Gift to Traders
-
Dave_C replied Feb 18, 2015Thanks Nobby. At the end of this week, I'm going to break down the results by the fields and publish a report to determine future direction.
My EA Gift to Traders
-
Dave_C replied Feb 18, 2015Thanks for the info. I'll add a reference at Post #1.
My EA Gift to Traders
-
Dave_C replied Feb 17, 2015I have done a rework of the candlesticks code. Also there was a problem with the code that you mentioned & it is related to the 30 min, 15 min & 5 min calculations. enclosed is the original code (15 min as an example) if (ReqTimeFrame == 15 && ...
My EA Gift to Traders
-
Dave_C replied Feb 17, 2015One other point, the candlestick pattern recognition was only ever written to process OHLC of bars. Since the every tick model treats each tick as a bar, you cannot really perform this function without reconstructing the bar code for the particular ...
My EA Gift to Traders
-
Dave_C replied Feb 17, 2015The probable answer is that you have nominated a 60 minute chart in your inputs and you are testing on a 15 minute chart. I notice you are using candlesticks alone & I don't see that candlestick logic in the EA so I presume it is your own logic. I'm ...
My EA Gift to Traders
-
Dave_C replied Feb 17, 2015I re-ran the test using tick data (albeit simulated because I have no actual tick data for gold) and had no problems. Can you try it without your tick data feed? The problem may be in your .fxt file.
My EA Gift to Traders
-
Dave_C replied Feb 17, 2015It's not a bad idea and feel free to do that for yourself. At this stage I'm in consolidation mode to try and get the number of revisions stabilised and rebuild a confidence level with the EA however if the demand justifies the change, I will listen. ...
My EA Gift to Traders
-
Dave_C replied Feb 17, 2015Thanks for the feedback Nobby. You shouldn't need to disable trading. Possibly a restart may be required to clear the system. I like your news feed. Any hints?
My EA Gift to Traders
-
Dave_C replied Feb 17, 2015It's most important that you set the new input parameters on the CloseTrades EA before you delete the dummy buy limit. Make sure that the input reflects the current balance and the SL and TP dollar or euro values required.
My EA Gift to Traders
-
Dave_C replied Feb 17, 2015Just make sure if you are using previous settings that the MaxSpread setting is at least 5. I have enclosed a set file as txt which works this end. Check your journal for a clue and advise me what it is, if there is an error. Maybe you don't have ...
My EA Gift to Traders
-
Dave_C replied Feb 16, 2015I have now had to change the code again, having discovered the real reason for Alex's problems for the OrderModify error 4051. In my previous posts, you will recall that I was unable to re-create his problems relating to this error. The error lay in ...
My EA Gift to Traders
-
Dave_C replied Feb 16, 2015It's probably the PointValue. I will have a look. Some things are meant to happen. Quite by accident, when I was testing out your solution, I encountered the problem that Alex has been having (OrderModify error 4051) and a quick look suggests it is ...
My EA Gift to Traders
-
Dave_C replied Feb 16, 2015Just a reminder to all about Trade Explorer at the top of the page. This Trade Explorer was only activated at start of trade this week and incorporates all the elements of TradersGift Trading Concept Post #339 with the new presets. There are 3 ...
My EA Gift to Traders
-
Dave_C replied Feb 16, 2015The only significant change recently that was made that could cause the error, was a complete rewrite of the bar handling technique to allow for every tick back testing. As I have explained in Post #1, the EA was explicitly written to use the model ...
My EA Gift to Traders