Extreme highs and lows with tick prices – indicator MetaTrader 5

Extreme highs and lows with tick prices - indicator for MetaTrader 5
An indicator to mark extremums with lines. A period input is used to determine highest highs and lowest lows for that period. In this indicator, it’s not only highs and lows (OHLC) which are used in the analysis, but also bid and ask prices from each bar. A lookback figure is used to limit the … Read more

Tick RSI Adaptive – indicator MetaTrader 5

Tick RSI Adaptive - indicator for MetaTrader 5
This indicator calculates an Adaptive RSI using tick data and plots it along with fast and slow moving averages in a separate window. It provides options to customize the calculation periods, moving average types, and visual settings. It was a conversion from an ancient 2008 MT4 indicator made by Rosh at trend laboratory, but at … Read more

Lession 1_ Bullish and Bearllish Candle Tick – EA MetaTrader 5

Lession 1_ Bullish and Bearllish Candle Tick - expert for MetaTrader 5
I. Input parameter: II. Main function: 1.  How to create bullish and bearlish recognition conditions. 2. Only buy sell at new candle 3. Count position and trailling stop auto. 4. Lotsize is fix at input parameter setup. /////////////////////////////////////////////////////////////////////////////////////////////////////////////// Refer information: Link Exness IB Web: Các bạn đăng ký mở tài khoản Exness link IB dưới … Read more

Multicurrency OnTickMarketWatch tick event handler – EA MetaTrader 5

Multicurrency OnTickMarketWatch() tick event handler
The standard OnTick() handler allows to receive the ticks for only one symbol. For multicurrency experts you need the ticks for several symbols.  In some cases it’s necessary to recieve the ticks for all symbols from”Market Watch” window. The Expert Advisor exOnTickMarketWatch.mq5 uses the standard custom event handler of OnChartEvent() function, it provides the following … Read more

Simple tick data collector – indicator MetaTrader 4

Simple tick data collector - indicator for MetaTrader 4
Description: Many people don’t have high-frequency forex data (every minute for example) for discovering new strategies or backtesting an trading idea. Here, I write a simple tick data collector in MQL4 for you to collect tick data on any symbol you choose. You need to use it as an indicator though it doesn’t draw anything … Read more

CCI T3 Tick – indicator MetaTrader 5

CCI T3 Tick - indicator for MetaTrader 5
The standard Commodity Channel Index indicator smoothed using Tillson’s algorithm. This version features recalculation on every tick. The indicator is drawn real time. Proper operation of the smoothing algorithm requires the use of buffer variables for storing and retrieving smoothing coefficients after the closing of the bar. The calculation is not performed over the entire … Read more

Rogue tick detector – indicator MetaTrader 4

Rogue tick detector - indicator for MetaTrader 4
Introduction: Traders of all varieties have increasingly dependent on mt4’s automated trading and custom studies capabilities to implement their speculative strategies unattended. The execution of these tools rely on the primary input: price feed. Each new price quote of bid/ask information comes on a new tick. If the price feed contains old or stale ticks, … Read more

Tick Chart and Record – indicator MetaTrader 4

Tick Chart and Record - indicator for MetaTrader 4
Description: Record, storage and displays of data, fully tick chart in MT. Image: Structure of tick file: iTime – modeling time. iOpen – quote BID iLow – quote BID iHigh – quote ASK iClose – quoteASK iVolume – Time from server, precision to second. Instruction: Start the indicator to a chart. To open a tick … Read more