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