Introduction

FOREX ROBOT BUILDER allows you to create Expert Advisor for MetaTrader 4 easily. *Please enable JavaScript.

  1. Add Strategy and input parameters.
  2. Input Order options.
  3. Click "Complete!" button.

If you'd like to save/load your settings, click "Save"/"Load" button.

In no event will author be liable for any damages whatsoever, including direct, indirect, special, consequential, incidental, exemplary, punitive or other damages such as lost profits or revenue, business interruption, data loss, costs of Replacement goods or damages to your computer equipment arising out of or in connection with the use of, or inability to use, this site or any other hyper linked Web site or the information contained or services offered at any of these sites, even if author is expressly advised of the possibility of such damages.Please use at your own risk.

Strategy

Template

This 'Template' is used to export MQL file. Expert Advisor Builder replaces Template Tags({foo}) with MQL codes.

Templage Tags
{EachTickMode}: SignalMode('True' or 'False')
{Lots}: Lots(ex. '1.0')
{Slippage}: Pip(s) of Slippage(ex. '3')
{UseStopLoss}: Enable/Disable StopLoss('True' or 'False')
{StopLoss}: Pip(s) of StopLoss(ex. '30')
{UseTakeProfit}: Enable/Disable TakeProfit('True' or 'False')
{TakeProfit}: Pip(s) of TakeProfit(ex. '60')
{UseTrailingStop}: Enable/Disable TrailingStop('True' or 'False')
{TrailingStop}: Pip(s) of TrailingStop(ex. '30')
{Var}: Definion of 'Variables'
{VarBuy}: Definition of Variables for 'Buy logics'
{VarSell}: Definition of Variables for 'Sell logics'
{VarCloseBuy}: Definition of Variables for 'Close(Buy) logics'
{VarCloseSell}: Definition of Variables for 'Close(Sell) logics'
{SignalBuy}: Conditional operator for 'Buy logics'
{SignalSell}: Conditional operator for 'Sell logics'
{SignalCloseBuy}: Conditional operator for 'Close(Buy) logics'
{SignalCloseSell}: Conditional operator for 'Close(Sell) logics'

Variables

Buy strategy

Sell strategy

Close(Buy) strategy

Close(Sell) strategy

Order options

  • lots
  • pips
  • pips
  • pips
  • pips