Why does it not work with ECN brokers?
Dont use together with other EA:s or manual trading. Same screen or same account??
Why does it not work with ECN brokers?
Dont use together with other EA:s or manual trading. Same screen or same account??
This code is provided for free as a mql5 EA demonstration. You can of course adapt it to your needs, for example to work with ECN brokers. It can be used alone only as it works a position level. As MT5 use averaging to get only 1 position by symbol, you can't trade with other EA or manually without interfere with good work of this EA.
I don't understand your last question "same screen or same account" ???
Forum on trading, automated trading systems and testing trading strategies
newdigital, 2013.05.12 16:25
This is the thread about Brainwashing system. We will start with original version of this system and will improve it later.
==========
Just something about the history. There are 3 famous signals system (manual trading systems based on signal indicators): Asctrend, BrainTrend and Brainwashing. First two system were already explained and developed by indicators and EAs. So, we are going to discuss the last signal system: Brainwashing.
==========
Just for information:
ASCTREND SYSTEM
The Theory.
- asctrend system vs braintrading system: pros and cons
- Asctrend indicator in MT5 Codebase
- trading on open bar' and 'trading on close bar' concept
- Re-enter: practical example about how to trade asctrend manually with re-enter options.
- basic trading rules for asctrend system
- detailed rules for asctrend: practical illustration of asctrend concept
- Nick Rypock Trailing Reverse indicator as a standard filter for asctrend: the theory.
Manual Trading statements
- first metatrader statement for this system using just one asctrend indicator only.
- Next MT5 statement with this system (manual trading).
- Trading's continuing - one more MT5 statement.
- Next updating MT5 statement.
Second version of this manual trading system and for now - asctrend indicator together with NRTR indicator
First version of AsctrendND EA.
- optimization results for M15 timeframe for EURUSD, GBPUSD, USDCHF and USDJPY;
- backtesting results and settings for EURUSD M15 timeframe;
- optimization results for this EA for EURUSD H4 using Balance + max Sharpe ration;
- backtesting results with the settings 'Balance + Sharpe ratio', EURUSD H4;
- optimization results of this EA with EURUSD M15 timeframe;
- backtesting and the settings for EURUSD M15 with max Sharpe ratio;
- this is the other settings which may be some preliminary settings for martingale version;
- the other optimization results for GBPUSD M15
Next version of AsctrendND EA (verion 1.02) with TrendStrength filter added.
- optimization results for EURUSD M15 (for 1 year), every tick, slow complete ..., for Balance max;
- results for backtesting and the settings for EURUSD M15 timeframe, for one year with 2 indicators as the filters: NRTR Color Line and TrendStrength;
- optimization results for GBPUSD M15 for 1 year - the results and set file are attached;
- backtesting results and the settings for GBPUSD M15;
- optimization results for one year for EURUSD H1 timeframe with Balance + max Sharpe ratio;
- backtesting results with the settings for this EURUSD H1 with Balance + max Sharpe;
BRAINTRADING SYSTEM
- BrainTrending indicators to download with template.
- Rules to trade manually
- How to install
How To Create Your Own Mmanual Trading Signal System Based On Indicators From MT5 CodeBase - Instruction For Non-Programmers
- more to follow
I get these messages:
2017.03.22 19:38:47.025 2017.03.13 06:00:00 Asctrend sell signal
2017.03.22 19:38:47.026 2017.03.13 06:00:00 Asctrend sell signal confirmation by NRTR
2017.03.22 19:38:47.026 2017.03.13 06:00:00 Asctrend sell signal confirmation by TrendStrength
2017.03.22 19:38:47.026 2017.03.13 06:00:00 StopLoss : 114.888 Price : 114.696 Stoplevel : 0.0
2017.03.22 19:38:47.026 2017.03.13 06:00:00 with stoplevel : 114.696
2017.03.22 19:38:47.026 2017.03.13 06:00:00 SL : 114.888
2017.03.22 19:38:47.026 2017.03.13 06:00:00 Open sell failed. Return code=10030. Code description: invalid fill
while compiling ... 1 warning
declaration of 'lots' hides global declaration in file 'asctrendnd.mq5' at line 87 Trade.mqh 1344 14
warning is not an error so it may be not a problem.
--------------
You need 3 indicators for this EA to work:
"AscTrend, NRTR Color Line and TrendStrengthv2 indicators are needed for this Expert Advisor to work."
what is this?
2017.03.22 19:38:47.026 2017.03.13 06:00:00 Open sell failed. Return code=10030. Code description: invalid fill
Forum on trading, automated trading systems and testing trading strategies
Expert Advisors: AscTrend Expert Advisor
Alain Verleyen, 2013.12.05 16:47
This code is provided for free as a mql5 EA demonstration. You can of course adapt it to your needs, for example to work with ECN brokers. It can be used alone only as it works a position level. As MT5 use averaging to get only 1 position by symbol, you can't trade with other EA or manually without interfere with good work of this EA.
I don't understand your last question "same screen or same account" ???
If you can't compile "AsctrendND EA " here, try the fixed one on #219 of

- 2018.01.02
- www.mql5.com

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
AscTrend Expert Advisor:
Trading strategy based on ASCTrend indicator as main signal, filtered by NRTR indicator and/or by TrendStrength indicator.
Author: Alain Verleyen