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

Simple Expert Advisor - MetaTrader 4 için Uzman Danışman

Görüntülemeler:
22730
Derecelendirme:
(6)
Yayınlandı:
2009.11.30 13:58
Güncellendi:
2016.11.22 07:32
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

Many people asks to post a simple expert advisor.

The advisor is not designed to trade without losses. Its purpuse to check trade strategies.

Here is the one of them:

There are two WMA: WMA 8 and EMA 28.

When WMA crosses EMA from below - it buys.

When WMA crosses EMA from above - it sells.

After position opening it sends 2 orders: Take-profit 50 points (from the open price), Stop-loss 50 points (open price + spread)

Recommendations:

  • Trade with fixed value of deposit (10%) and leverage (1:100)
  • Do not use it for trade for all of the currency pairs
  • If trend has reversed, and WMA crossed EMA in the direction opposite to the positions opened - open position in the trend direction, and close previous (of course, the old orders should be deleted and new sended).

Image:


Editor's remark:

Note that it's a mirror translation of the original Russian version.

If you have any questions to the author, suggestions or comments, it's better to post them there.

If you have found this code useful for trading or educational purposes, don't forget to thank author.

Good Luck!

MetaQuotes Ltd tarafından Rusçadan çevrilmiştir.
Orijinal kod: https://www.mql5.com/ru/code/9357

Trade-Arbitrage Trade-Arbitrage

It works without losses. It uses the market inefficiency for the arbitrage.

10 points on EURUSD & GBPUSD 10 points on EURUSD & GBPUSD

The strategy is based on breakthrough of the maximum and minimum price values of the previous trading day.

ChartPlusChartV3 ChartPlusChartV3

Program for logging of non-market quotations from brokerage companies with MetaTrader platform. ADDED: Added ability to run your own script automatically in case of non-market quotations have place.

The aggressive semi-automated scalping EA The aggressive semi-automated scalping EA

Use on 1M charts. Manually choose Only Long, Only Short or Short and Long depending on market direction. Close open orders moving in the opposite direction.