당사 팬 페이지에 가입하십시오
The EA trades using signals of the iMACD (Moving Average Convergence/Divergence, MACD) indicator. Lot is increased when the number of position grows (Martingale)
The EA trades on the iMA (Moving Average, MA) indicator. At the same time, there is a parameter of the indicator indent from price, set in percents.
The Expert Advisor sets pending Buy Stop and Sell Stop order at a specified time.
The Expert Advisor is based on iCCI (Commodity Channel Index, CCI) and iMA (Moving Average, MA) indicators.
슈퍼맥봇은 이동평균 크로스오버 전략과 MACD 지표를 결합하여 정확하고 안정적인 매매 신호를 제공하는 완전 자동매매 로봇입니다. 이 전문가용 어드바이저는 모든 종목과 차트주기에 원활하게 작동하도록 설계되어 다양한 시장 상황에서 트레이더에게 다목적성과 적응성을 제공합니다.
The Expert Advisor Exp_AdaptiveCyberCycle is built on the basis of the Adaptive Cyber Cycle indicator. The signal is formed when a bar is closing if there is crossing of indicator and its signal line.
The trading system based on XRSI_Histogram_Vol_Direct indicator signals
An EA based on indicators iMA (Moving Average, MA) and iStdDev (Standard Deviation, StdDev)
어드바이저용 버튼 추가 예시. 이 예시에서는 모든 상품의 모든 활성 포지션을 청산하는 버튼이 구현되어 있습니다. 버튼 이벤트 처리 기능 외에도 심볼 이름을 기준으로 포지션을 청산하고 심볼 이름을 기준으로 포지션 수를 계산하는 메서드도 구현되어 있습니다.
The Exp_ColorNonLagDotMACD Expert Advisor drawn on the basis of the signals taken from the ColorNonLagDotMACD histogram
The Exp_ColorJMomentum Expert Advisor is based on the ColorJMomentum oscillator change of direction.
The Expert Advisor uses the iDeMarker (DeMarker, DeM) and iStochastic (Stochastic Oscillator) indicators. Three virtual levels to protect profit.
The EA opens positions at crossing fast iMA and slow iMA (Moving Average, MA). It has the function of outstaying the losses. It catches the type of the position in OnTradeTransaction.
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.
The trading system based on SSL_NRTR indicator signals with the possibility to set a fixed position holding time
The function takes two arrays of integers as parameters: "allowedPeriods" and "periodsToCheck". "allowedPeriods" is an array containing all the time periods allowed by the system, while "periodsToCheck" is an array containing the time periods used by the user in the indicator. The function iterates through the elements of the "periodsToCheck" array and checks if each of them is present in the "allowedPeriods" array. If it finds any time period that is not allowed, the function returns "false". If all time periods are allowed, the function returns "true". In short, this function is used to make sure that the time periods used in an indicator are valid and allowed by the system.