당사 팬 페이지에 가입하십시오
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.
The trading system based on the signals taken from the BrakeParb semaphore, signal, trend indicator
This is a trend trading system based on the signals of two Kolier_SuperTrend indicators.
Pending Buy Stop and Sell Stop orders. The EA trades in the specified time period. Determines the highest and lowest prices in the specified range of bars. Position trailing.
Pending Buy Stop and Sell Stop orders. The EA trades in the specified time period. Determines the highest and lowest prices in the specified range of bars. Position trailing.