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
Views:
24018
Rating:
(4)
Published:
2008.08.27 05:44
Updated:
2016.11.22 07:32
20_pips.mq4 (3.18 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Description:

  • This EA uses the following rules for buying:
    1. The fast MA must be above the slow one.
    2. We enter when the close price is lower than the open price, place TP=20 pips, StopLoss is not placed.
    Exit:
    We exit either by TP or placing the StopLoss at the minimum of the previous bar minus 10 pips, as soon as the mimimum of the previous bar becomes less than the lower Price Channel line.
  • The elements of the Matringale are used in this strategy - there is a little chance that the second lossmaking position will appear after the first one, so the next trade is performed with a much bigger lot.
  • The selling rules are opposite to the buying.
    I want to say right now that is not a ready for trading robot. It is necessary just for exercising the idea of the trading.
  • The EA works on the daily charts by the open prices. It is enough to optimize only the Period_Pch duting testing, if the multiplier is set to 1 then the system will work without the Martingale. It is not necessary to change the TP, the 20 pips is the optimal value for the majority of symbols.
    I'm waiting for your remarks, comments, advices and critics.

Picture:

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

Open Source Forex Open Source Forex

The concept of this EA is to monitor several indicators and trade based on a value returned by those indicators.

WcciPatterns WcciPatterns

Indicator WcciPatterns. See the description at the indicator's code itself.

Ravi+AO Ravi+AO

A simple EA that uses 2 indicators AO and RAVI (attached) in its working. NOT OPTIMIZED!!! Good results on EUR/USD - H1.

NRTR (Nick Rypock Trailing Reverse) NRTR (Nick Rypock Trailing Reverse)

The NRTR indicator lies below the chart at rising trends and lies above the chart at descending trends.