Join our fan page
AP Script ver 1.01 - script for MetaTrader 4
- Views:
- 7704
- Rating:
- Published:
- 2015.12.11 11:13
- Updated:
- 2016.11.22 07:32
- Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
The script analyzes the market based on two criteria: the moving averages and the support and resistance levels.
The script draws the support and resistance levels on the H4 chart based on the 6-8-week and yearly extremums, and also displays the average values at the same parameters of the flat.
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/14301
The function returns the lot size, which is calculated based on the stop loss size and the risk specified in the variable.
Close all locked ordersThe function closes all locked orders. This really saves money on the spread.
Opens orders using the martingale and a virtual trailing stop.
VR Engulfing PatternA simple indicator, which informs the trader about the appearance of "Bullish Engulfing" or "Bearish Engulfing" candlestick patterns on all timeframes.