Ticaret robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Telegram üzerinde bulun!
Fan sayfamıza katılın
Komut dosyasını ilginç mi buldunuz?
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
Komut dosyasını beğendiniz mi? MetaTrader 5 terminalinde deneyin
Uzman Danışmanlar

MTS "MoneyRain" - MetaTrader 4 için Uzman Danışman

Görüntülemeler:
15799
Derecelendirme:
(5)
Yayınlandı:
2008.05.12 10:48
Güncellendi:
2014.04.21 14:52
MQL5 Freelance Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

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.

MetaQuotes Ltd tarafından Rusçadan çevrilmiştir.
Orijinal kod: 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_).