Watch how to download trading robots for free
Find us on Telegram!
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:
15592
Rating:
(5)
Published:
2008.05.12 10:48
Updated:
2014.04.21 14:52
MoneyRain.mq4 (3.62 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

This is an EA that increases the lot size after each profitable trade if it follows some losing trades.



This is another version of martingale, since the EA tries to play and after-game hoping that the series of losses will be changed for a series of profits.


EA Inputs:

* p - period for DeMark oscillator. It is optimized with the values from 3 to 100, step 1.
* tp - TP size in pips. It is optimized with the values from 10 to 100, step 1.
* sl - SL size in pips. It is optimized with the values from 10 to 100, step 1.
* lots - the volume of the first order and of all orders to be opened after a profitable trade. This input is not optimized.
* mn - magic number. This input is not optimized.
* losseslimit - the limit of successive losing trades. This input is not optimized. If the amount of losses reaches the limit, the EA stops opening new trades and sends an e-mail message.
* fastoptimize - fast optimization. This input is not optimized. If the value of this parameter is 'true', then the fast optimization of the embedded trading system without money management takes place. At fast optimization, the results obtained from Optimizer and from Tester will be different.

The EA works on only newly formed bars and open prices. There is no need to optimize it on every tick.

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

1-2-3 1-2-3

A realization of the method described at http://www.tradejuice.com/forex/forex-1-2-3-methode-mm.htm. The author of the realization is not the author of the method, so I don't vouch for the realization correctness.

Clear Exchange Transactions Clear Exchange Transactions

The indicator prints net positions for all currencies in the screen. This is a monitor of a multicurrency portfolio.

Short-Term Trends Short-Term Trends

A trading strategy that works with short-term trends.

Rooks Returned Rooks Returned

One more interpretation of the well-known ZigZag. The indicator is written to work according the trading system described here: http://forum.fibo-forex.ru/viewtopic.php?t=1368 The indicator works with ZigZag by Rosh (Zigzag2_R_).