The EA works without the use of indicators. Uses only the price values of the current and previous bars for operation. The idea of t...
Showing posts with label Bot. Show all posts
Showing posts with label Bot. Show all posts
MetaTrader 4 Expert Advisor | Accelerator Bot for USDJPY H4
0
I wrote this code using a lot of different ideas and/or code from this website, thanks to all of them. This EA uses different indica...
MetaTrader 4 Expert Advisor | Proper Bot
0
The Proper Bot is for those who like Martingale style trading. Features: Stop Loss, Take Profit, Trailing Stop Loss functions. All a...
MetaTrader 5 Expert Advisor | Risk management and bot ict daily bias
0
The Bias Ea expert advisor integrates a class to implement dynamic risk management that allows you to set daily, weekly and monthly...
MetaTrader 5 Expert Advisor | Lazy Bot MT5 (Daily Breakout EA)
0
Input parameters //Import External class #include <Trade\PositionInfo.mqh> #include <Trade\Trade.mqh> #include ...
MetaTrader 5 Expert Advisor | RSI Bot MT5
0
RSI Bot, send alert buy when RSI<=20, send alert sell when RSI>=80 Parameter: input group "RSI Setting...
MetaTrader 4 Expert Advisor | KA-Gold Bot
0
Video 1: [embedded content] Video 2: [embedded content] Video3: [embedded content] 45323
MetaTrader 4 Expert Advisor | Ranged Grid Bot EA with pending orders
0
UPDATE: v1.01 Added magic number Added control on symbol (it can be now attached to different charts on the same account) Added ...