Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Experts

CCI_MA. EA Based on Substandard Application of CCI and MA - expert for MetaTrader 4

Views:
20268
Rating:
(7)
Published:
2008.10.11 19:53
Updated:
2014.04.21 14:53
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Add CCI indicator. Put the MA indicator directly on it. (Apply to Previous Indicator's Data)
The EA works by the following algorithm:
1. If the CCI line crosses the MA bottom-up then buy.
2. If the CCI line crosses the MA from top downwards then sell.
3. If the CCI crosses 100 from top downwards then close the BUY trade, if it crosses 100 bottom-up then close the SELL trade.
Only one trade can be opened at a time.

The EA was tested on EURUSD from the year 2001. The best parameters for H1:
CCI_Per=31
MA_Per=99
CCI_close_Per=35
TakeProfit=180
StopLoss=420
The report is attached.


Help me with the optimization on the other symbols and timeframes. I think that the algorithm is not bad, but the realization leaves something to be desired. I propose you to work on it together. Write about your ideas and defects noticed, let's improve it...


Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/8425

Open_close MTS on Chart Open_close MTS on Chart

Greetings to all. I started to develop a MTS not long ago. This is my first one. How can I improve it, I'm waiting for the specialist's advices. And how can I use the AMA indicator in the EAs (iAMA)? I tested this strategy on September 2008.

Trend Indicators Trend Indicators

A small set of the trend indicators.

Indicator of Candlesticks Combinations (Japanese Candlesticks) Indicator of Candlesticks Combinations (Japanese Candlesticks)

It denotes the combinations of candlesticks using the "wingdings".

MartingailExpert_v1.0 MartingailExpert_v1.0

The EA opens the positions in the direction of moving of Stochastic indicator, in addition there is a heightening of positions by martingale. It is tuned for micro-Forex.