You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Using this first condition inside Technical Analysis.
I created simple template for us - download attached file and place it to template folder (for example - to C:\Program Files\MetaTrader 5\Profiles\Templates). After that - open EURUSD H1 chart, right mouse click, select Templates - our template by name. And you will see the chart similar with this one:
MetaTrader Trading Platform Screenshots
EURUSD, H1, 2013.06.06
MetaQuotes Software Corp., MetaTrader 5, Demo
eurusd h1
This is very simple setup related to technical analysis:
This kind of setup is used for technical analysis. But why the traders are not trading their technical analysis setups? we watched tv ... we are reading some threads about support resistance levels and so on. Why they are not connecting their setups/EAs to the Signals? because this Stochastic condition (overbought/oversold) are not coming on the same bar with the main signals to open buy/sell trade. Let me explain more.
- Moving Averages indicator with period 55, method - simple, apply to close.
- Moving Averages indicator with period 100, method - simple, apply to close.
- Stochastic indicator with the settings 100/8/8
EA is attached.Let's optimize the settings of this EA. I optimized it using cloud but for take profit, stop loss and trailing stop only. Set file (or pre-set file) is attached.
What is set file? This is the settings fo the EA. Place it to template folder, and you can use it during attaching EA to the chart clicking on Load button:
I optimized the settings of this EA (for tp, sl and ts only):
And I made backtest for 1 year:
Backtesting results and set file (settings of the EA) are attached.
And this is backtest for 3 years:
Profitable? Yes. But it is 15 trades only for 3 years. Why? because this overbought/oversold condition of Stochastic indicator is not coming on the same bar (most of them are not coming) with main signals from some other indicators to open the trades.
That is why we call this first signal from Stochastic indicator as technical analysis condition (condition which is usually used for technical analysis).
Forum
Stochastic
newdigital, 2013.06.06 14:56
so we go :)
Let's discuss the first usually used signals/condition of Stochastic: main line of indicator is above or below some level indicating overbough/oversold
As I said - Stochastic is used as a filter so the traders are using the term 'condition' instead of 'signal' of the indicator. And it is especially related to this first condition: value of indicator is above or below of some level. When and why some traders are using this kind of condition for EAs and for manual trading? They are using it on the following cases:
more to follow ...
But to say the true ... slow MA period should be 200 instead of 100. I used 100 because I did not get any single trade for one year ... :) so ... if you are estimating market condition in the beginning of the trading day - use this setup with MA period 200:
Forum
Stochastic
newdigital, 2013.06.06 15:06
I created very simple EA based on this condition:- Moving Averages indicator with period 55, method - simple, apply to close.
- Moving Averages indicator with period 100, method - simple, apply to close.
- Stochastic indicator with the settings 100/8/8
EA is attached.