당사 팬 페이지에 가입하십시오
Two identical trading systems (for long and short positions) based on the signals of the FineTuningMACandle indicator, which can be configured in different ways within one Expert Advisor
Trading system based on iAC indicator (Acceleration/Deceleration, Accelerator/Decelerator Oscillator, AC)
Three SpearmanRankCorrelation indicators from different timeframes in a single window
The XFisher_org_v1_Vol indicator with the possibility to change the indicator timeframe using input parameters
A trading system based on indicators Custom Moving Average Levels and Stochastic Custom
Indicator ColorPEMA_Digit_r with the timeframe selection option in its input parameters, limiting the computer resources used in its calculations within the entire chart and on the current bar
Indicator ColorPEMA_Digit_Trend_x10 displays the directions of the ColorPEMA_Digit indicator signals from ten different timeframes from the bar specified in the indicator inputs
Custom Price Chart using a simple Artificial Neural Network that tries to project price movements into the future. Not very useful for trading, but fun to watch and learn ;)
This is a helper function which enables you to find the price of the symbol (the prices on the Y-axis) wherever you click the mouse on the chart. Using OnChartEvent, we don't have an MQL5 function in the API to do this, we can only obtain X and Y pixel values with mouse click.
MinMargins.mq5 스크립트는 트레이더가 마켓 워치에서 사용 가능한 모든 종목의 최소 랏 크기로 포지션을 개시하는 데 필요한 최소 금액을 빠르게 계산하고 문서화할 수 있도록 설계되었습니다. 이 데이터는 쉽게 검토하고 분석할 수 있도록 CSV 파일에 저장됩니다.
Bill Williams의 Awesome Oscillator Indicator(AO)는 중심 지점을 가로질러 작성된 5기간 단순 이동 평균에서 얻어진 바(H+L)/2의 중간 지점을 이은 34기간 단순 이동 평균입니다. 이 지표는 현재 시장을 끌고 가는 주체에게 무슨 일이 일어나고 있는지를 잘 보여줍니다.
자체 소스 텍스트를 생성하는 스크립트입니다. MQL5에서 고전적인 문제를 해결합니다. 응용 가치가 없습니다. 그러나 프로그래밍 및 알고리즘화를 공부하는 사람들에게는 유용할 수 있습니다.
DRAW_COLOR_CANDLES 스타일은 시가, 고가, 저가 및 종가를 포함하는 4개 지표의 버퍼 값을 기반으로 바를 그립니다. 또한 주어진 세트에서 각 바의 색상을 지정할 수 있습니다.
StepXCCX_HTF_Signal 인디케이터는 ColorStepXCCX 인디케이터의 마지막 세 막대의 추세 방향을 색상 추세 표시가 있는 세 개의 그래픽 개체로 표시합니다.
인디케이터 LinearRegSlope_V1_HTF_Signal은 추세 방향을 색상 추세 표시와 함께 그래픽 개체로 표시하고 추세가 변경되면 경고 또는 소리 신호를 보냅니다.
The Expert Advisor based on the change in the 3rdGenXMA moving average direction.