- Search Metals Mine
-
Dave_C replied Mar 15, 2016Here is a simple NonLagDotEA which trades Lebaneese's rules. Previously I have added enhancements but this just trades the basic rules. (You do need the NLD indicator from Post #1 installed on your MT4 platform). EDIT - EA Updated 17/3
trend catching with NonLagDot indicator
-
Dave_C replied Mar 14, 2016You must use a different Magic Number with each chart because the Magic Number is used to check for existing orders.
TREND Following BASKET with Advanced Money Management
-
Dave_C replied Mar 11, 2016There are numerous problems with your EA. The major problem is that your code does not exist within the main programming loop (in your case OnTick()) You really need to do much more learning to undertake such a project. As an example I have included ...
My EA Gift to Traders
-
Dave_C replied Mar 10, 2016You still haven't explained how you make that determination when working on an hourly chart with 240 min parameters. Nevertheless the timeframe is taken into account in the code and as I said previously you are still working with the last 3 bars. ...
My EA Gift to Traders
-
Dave_C replied Mar 9, 2016A few more images to give you an idea of the scope of Agility Trader. About 1 month away. It will be free and I'll start a new thread.
My EA Gift to Traders
-
Dave_C replied Mar 9, 2016There is lookback on the Price/EMA and you have it set to 3 in the set file you enclosed. I can't see how you can make a verification if you are only looking at a 60 min chart!
My EA Gift to Traders
-
Dave_C replied Mar 9, 2016Here is sign of what is on the way. I am in the final stages of testing at the moment.
My EA Gift to Traders
-
Dave_C replied Mar 9, 2016eat On looking at your set file, you indicate that you are looking for an EMA long short cross of the last bar, combined with price being greater than EMA240 within the last 3 bars shifted 2 bars also combined with an RSI cross of the 50 level ...
My EA Gift to Traders
-
Dave_C replied Mar 8, 2016The calculations are made on the nominated timeframe regardless of the timeframe of the selected chart. If you are having problems please upload a copy of your set file (as .txt) and I will investigate.
My EA Gift to Traders
-
Dave_C replied Feb 18, 2016Please do not use my original EA's name as that reflects on me! I'm sure you understand.
trend catching with NonLagDot indicator
-
Dave_C replied Feb 18, 2016As you know, there is only one thing that drives the market, and that is market force. What you have done in a very elegant way is to highlight that force. How anybody uses that information is entirely up to the individual and how you use your money ...
FFx Universal Strength Meter
-
Dave_C replied Feb 17, 2016With some feedback the EA has now developed to a point where I would prefer that you PM me. Refer Post #2682
trend catching with NonLagDot indicator
-
Dave_C replied Feb 17, 2016Update to NonLagDotEA to address Trailing Stop and SetStopLoss to BreakEven issues with JPY pairs. Refer Post #1263 and Post #711
trend catching with NonLagDot indicator
-
Dave_C replied Feb 10, 2016Enclosed In your inputs - TradeClosureMode = 1 (to use Signal reversal) OrigStopLoss = 0 (which will act as the signal to automatiucally set 1% of equity as StopLoss)
My EA Gift to Traders
-
Dave_C replied Feb 10, 2016Only a couple of lines of code are required but you need to elaborate on the 1% stop loss and the relationship (equity, lot size, profit?).
My EA Gift to Traders