Join our fan page

MTrendLine is Very Convenient Autoregulator of Pendings in Reference to the Trend Lines - expert for MetaTrader 4
- Views:
- 15763
- Rating:
- Published:
- 2008.12.18 07:06
- Updated:
- 2014.04.21 14:53
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
The usage is very simple, we draw the trend lines marking, place a pending order at random, for example at 100 points lower than the current price. Then we inspect the properties of the trend and copy TrendLine ####### (number) into the clipboard, then activate the EA and write the number of the pending order to the Ticker and paste from clipboard to the Trendline. Dist is the distance between the order and the pending order.
If the EA is placed on H1 then the refreshing and moving of the pending order is performed every hour, if the timeframe is smaller then it is performed more often. If you have any questions you can find me here.
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/8618

We place two pending orders at the specified time and delete one of them when another one triggers.

Universal EA scheme to enable easy multiple strategy implementation into one EA

The indicator has the informative character.

The script for simultaneous placing of several orders by different symbols.