당사 팬 페이지에 가입하십시오
from the logistic regression Article, I welcome all the thoughts on how we can build multiple dynamic Logistic Regression
Two indicators iRSI (Relative Strength Index, RSI) smoothed using iMA (Moving Average, MA)
iSAR indicator (Parabolic SAR, SAR) with filled areas between the indicator and the price. On the right side, a rectangle is drawn equal in size to the fill area
The indicator shows 'Daily Change' on the daily timeframe. When the specified limit is reached, plays sounds
Strategy based on the custom indicator 'RSI_MAonRSI_Filling'. The minimum step is set between positions
The indicator shows signals ('Arrow' objects) of the 'Moving Average' indicator crossings. The peculiarity of the indicator: if there was an intersection of 'MAs' (on bar #0), and then the intersection disappeared, the signal remains on the chart
Sorts the values in the first dimension of a multidimensional numeric array in the ascending order.
This indicator displays the percentage of price movement per candle, as an average of the latest candles.
Currency Strength Meter for MetaTrader 5 with configurable timeframe parameter, It was converted from "Currency Strength Giraia 28 pairs TRO MODIFIED" MetaTrader 4 version
Trend Rider is a combination of several indicators eg super trend, rsi, and macd to assist in spotting and riding trends by showing direction inform of color candles and also showing trailing stop levels, It can be used independently or with additional filters.
Trend Direction And Force Index with Alert derived from Mladen Rakic's version https://www.mql5.com/en/code/21869
The Leading Indicator was created by John Ehlers (Cybernetic Analysis For Stocks And Futures pg 235)
Recursive Moving Average calls itself a number of times in order to reach the appropriate smoothing. For instance DEMA and TEMA indicators are recursive exponential moving averages. The goal is to remove the loop limit while still running fast. In addition a trigger line provides the trading signal.
Proportional grid distance, open long and short orders at the same time, skip two grids to take profit; When the equity recaches the take profit of setting, close all positions and restart.
I search Moving Average that can be hide and shown with button, just like in Trading View, but I cannot found it. Then I try to modify example of Moving Average code from MQL5 Metaeditor Help, and do some add for button and logic for toggleable the button to show or hide Moving Average. Just like in Trading View. For those who need this, please feel free to use or modify for your own requirement.
Single Currency or Manual orders Closing or deleting sections are very easy to understand but if you have a question you leave it at comment section. The code check for Comment to detect the Orders to close or delete for multi currencies EA in case the input EAComment is empty It will close according to type of close. It supports prefix or suffix of EA Comment. Many options can be added if you are interested on developping it more you can leave your suggestion on comment section.
Shows Last Price, Daily % Change, Symbol name, Countdown or Time left on closing and Time on chat
이 Expert Advisor는 IndicatorParameters() 함수를 사용하여 입력 매개변수의 수, 유형 및 값에 대한 정보를 얻는 방법을 보여줍니다.
This EA help you to auto set the TP, SL & TRAILING by default, easy to close all orders with button "Close All" *Update April 2022. Channge ushor to ulong to support giant spread like Boom/Crash Synthetic Symbols
Add Popup or Push Alert notification on manually placed horizontal lines, The lines are deleted and reset itself as soon as price touches these lines
The Laguerre Filter was created by John Ehlers ("Cybernetic Analysis For Stocks And Futures", pg 216)
The indicator sends a signal at the moment the price crosses a given level, using alerts and push notifications
이 Expert Advisor는 EA 개발에서 OBJ_CHART 객체를 차트와 함께 사용하는 예시입니다. 사용자 지정 색상 설정을 지정하고 지표에 나타 낼 수 있습니다.