PendingGrid Panel

PendingGrid Panel

Analyzer panel enables quick operation of adding mesh pending orders (Buy Limit, Sell Limit, Buy Stop, Sell Stop) in the best way.

Options

  • stop mode – mode selection exhibiting stops
    • every order – stop levels are set separately for each order
    • position as – the overall stop levels for all orders
  • order type – select the type of pending order
    • buy Limit
    • Sell ​​Limit
    • buy Stop
    • Sell ​​Stop
  • magic – if you want to specify a magic number for opened orders.

When you have activated position as the stop levels are adjusted for all orders, including market.

It is possible to quickly add / remove layers of pending orders and add / adjust levels of stops clicking.

Mouse-click on the graph with a preliminary short pressing: Ctrl – adds a new pending order “up arrow” – adds / changes the level of the top stop, “down arrow” – adds / changes the level of the lower stop.

PendingGrid Panel

Video

Related posts

  • Advanced One Click Panel MT4

    Advanced One Click Panel MT4 Now in a single click, you can easily put not only the market but also the Limit (Buy Limit, Sell Limit) and feet (Buy Stop,…

  • HPC Smart Traders Panel

    HPC Smart Traders Panel Panel represents stop solution for many aspects of trade It simplified the process of trade. Panel allows you to set the order (…

  • HP On Chart Trading Pending Order Panel Demo

    HP On Chart Trading Pending Order Panel Demo This panel allows users to set the pending orders. With its help, you can adjust the order while working on…

Next posts

  • Virtual Collider Manual FULL
  • Weekly Options CME
  • Price CD LTB

CloseAllMagic

CloseAllMagic

This free product covers all the orders for a particular magic number.

It is based on one of the scripts submitted in one of my publications in the Code Base, – CloseAll.

Description

A set of scripts to cover different types of orders.

  • closeall_comment – close all orders having a particular comment
  • closeall_loss – closes all orders with the profit / loss exceeding the threshold value Loss
  • closeall_profit – closes all orders with profit / loss in excess of the threshold income
  • closeall_magic – closes all orders for a particular magic number
  • closeall_market – closes all market orders
  • closeall_pending – closes all pending orders
  • closeall_complete – it contains all the features described six scripts and possibility to close the position by the symbol

ignored settings

If the parameter is ignored, the condition, which includes the option to automatically gets set to true (as if it was not in the script).

Parameters of type string (comment and order character) are ignored script, if the value is NULL or an empty string.

The parameters of the actual type (profit, loss, and the magic number) script ignored if equal to -1.

Using exact match (Exact Match)

For accurate matching parameter exact match must be equal to true. When looking for an exact match script takes into account parameters ignored.

However, if the exact match = false, script closes the order if satisfied with at least one criterion. This means that the script should not be ignored settings. Otherwise, all orders will have a true value (warrant closing).

CloseAllMagic

Related posts

  • Simple panel EA

    Simple panel EA Easy to trade panel in one click (this adviser). From the standard panel is distinguished by the button Close all, which means close all…

  • Quick Panel Pro

    Quick Panel Pro This panel is an advisor, which includes a flexible risk management and six groups trade panels. Features Simple and quick calculation of…

  • QuickClose

    QuickClose QuickClose will immediately close all profitable orders in one click. It works very quickly. You can choose one or all of the characters to…

Next posts

  • CloseAllLossSymbol
  • Constructor
  • CloseAndDeleteAll Pro

BuyLimit and SellLimit MQ5 buttons

BuyLimit and SellLimit MQ5 buttons

BuyLimit and SellLimit MQ5 buttons

Product BuyLimit and SellLimit Buttons opens any combination of pending orders Buy Limit and Sell Limit and closes all the pending orders.

Input parameters

  • DeleteAllPendings; at true all pending orders (for the current currency) can be removed.
  • BuyLimit; at true may be open orders Buy Stop.
  • SellLimit; at true They can be opened order Sell Stop.
  • InitLot; the initial size of the lot.
  • LotCoeff; increase / decrease the size of the next lot to said coefficient.
  • InitStep; the number of points between the first two pending orders.
  • StepCoeff; increase / decrease in the next step said coefficient.
  • NumOfOrders; the number of pending orders.

Attention

  • You must allow the automatic trading on the “Expert Advisors” ( “Tools” tab ->”Settings”).

BuyLimit and SellLimit MQ5 buttons

Related posts

  • Complete Pending Orders N Grid System MT5

    Complete Pending Orders N Grid System MT5 Complete Pending Orders Grid System opens any combination of pending orders Buy Stop, Sell Stop, Buy Limit and…

  • ReverseTune

    ReverseTune The script for a quick coup position and / or warrants. If you need to turn the position with equal lots, put volume counter position,…

  • DeletePendingOrder

    DeletePendingOrder Script to delete pending orders If you need to remove all the pending orders , this script will save you from routine action! Input…

Next posts

  • Fast Copy MT5 demo
  • Time Filter Extended
  • US Dollar Index Now

Find Outside Vertical Bars

Find Outside Vertical Bars

This indicator looks for patterns Price Action Outdoor bar (Outside Vertical Bar) and sets the alarm pointer to the base bar and the level of a pending order on the signal bar.

BUOVB (Bullish Outside Vertical Bar) – Bovine external vertical bar.

Signal bar completely overlaps the previous one, its price closing above the high of the previous bar. The entrance is in the breakdown of the maximum signal bar + filter (5-10 points).

BEOVB (Bearish Outside Vertical Bar) – the bearish external vertical bar.

Signal bar completely overlaps the previous one, its price closed lower than the previous bar’s low. The entrance is in the breakdown of the minimum signal bar + filter (5-10 points).

The indicator has six external parameters:

  • Draws patterns – whether to display graphics (whether rectangle pattern denoted).
  • The color of pattern up – color for long objects.
  • The color of pattern down – color for short objects.
  • Frame or Fill pattern – draw a pattern or filling frame
  • Width of the frame pattern – the thickness of the lines of the rectangle pattern when choosing Frame to set up Frame or Fill pattern
  • Style frame line – line style frame pattern at Width of the frame pattern = 1. If the thickness is greater than 1, solid line

Find Outside Vertical Bars

Related posts

  • TCotOD MT5

    TCotOD MT5 TCotOD MT5 (The calculation of the opening day) building levels and areas of support / resistance at the opening of the trading day. the…

  • SSACD Forecast Limited Edition

    SSACD Forecast Limited Edition SSACD – Singular Spectral Average Convergence / Divergence Analog MACD indicator based on the method of “caterpillar”…

  • Trend Monitor MT5

    Trend Monitor MT5 It gives early indicator signals when changing trend based on ADX indications in combination with elements of price patterns. It works…

Next posts

  • FractalsPowerCalculator
  • Advanced Candle
  • ImpAlligator

DeletePendingOrder

DeletePendingOrder

Script to delete pending orders

If you need to remove all the pending orders, this script will save you from routine action!

Input parameters for the script does not ask. Allow auto-trading before running the script.

Using:

Run the script on the chart.

If you need to specify any parameters, then use the script with input parameters https://www.mql5.com/ru/market/product/627

Version of MetaTrader 4 can be downloaded here: https://www.mql5.com/ru/market/product/2782

DeletePendingOrder

Related posts

  • ReverseTune

    ReverseTune The script for a quick coup position and / or warrants. If you need to turn the position with equal lots, put volume counter position,…

  • Auto Trade Copier for MT5

    Auto Trade Copier for MT5 adviser Auto Trade Copier designed to copy trades across multiple accounts / MetaTrader 5 terminal with 100% accuracy. With…

  • Forex Voyager Lite

    Forex Voyager Lite Who will be interested in this product: who are used to diversify the portfolio of a large number of pairs. who works with a large…

Next posts