- Search Crypto Craft
-
Dave_C replied Sep 19, 2015That logic is to handle a situation when there is a straddle trade with a stop buy order and a stop sell order and because of whipsawing at the time of an event (for example - a news release) both a buy and a sell trade are opened. The code deletes ...
My EA Gift to Traders
-
Dave_C replied Sep 19, 2015I don't really understand what you are saying. There is no logic like that in the program.
My EA Gift to Traders
-
Dave_C replied Sep 15, 2015As I have repeated many times previously, I cannot provide support when you do not provide specific details. I need set files and charts.
My EA Gift to Traders
-
Dave_C replied Sep 14, 2015Lines 1523 and 1538 of the above code refers to a Variable called PointValue. Change that to (PointValue * SafePips) where SafePips is a new External Variable which represents the number of pips required.
My EA Gift to Traders
-
Dave_C replied Sep 14, 2015It is possible but that is not my desired direction for the EA. You must understand there is no limit to the amount of tweaking and the requests average out at around 10 per week and there are more than enough permutations and combinations. If you ...
My EA Gift to Traders
-
Dave_C replied Sep 13, 2015No. The EA makes the exit based on the criteria at the placement of the trade.
My EA Gift to Traders
-
Dave_C replied Sep 13, 2015The SetStopLossToBreakEven logic does exactly what that article describes, in that it locks in a 1 pip gain once that level is achieved. There is no movement of SL until the trailing level is established. I have enclosed an amended EA that hides SL ...
My EA Gift to Traders
-
Dave_C replied Aug 28, 2015That is not correct. Please read the webpage fully. Traders Gift EA is and will always be free complete with source code. The only charged program is the auto calculation version of Strategy Optimizer (an alternative to MT4 Strategy Tester) . ...
My EA Gift to Traders
-
Dave_C replied Aug 18, 2015I have found a potential error in my code and uploaded the amendment. This will fix your problem.
My EA Gift to Traders
-
Dave_C replied Aug 11, 2015Your statement does not make sense. Firstly .2% risk factor would need a minimum bank of $5000 to achieve a lot size of .01. The moment your bank goes under $5000 the next wager would be rejected. Secondly lot size has nothing to do with the overall ...
My EA Gift to Traders
-
Dave_C replied Aug 10, 2015You have maximum risk percentage set to .2% I presume you mean 2%
My EA Gift to Traders
-
Dave_C replied Aug 9, 2015Not sure I understand your request. If you are talking about the Monthly service, I provide the .set file which you load into the EA which is attached to a chart.
My EA Gift to Traders
-
Dave_C replied Aug 2, 2015Data to the end of July now available through Post #1.
My EA Gift to Traders
-
Dave_C replied Jul 31, 2015When you post a query, you need to provide all the relevant information such as a copy of your set file, the relevant chart and your trade log. It is impossible for me or any other poster to provide meaningful help when you withhold information and ...
My EA Gift to Traders
-
Dave_C replied Jul 30, 2015Deactivate Auto Trading before you close the trade. (Button below menu)
My EA Gift to Traders
-
Dave_C replied Jul 27, 2015I would need much more detail than you provide, such a copy of your set file, the relevant trade log and the applicable chart. Don't forget to take into account the spread. In relation to the credit card details, that is your choice. You will need ...
My EA Gift to Traders
-
Dave_C replied Jul 27, 2015All your Stop Losses appear to be behaving normally in that they reflect the current lowest position plus the stop loss value. I notice you are not using the most current version.
My EA Gift to Traders
-
Dave_C replied Jul 26, 2015By reviewing the Trade History, the size of the last trade could be determined however it is easier to review this manually and amend the lot size. By design, EA's require a continual connection to maintain the value of all the variables.
My EA Gift to Traders
-
Dave_C replied Jul 23, 2015Your request does not give enough information. I don't think you have chosen your terms correctly. The only expected payoff is the current Stop Loss and Take Profit in place and Profit Factor has nothing to do with existing trades. If the trades are ...
My EA Gift to Traders