Ticaret robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Facebook ü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

Example of MACD Automated - MetaTrader 4 için Uzman Danışman

Mohammad Soubra
Yayınlayan:
Mohammed Abdulwadud Soubra
Görüntülemeler:
28505
Derecelendirme:
(12)
Yayınlandı:
2016.12.30 14:44
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

It is a MetaTrader 4 code example of MACD automated Expert Advisor, with advanced money management function and trailing stop as well.

The idea is:

  • Filter as Multi Time Frame code example (Daily and 15 minutes charts).
  • When the bigger timeframe is giving Buy (or Sell) signal/rule, then it will wait the confirmation of the lower timeframe to give the same signal/rule. Then the trade must be placed.
  • Buy Rule: When the MACD histogram is > 0 on the daily time frame AND the same on the 15 minutes time frame.
  • Sell Rule: When the MACD histogram is < 0 on the daily time frame AND the same on the 15 minutes time frame.

Recommendations:
  • Don't use it on the real account.
  • It is only for educational purposes, not for strict trading.
  • Take care!
Pivot Star Pivot Star

Pivot indicator. Standard, Fibonacci, Camarilla, Woody's, Demark. Calculates pivot points from previous bar of chosen period (M5 - MN).

Automatic Fixed Scale with Top/Bottom Margins Automatic Fixed Scale with Top/Bottom Margins

This code was written as an indicator. It adds top and bottom margin to the chart. Both can be adjusted separately.

Yen Trader Yen Trader

Expert Advisor to trade Yen Crosses based on Major Pairs and USDJPY divergence/convergence.

Example of A Simple Breakout Trading Robot Example of A Simple Breakout Trading Robot

Example of a simple breakout trading robot. There are a lot of breakout methods, but this is the simplest one as I think. Please see the attached images to visualize what is the breakout trading...