당사 팬 페이지에 가입하십시오
- 조회수:
- 9080
- 평가:
- 게시됨:
- 2008.06.07 07:38
- 업데이트됨:
- 2016.11.22 07:32
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
The gist of the EA is the 15 pending BuyLimit and 15 pending SellLimit orders (the distance is specified by the "shag" value) are placed, then some of them trigger and we wait while the price goes to the opposite direction by the specified value - my_profit. If the price doesn't return to the necessary side, then the loss is fixed - my_stop.
The problem is to search the necessary algorithm of floating StopLoss specifying or the level of orders placing. I've tested it only with the pound, but I think that it will work with the others (with the other parameters). If anybody has any suggestions I will appreciate for the help. The picture:
Что-то такое выходит!
Optimization with the stop.
Optimization without stops (shows a good result, but discharge occurs one "fine" day).
MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/8147

Indicator of the normalized volume

Combo of averages and MACD. All parameters are free to be changed.