당사 팬 페이지에 가입하십시오
Script gets information about input and output tensors of onnx-model, their types and shapes
To assist traders who wish to open multiple sell orders quickly, a script file has been developed that allows them to execute a large number of trades with just one command. The default take profit and stop loss values are set in 5-digit broker format, but for traders using a 4-digit broker, the default must be TP=40 and SL=20. Num_of_Sell is the number of trades to execute. This script file can be extremely useful for traders who want to take advantage of market conditions quickly and efficiently. By simplifying the process of opening multiple sell orders, it can save traders valuable time and allow them to focus on other aspects of their trading
볼린저 밴드 ® 지표(BB)는 엔벨로프스(Envelopes)와 비슷합니다. 유일한 차이점은 엔벨로프 밴드는 이동 평균에서 고정된 거리(%)로 떨어져서 표시되는 반면 볼린저 밴드는 이동 평균에서 일정한 수의 표준 편차로 떨어져서 표시된다는 것입니다.
거래 신호는 MACD 지표의 메인 라인(Main line)과 시그널 라인(Signal line)의 교차에 기반한 신호입니다.(CSignalMACD from MQL5 Standard Library) 이 전략에 기반한 Expert Advisor 코드는 MQL5 마법사를 사용하여 자동으로 생성될 수 있습니다.
RSI (Relative Strength Index)에 기반한 "상승/하락 미팅 라인즈" 매매 신호를 살펴봅니다. 이 전략에 기반한 Expert Advisor 코드는 MQL5 마법사를 사용하여 자동으로 생성될 수 있습니다.
Relative Strength Index (RSI)에 기반한 "모닝 스타/이브닝 스타" 캔들 스틱 패턴 매매 신호를 살펴봅니다. 이 전략에 기반한 Expert Advisor 코드는 MQL5 마법사를 사용하여 자동으로 생성될 수 있습니다.
DRAW_ZIGZAG 그리기 스타일을 사용하면 두 개 지표의 버퍼 값을 사용하여 섹션을 그릴 수 있습니다. DRAW_SECTION처럼 보이지만 하나의 바 안에 수직 섹션을 그릴 수 있습니다.
CStdDevOnArray class is designed for calculation of Standard Deviation (StdDev) on indicator buffers. The example of use of the class is provided.
The CTemaOnArray class is intended for calculation of TEMA (Triple Exponential Moving Average) on an indicator buffer.
Trading signals module for MQL5 Wizard. SilverTrend_Signal indicator's color dot serves as a market entry signal.
이 Expert Advisor는 IndicatorParameters() 함수를 사용하여 입력 매개변수의 수, 유형 및 값에 대한 정보를 얻는 방법을 보여줍니다.
The alternative indicator for trend definition based on the breakthrough bars and distance from extremums.
The class is designed for calculation of the technical indicator Adaptive Moving Average (Adaptive Moving Average, AMA) using the algorithm of the ring buffer.
The indicator uses the least squares method for the construction of the "most suitable" straight line through a series of points of price values.
The GARCH indicator with the timeframe selection option available in the input parameters.
The ChandelierStops_v1Trend_x10 indicator shows the ChandelierStops_v1 trend indicator position from ten different timeframes.
The Expert Advisor enables and disables the "AutoTrading" button at a certain time and closes all opened positions on the account once the specified period of time expires.
The ZZ Fibo Trader is a simple illustration of the use of the Simple ZZ Fibo, which plots Fibonacci lines on long impulse waves of the ZigZag. In addition, the algorithm illustrates operation of the parabolic system for moving the stop loss.
The Balance of Power (BOP) indicator as a color histogram of strength and direction of the current trend.
The idea of this one is simple: it should "imitate" as much other moving averages as it can.
iCrosshairClickTarget indicator for MetaTrader 5 is an improved version of iCrosshair indicator for MetaTrader 4.