Intrade Bar Bollinger Bot functions as a signal generator and bridge, utilizing a dual Bollinger Band strategy to identify entry points. The EA communicates with an external C++ console application via a named pipe to execute trades through a REST API. Users can configure two separate Bollinger Band instances with distinct periods, deviations, and expiration times. It supports multi-symbol monitoring across various forex pairs and handles connection states between the terminal and the broker console.
Read from Intrade-Bar-Bollinger-Bot-2V3.mq4. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
pipe_name
string
intrade_bar_console_bot
Имя именнованного канала
timer_period
int
10
Период таймера (мс)
timeframe
ENUM_TIMEFRAMES
PERIOD_CURRENT
Таймфрейм
expiration_bb_1
int
5
Экспирация для первого Боллинджера
expiration_bb_2
int
5
Экспирация для второго Боллинджера
amount_1
double
1
Размер ставки для первого Боллинджера
amount_2
double
1
Размер ставки для второго Боллинджера
bo_type
ENUM_BO_TYPE
CLASSICAL
Тип опциона
period_bb_1
int
15
Период первого Боллинджера
period_bb_2
int
30
Период второго Боллинджера
deviation_bb_1
double
2.0
Множитель стандартного отклонения первого Боллинджера
deviation_bb_2
double
2.0
Множитель стандартного отклонения второго Боллинджера
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone LimiNode/intrade-bar-console-bot from GitHub, and unzip it.
2Open the data folderIn MetaTrader choose File, then Open Data Folder, and go to MQL4/Experts.
3Copy the filesCopy the .mq4 file into Experts, and any .mqh files into the Include folder the code expects.
4Compile in MetaEditorOpen the file in MetaEditor and press Compile. Fix any missing includes the compiler reports.
5Test before you tradeRun it in the Strategy Tester, then attach it to a demo chart and allow algorithmic trading.
Third-party code. ForexR did not write, test or endorse this EA, and the summary above was generated automatically from its README and code. ForexR lists only repositories with readable source code and never hosts files. Read the code, backtest it and use a demo account first; automated trading can lose money quickly.
This MetaTrader 4 expert advisor is a scalper designed for the five-minute timeframe across several Forex pairs. It utilizes three strategies based on overbought and oversold market conditions to execute trades. Risk management features include a fixed hard stop loss, a virtual take profit and stop loss derived from an
This expert advisor for MetaTrader 4 focuses on gold trading using daily price extremes and moving averages. It calculates the 7-day Simple Moving Average and identifies the highest price points from the previous five trading days to determine market direction. The EA executes its logic on a five-second timer interval
Spike Trader is a price action robot for MetaTrader 4 and 5 that identifies price spikes to trade market reversals. It monitors candle highs or lows relative to preceding bars and requires a specific percentage price jump and candle close position to trigger an entry. The EA enters trades in the opposite direction of t
This MetaTrader 4 expert advisor operates two concurrent strategy groups based on technical indicators. It primarily utilizes Bollinger Bands and Envelopes to identify market entries for automated trading. The robot employs a position scaling approach, using lot multipliers and fixed-distance grid additions to manage t
Heiken Ashi Naive is a trading robot for MetaTrader 4 and 5 that executes trades based on Heiken Ashi candle characteristics, including body length and wick presence. It evaluates candle sequences to enter positions and can be configured to either follow the trend or operate in an inverted mode for mean-reversion. Risk
Mad Pound Profits is a MetaTrader 4 expert advisor that automates trading based on structural breakouts and price action. The system utilizes time-specific analysis windows throughout the day to identify entry opportunities. It incorporates technical elements such as Fibonacci levels, momentum indicators, and mean reve