- Search Metals Mine
-
damiend replied Oct 24, 2017Thanks for your tests and your patience guys. Attached is the new version 1.2
The new features for this version are: A trailing stop. You will need to configure TrailingStop and TrailingStep for that. Set TrailingStop=0 to disable it. ...Channel MA Short-Term System
-
damiend replied Oct 24, 2017Hi pet3250, You will have to find your broker GMT time and enter it into the BrokerGMT parameter. Then the start date and end date to specify are GMT hours. It means if your broker is at GMT+3 and you want to trade between 9AM and 5PM your broker ...
Channel MA Short-Term System
-
damiend replied Oct 24, 2017Hi, Do you have an error logged in your Terminal logs tab at the time where it should have open the order? I have found a bug about pip value with some broker that will be fixed in the next release, maybe it's related with your issue.
Channel MA Short-Term System
-
damiend replied Oct 23, 2017Mickey, I understand your point about the frequency filter. I have thought about a solution and I'm not sure that setting a pip distance is the best one, as we could probably want to add on a winning position on a reconfirmation signal (that could ...
Channel MA Short-Term System
-
damiend replied Oct 23, 2017diamonddbw, The start and end dates on the EA are GMT times. This way everybody could use the same times to specify london open and close (for example). The GMT times for this session is from 7AM to 3PM, for the EA it would be 7:00 to 15:00. The ...
Channel MA Short-Term System
-
damiend replied Oct 21, 2017Hmm I guess you are using the default BreakEven settings, aren't you? Because with default values BreakevenAfter=25 and BreakevenValue=5, it will set SL at 5 pips when it goes 25 pips in your favor. You can disable BreakEven by setting ...
Channel MA Short-Term System
-
damiend replied Oct 21, 2017It doesn't know. There's no such restriction in the EA, it can trade on any chart it is attached to. It means if you attach the EA to a M15 timeframe chart, it will use M15. If you attach it to a D1 chart, it will use D1, and so on. But if you test ...
Channel MA Short-Term System
-
damiend replied Oct 21, 2017Regarding your question in the image: I confirm that if UseTradingTimes is false, you don't have to worry about start and end time. Thanks for your tests!
Channel MA Short-Term System
-
damiend replied Oct 20, 2017Great thanks for the extensive tests, it helps a lot because unfortunately I don't have a lot of time these days so it's difficult to do the coding + the tests. Ok for the 3 new features, I can add that to your shopping cart
It sounds good, I ...Channel MA Short-Term System
-
damiend replied Oct 20, 2017On your MT4 software, click on file > open data folder. In this folder, copy the EA file in MQL4 > Experts folder. And restart your MT4. Or search in Google for "metatrader 4 install EA" to know more.
Channel MA Short-Term System
-
damiend replied Oct 20, 2017Yes that's the way I coded it. If UseDelayedEntries is disabled, the EA won't take these kind of setups where SL is not at the opposite side of the channel, it would be too risky.
Channel MA Short-Term System
-
damiend replied Oct 19, 2017Lol, thank you for the interesting impovement idea too

Channel MA Short-Term System
-
damiend replied Oct 19, 2017Yes I totally agree with you and I like your improvement ideas, I will add the option to close unrealized P/L and the one to close when price closes on the other side of the channel. Thanks for the testing!
Channel MA Short-Term System
-
damiend replied Oct 19, 2017Yes I didn't test it but it should work with renko and all others candle types.
Channel MA Short-Term System
-
damiend replied Oct 19, 2017Hi RoyPK, Thanks for your feedback. Is your broker at GMT+0 time? If so, did you set the BrokerGMT input parameter to 0 ? (It is 3 by default) About the multipair EA on one chart, it is not my primary objective because: It would not be backtestable, ...
Channel MA Short-Term System
-
damiend replied Oct 19, 2017Yes we could try that later, but I agree with you, I'm pretty sure the difference will be negligeable. From my first backtests on GU, I even feel like a 30 pips SL would produce better results than 40 pips but I will make more tests.
Channel MA Short-Term System
-
damiend replied Oct 19, 2017We don't see the prices on your screenshot so I can't tell you for sure... But you don't have an entry here because the price is too far from the channel. See my picture, the EA tried to open a SELL position in "1" but the stop loss would have been ...
Channel MA Short-Term System
-
damiend replied Oct 18, 2017Not sure it's wrong, sorry. See my previous post. If the SL was set above the channel, the entry is correct.
Channel MA Short-Term System
-
damiend replied Oct 18, 2017Ah I can see that I forgot to explain how the current condition for the EA to delay an entry works. An entry is delayed if the SL would have been below the Channel high for a Sell, or above the Channel low for a buy. In others words, if the SL is ...
Channel MA Short-Term System
-
damiend replied Oct 18, 2017Cescof, Your delayed entry is not correct, you must wait for the price to touch the 33ema. Did you place this order manually or is it from the EA?
Channel MA Short-Term System