거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Facebook에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
Experts

Simple Expert Advisor - MetaTrader 4용 expert

조회수:
22799
평가:
(6)
게시됨:
2009.11.30 13:58
업데이트됨:
2016.11.22 07:32
EMA_WMA.mq4 (4.76 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

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에서 러시아어로 번역함.
원본 코드: 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.