Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Scripts

One Cancel Other(s) - script for MetaTrader 5

Views:
6565
Rating:
(43)
Published:
2013.01.25 15:25
Updated:
2016.11.22 07:32
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

This simple script without parameters is used in cases when, for example, the orders are set on the breakthrough (the breakthrough from boundaries) of the channel and when one order is triggered, the other must be canceled.

Features:

  • The script works only with the orders by the symbol, to which chart it is attached.
  • Supposed that the orders have already been set.
  • Supposed that there is no open positions to the given symbol.
  • When one order is triggered, the script deletes all (!) remaining orders on the current symbol and exits.
  • If the symbol has no pending orders, the script will exit.

Simply said, this script helper is designed for using in manual trade. It does not set orders, but only deletes. Thus the trader has no need to follow the fact of execution of one of the pending orders.

Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/1461

Exp_ADX_Cross_Hull_Style Exp_ADX_Cross_Hull_Style

The Expert Advisor is realized on the ADX_Cross_Hull_Style and UltraXMA indicators.

bts bts

Comparing the speed of a binary or a ternary search

EVWMA EVWMA

An elastic, volume weighed Moving Average

FiboBands FiboBands

The set of dynamic support and resistance levels using the ATR indicator and Fibo levels.