Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 5561
- Rating:
- Published:
- 2017.11.03 11:43
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Real author: Forex-Experts
A semaphore signal indicator.
This indicator was first implemented in MQL4 and published in Code Base at mql4.com on 15.10.2007.
Fig. 1. The AFStar indicator
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/18754

A channel based on peaks and troughs of ZigZagOnParabolic.

Buy a security (open BUY positions) at a lower price, sell (open SELL positions) at a higher price.

If a trade is closed by Stop loss, the volume is doubled; if by Take profit the minimum volume is used. OnTradeTransaction is used to determine whether a trade was performed after the activation of Stop loss or Take profit.

Oscillator using inverse Fisher Transform.