Looking for 200-Simple Moving Average indicator and to delete pending orders.

 
Dear Experts.

I need your assistance.

I am looking for an 200-Simple Moving Average indicator here to download for MetaTrader account.

In addition, is there a download possibility in form of a script,

because of lot of pending orders (assuming more as 100 lot orders to delete) into MetaTrader account

to delete all of pending orders (more as 100 pending Lot orders) with a function of one click to delete this assuming more as 100 Lot orders of pending orders.


Thank you in advance for your assistance.


Yours Faithful.

 

Hi Stanton

Look in Navigator->Indicators->MovingAverage the statndard function allows you to set an MA of 200 and select the type as simple.

 
Ruptor:

Hi Stanton

Look in Navigator->Indicators->MovingAverage the statndard function allows you to set an MA of 200 and select the type as simple.

Dear Ruptor.


Thank you very much. Cheers.

 
Stanton:

Dear Ruptor.


Thank you very much. Cheers.

Is there a download possibility in form of a script,

because of lot of pending orders (assuming more as 100 lot orders to delete) into MetaTrader account

to delete all of pending orders (more as 100 pending Lot orders) with a function of one click to delete this assuming more as 100 Lot orders of pending orders.


Thank you in advance for your assistance.


Yours Faithful.
 
Script: _CloseOrders.mq4
Download from: https://www.mql5.com/en/code/7607

Purpose: Script to close all multi currency open orders and cancel pending orders in the terminal according to various scenarios.

Slippage for open orders is calculated for each currency. Choose only one scenario per visit, the script processes the

first menu item selected.

Note: If for example open orders are EURUSD and USDJPY and the current chart where the script is launched from is GBPUSD

and menu option 1 is selected to close all orders and cancel all pending orders, then orders for EURUSD and USDJPY

will be closed.

Installation: Place file _CloseOrders.mq4 into subdirectory "\experts\scripts".
Close and then re-start MetaTrader for it to find the new file.
Reason: