Resize chart window from indicator (for Short Trend Reversal) – indicator MetaTrader 4

charts
You can simply add function void OnChartEvent(…) to your indicator the screens are from EA and its GUI, indicator only changes window size before compilation you need uncomment few lines //external dll prohibited 🙁 Resize chart window from indicator (for Short Trend Reversal) – indicator MetaTrader 4

The scripts for opening short positions – script MetaTrader 5

The scripts for opening short positions - script for MetaTrader 5
These scripts are designed to sell with fixed values of Stop Loss and Take Profit in points from the current price. There are four variants of scripts which can be divided into two groups: Scripts for brokers which have nonzero spread and admit the ability to set Stop Loss and Take Profit simultaneously performing a … Read more

Long Short only EA based on CExpert – EA MetaTrader 5

Long/Short only general Expert Advisor
Current Expert Advisor allows to choose opening only long/short (or both) positions based on an extension of the CExpert class. Two different files are provided: LongShortExpertModified.mqh: This class extends default CExpert modifying the CheckOpen() and CheckReverse() methods in order to allow only the desired orders to be opened; LongShortExpertMACD.mq5: This EA is a simple modification … Read more

Basket Viewer-View Statistics on groups of Long and Short Pairs – indicator MetaTrader 4

Basket Viewer Control Lines
This utility allows monitoring of multiple symbols and positions on one chart, with one group for long (buy) symbols, and another group for short (sell) symbols.  There are 7 default symbol pairs in each of the groups.  The user may change these and enter up to 50 symbols from their market watch in either of … Read more

Basket Viewer-View Statistics on groups of Long and Short Pairs – indicator MetaTrader 5

Basket Viewer Display Header Lines
This utility allows monitoring of multiple symbols and positions on one chart, with one group for long (buy) symbols, and another group for short (sell) symbols.  There are 7 default symbol pairs in each of the groups.  The user may change these and enter up to 50 symbols from their market watch in either of … Read more

Long and Short Stepped Grid Trade – EA MetaTrader 5

Long and Short Stepped Grid Trade - expert for MetaTrader 5
Set grid distance. Open a long order for the price fall a grid distance, and o pen a short order for the price rise a grid distance. When the price rise two grid distance, close the position. The fund of frist time open position is one-tenth of the required for a grid, and then two-tenths, … Read more