당사 팬 페이지에 가입하십시오
- 조회수:
- 27040
- 평가:
- 게시됨:
- 2008.05.23 08:04
- 업데이트됨:
- 2016.11.22 07:32
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
No indicators are used in this strategy!
Trading Strategy Algorithm:
1.Open the daily chart of EURUSD, lots 0.1.
2. As soon as a new candlestick (bar) is formed, open two trades (buy & sell) simultaneously (TakeProfit must be 10 points).
3. TrailingStop and StopLoss place at 50 points.
4. If one of the trades is closed, then open an additional position in the direction of the remaining one.
Exit trades, in all cases, by StopLoss or by TakeProfit.
Test on EURUSD D1 within the period from 2007.01.11 to 2008.01.11:
The working result of the optimized parameters within the period from 2007.01.11 to 2008.01.11:
The profit made over $6,100 within that period, profit factor being equal to 5.81, expected payoff being equal to practically 100!!!
You can see the forward testing results outside the optimization area and the results obtained for other timeframes in our magazine's issue from 14.04.2008.
MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/8074

A simple indicator will be useful for beginners. Even the present optimization.

Shows when to sell and when to buy, but not so simple.

Indicator has a rekomendatsionny nature. Shows signals on the basis stohastika.

Automated volume calculation for the preset risk factor, and order(s) opening.