당사 팬 페이지에 가입하십시오
- 게시자:
- Vladimir Karputov
- 조회수:
- 3807
- 평가:
- 게시됨:
- 2018.07.13 16:09
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
Idea by: Vadim Andreevich
MQL5 code by: barabashkakvn.
Along with the option of enabling/disabling Stop Loss, Take Profit, and Trailing, you can also choose how to use the signals of indicators: To use either both signals (from Fractals and from Stochastic) or the signal from only one of the indicators.
Inputs
- Lots - position volume
- Stop Loss (in pips) - Stop Loss
- Take Profit (in pips) - Take Profit
- Trailing Stop (in pips) - trailing
- Trailing Step (in pips) - trailing step
- Minimum profit (in money) - minimum profit (in money), at which the position will be closed
- Minimum profit (in pips) - minimum profit (in pips), at which the position will be closed
- Use Fractals - use the signals of Fractals
- Use Stochastic - use the signals of Stochastic
- One day: one deal - only one trade may be opened per day
MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/21348

An indicator that colors candlesticks going beyond channel Ozymandias.

An Expert Adviswor based on two indicators: iCCI (Commodity Channel Index, CCI) and iAO (Awesome Oscillator, AO)

Two independent trading systems using indicators BykovTrend_V2 and ColorX2MA within one EA, with an option of changing the size of the future trade depending on the results of the previous ones.

Two independent trading systems using indicators SilverTrend_V2 and ColorJFatl_Digit within one EA, with an option of changing the size of the future trade depending on the results of the previous ones for this trading system.