거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Telegram에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
당사 팬 페이지에 가입하십시오
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
Real author:
The indicator of the author LeMan — AllPivotPoint is taken as a basis.
The indicator builds levels channels beginning from the line of closing of previous day, on the basis of data of previous day: dayClose+(dayHigh-dayLow)*fibo*koeff. On Monday, except the level of closing of Friday, the level of opening of Monday is in addition drawn.
- mondayGAP defines how to build levels on Monday: if false — levels are drawn from closing of Friday, if true — from opening of Monday;
- Days number of days for plotting, counting of today. Zero — the whole days available in the history are processed;
- koeff allows to squeeze & stretch a grid of levels. I recommend to put Fibonacci's numbers (0.34, 0.55, 0.618, 0.89, 1.44, 2.33).
MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/13985

Indicator S&R based on OHCL candles.

Traditional MACD indicator with a Momentum indicator and alarms. Allows customization of most of the parameters without having to dive into code.

EA opens trades from support and resistance levels which were set by a trader.

Copying utility with minimal functionality.