Login / Register
Add a review
Log in
Sign UP
[bws_google_captcha]

A utility for semi-automatic trading. Applies dynamic levels of stop orders, stop loss, take profit, and trailing stop that are invisible to the broker. Suitable for working with any brokers, including American brokers with a FIFO requirement. 

? Telegram chat for questions and discussion: https://t.me/forex4up_chat 

MT4 version of the Expert Advisor link

Trades can be opened using buttons or lines. In order for the Expert Advisor to open a position on the line: plot the line on the chart and rename it. When the price crosses it, the Expert Advisor executes the corresponding command.

  • OPEN_SELL – open a sell order
  • CLOSE_SELL – close all sell orders
  • OPEN_BUY – open a buy order
  • CLOSE_BUY – close all buy orders

After executing the command, the comment “OK” is written, the line executes the command only once.

The chart displays information about the profit received, current open positions (number of orders, number of lots and profit), buttons for opening orders, execution speed and slippage. 

Parameters:

  • MAGIC_NUMBER – magic number;
  • LOT_SIZE_MULTIPLY – lot multiplier for averaging orders;
  • MIN_GRID_STEP – minimum step between averaging orders;
  • GRID_PRICE_STEP – minimum step before opening an averaging order;
  • STOPLOSS – stop loss for a basket of orders;
  • TAKEPROFIT – take profit for a basket of orders;
  • TRAILING_STOP – minimum profit when trailing;
  • TRAILING_STEP – trailing step;

[spoiler title=”Read More…”]

After executing the command, the comment “OK” is written, the line executes the command only once.

The chart displays information about the profit received, current open positions (number of orders, number of lots and profit), buttons for opening orders, execution speed and slippage. 

Parameters:

  • MAGIC_NUMBER – magic number;
  • LOT_SIZE_MULTIPLY – lot multiplier for averaging orders;
  • MIN_GRID_STEP – minimum step between averaging orders;
  • GRID_PRICE_STEP – minimum step before opening an averaging order;
  • STOPLOSS – stop loss for a basket of orders;
  • TAKEPROFIT – take profit for a basket of orders;
  • TRAILING_STOP – minimum profit when trailing;
  • TRAILING_STEP – trailing step;
  • MAGIC_NUMBER – magic number;
  • LOT_SIZE_MULTIPLY – lot multiplier for averaging orders;
  • MIN_GRID_STEP – minimum step between averaging orders;
  • GRID_PRICE_STEP – minimum step before opening an averaging order;
  • STOPLOSS – stop loss for a basket of orders;
  • TAKEPROFIT – take profit for a basket of orders;
  • TRAILING_STOP – minimum profit when trailing;
  • TRAILING_STEP – trailing step;

[/spoiler]

Add review
Reviews ( 0 ):