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

moving average position system - MetaTrader 4용 expert

조회수:
14332
평가:
(10)
게시됨:
2008.08.14 08:11
업데이트됨:
2016.03.29 14:55
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동


Indicators used:
Moving average SMA, WMA or EMA.

The algorithm of the trading strategy
Well, to work under this strategy, we only need the indicator Moving Average using SMA, WMA or EMA smoothing. For the research we'll use timeframe H4 on EURUSD chart.

Search for buy signal
1. The price must cross the moving average bottom-up on the chart;
2. The buy position is closed when the price crosses the moving average from top downward.

Search for sell signal
1. The price must cross the moving average from top downward on the chart;
2. The sell position is closed when the price crosses the moving average bottom-up.

Money management
If the total loss on all trades makes 100 points, the volume of the next trade is increased twofold. If the result with the trades of increased volume makes 100 points again, the volume of the next position is increased twofold again. An so on, until the trades with the increased lot bring 50 points of profit, after that the trading will be continued with the initial volume.

The investigation of the strategy is available at the 25-th issue of the journal:
http://www.fortrader.ru/ftgate.php?id=0&num=69

The last version of the EA:
http://forum.fortrader.ru/index.php?topic=25.0

MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/8313

SymbolList fromSet SymbolList fromSet

The script extracts the list of symbols from the *.set file and saves it as the csv file.

SymbolList SymbolList

The script swaps out all the symbols available in the Market Watch window into a csv file.

Pi Pi

The calculation of pi character.

Tema_rlh Tema_rlh

Indicator Tema_rlh.