- Search Metals Mine
-
Dave_C replied Feb 17, 2017Thankyou. You are correct and I have amended the install at Post #1 and also have included the updated ex4 below. (The set file remains as is and I have changed the code)
Agility TRADER 3 - Unrestricted Automation of your ideas
-
Dave_C replied Feb 17, 2017If you do not have the GBPAUD pair in your symbol list then the calculation will not be correct (a related rate of 1 will be used) EDIT: I have made a slight change in the amendment below.
Agility TRADER 3 - Unrestricted Automation of your ideas
-
Dave_C replied Feb 16, 2017New Update 3.17 at Post #1 Changes - Recover Wager Increase progression on restart. Fix Pending Order deletion with NonLagDot Fix display of Open Orders
Agility TRADER 3 - Unrestricted Automation of your ideas
-
Dave_C replied Feb 16, 2017Without taking into acccount StopLoss, LotSize = AccountEquity * Risk% / AccountLeverage * BaseCurrency / RelatedCurrency Taking into account Stop Loss, LotSize = AccountEquity * Risk% / AccountLeverage * BaseCurrency / RelatedCurrency * 100 / ...
Agility TRADER 3 - Unrestricted Automation of your ideas
-
Dave_C replied Feb 15, 2017I appreciate your commitment but market behaviour also changes over time. A good example was the bahaviour of the AUD today when the unemployment figures were released. Twelve months ago there would have been a rise in the AUD but lately the market ...
Four Reliable EA's
-
Dave_C replied Feb 15, 2017Looks like a few issues there. Have you tried non JPY pairs? For the time being I would not advocate using the NLD set files. In terms of coding, I had to made a number of exceptions to accommodate the NLD scenario. One possible solution is to use ...
Agility TRADER 3 - Unrestricted Automation of your ideas
-
Dave_C replied Feb 15, 2017Instance means a particular chart. In other words a particular instance of the Expert Advisor(s)
Four Reliable EA's
-
Dave_C replied Feb 15, 2017The Base Currency nomination is used to get the lot size technically correct. For instance if your are trading EURUSD and you deal with your broker in AUD then the exchange rate of EURAUD is sourced to get the correct lot size. In this case you need ...
Four Reliable EA's
-
Dave_C replied Feb 15, 2017Until the end of April, you will only have the most recent 3 months of data. The other alternative is to use 2016 data. I definitely do not recommend any more than the most recent 3 months of data. Why would you choose to backtest on old news? You ...
Four Reliable EA's
-
Dave_C replied Feb 15, 2017Following on from the CloseAllTrades EA, this EA will close all trades during news periods, and restart them afterwards
Four Reliable EA's
-
Dave_C replied Feb 15, 2017Free Tick Data will always have a minimum of 3 months data. For 2017, the month of January will have Nov Dec 2016, the month of Feb will have Dec 2016 and March onwards will have all of 2017's data. Worth noting is that if you use 2016 data, the ...
Four Reliable EA's
-
Dave_C replied Feb 15, 2017The value of 20 with the "b" added means that value will be varied during the optimization phase. If you remove the "b", the value will remain fixed so I'm not really sure what you mean.
Agility TRADER 3 - Unrestricted Automation of your ideas
-
Dave_C replied Feb 13, 2017Enclosed is an EA to automatically close all trades within a Magic Number range and Profit Target range and to disable Auto Trading. Attach it to any separate chart.
Four Reliable EA's
-
Dave_C replied Feb 13, 2017Chart Indicator settings merely act as a visual verification and have no effect on the functionality of the EA's. At this stage, the latest data (Nov Dec Jan) should be used for the optimizations not the original optimized values provided in the set ...
Four Reliable EA's
-
Dave_C replied Feb 13, 2017All the EA's do have a trailing stop feature. That would be verified by looking at the journal.
Four Reliable EA's
-
Dave_C replied Feb 11, 2017The source code needs to be available because the relevant buffer number(s) need to be referenced. As this is another trading system, this would be your project to interpret the buffers and decide on the actions to be taken.
Agility TRADER 3 - Unrestricted Automation of your ideas
-
Dave_C replied Feb 2, 2017The Licence Key is contained in the file Agility3.lic which is in the MQL4/Files sub directory. Shell32.dll is only required to access the browser. Browsers on VPS's however have addditional security features which may prevent the browser from ...
Agility TRADER 3 - Unrestricted Automation of your ideas