당사 팬 페이지에 가입하십시오
The PercentageCrossover indicator with the timeframe selection option available in the indicator input parameters.
The indicator allows displaying on a chart eight Moving Averages with the same averaging methods and calculation prices, but with different periods.
This EA uses indicators iCCI (Commodity Channel Index, CCI), ZigZag, and Impulse. Position trailing is possible.
Indicator PCaudateXPeriodCandleRange with the timeframe selection option available in its input parameters.
Indicator CRF (Cumulative Rotation Factor) displays the states of the market: Uptrends/downtrends/consolidation.
The SilverTrend indicator with the ability to change the indicator timeframe using the input parameters.
This is a working singleton code example. The sole purpose of this post is to provide a working code sample of a singleton object. A singleton object is created when there 'can be only one' of the object. This is accomplished by making an object's constructor private, and ensuring assignment and copy operations are also private. I was working on an EA and identified that an object should never have more than one copy. I don't expect the EA to ever get large enough for it to actually matter that a singleton is used, but I like the clarity in the code for the object's type. The code follows closely the tutorial at http://www.yolinux.com/TUTORIALS/C++Singleton.html.
This Indicator creates automatically a Risk/Reward Box on you all opened chart base on High, Low price with the old candles. You can use it easily to drag and change size and price to your desire wanted.
디마커 지표(DeM)는 기간 최대값과 이전 기간 최대값의 비교를 기반으로 합니다. 지표가 30 밑으로 하락하면 강세장으로의 전환이 기대됩니다. 지표가 70 위로 상승하면 약세장으로의 전환이 기대됩니다.
3 검은 까마귀/3 하얀 병사 + CCI에 기반한 매매 신호를 살펴봅니다. 이 전략에 기반한 Expert Advisor 코드는 MQL5 마법사를 사용하여 자동으로 생성될 수 있습니다.
스토캐스틱 지표에 의해 확인된 "해머/교수형" 캔들스틱 패턴에 기반한 거래 신호를 살펴봅니다. 이 전략에 기반한 Expert Advisor 코드는 MQL5 마법사를 사용하여 자동으로 생성될 수 있습니다.
BrainTrend2Sig is an indicator of the market trends that assigns colors to candlesticks according to the trend direction.
Four-colored histogram of OsMA (Moving Average of Oscillator) allowing to implement different smoothing algorithms.
Mikahekin can be called a complete analytical block rather than just an indicator. The color of bars shows a trend direction and their height indicates a trend power. Blue and magenta dots show trailing-stop levels for long and short positions, respectively.
The simple script for deleting all graphical objects from a financial asset chart. It can be useful, in case the chart is overcrowded by objects that are not needed anymore.