├── LICENSE ├── MQL4 ├── Experts │ └── MQLTA MT4 Fractals Trailing Stop.mq4 ├── Files │ └── EF-Icon-64x64px.ico └── Include │ ├── MQLTA ErrorHandling.mqh │ └── MQLTA Utils.mqh ├── MQL5 ├── Experts │ └── MQLTA MT5 Fractals Trailing Stop.mq5 ├── Files │ └── EF-Icon-64x64px.ico └── Include │ ├── MQLTA ErrorHandling.mqh │ └── MQLTA Utils.mqh ├── README.md └── README_Images └── fractals-trailing-stop-ea-setting-sl-previous-fractal-value.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EarnForex/Fractals-Trailing-Stop/HEAD/LICENSE -------------------------------------------------------------------------------- /MQL4/Experts/MQLTA MT4 Fractals Trailing Stop.mq4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EarnForex/Fractals-Trailing-Stop/HEAD/MQL4/Experts/MQLTA MT4 Fractals Trailing Stop.mq4 -------------------------------------------------------------------------------- /MQL4/Files/EF-Icon-64x64px.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EarnForex/Fractals-Trailing-Stop/HEAD/MQL4/Files/EF-Icon-64x64px.ico -------------------------------------------------------------------------------- /MQL4/Include/MQLTA ErrorHandling.mqh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EarnForex/Fractals-Trailing-Stop/HEAD/MQL4/Include/MQLTA ErrorHandling.mqh -------------------------------------------------------------------------------- /MQL4/Include/MQLTA Utils.mqh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EarnForex/Fractals-Trailing-Stop/HEAD/MQL4/Include/MQLTA Utils.mqh -------------------------------------------------------------------------------- /MQL5/Experts/MQLTA MT5 Fractals Trailing Stop.mq5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EarnForex/Fractals-Trailing-Stop/HEAD/MQL5/Experts/MQLTA MT5 Fractals Trailing Stop.mq5 -------------------------------------------------------------------------------- /MQL5/Files/EF-Icon-64x64px.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EarnForex/Fractals-Trailing-Stop/HEAD/MQL5/Files/EF-Icon-64x64px.ico -------------------------------------------------------------------------------- /MQL5/Include/MQLTA ErrorHandling.mqh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EarnForex/Fractals-Trailing-Stop/HEAD/MQL5/Include/MQLTA ErrorHandling.mqh -------------------------------------------------------------------------------- /MQL5/Include/MQLTA Utils.mqh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EarnForex/Fractals-Trailing-Stop/HEAD/MQL5/Include/MQLTA Utils.mqh -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EarnForex/Fractals-Trailing-Stop/HEAD/README.md -------------------------------------------------------------------------------- /README_Images/fractals-trailing-stop-ea-setting-sl-previous-fractal-value.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EarnForex/Fractals-Trailing-Stop/HEAD/README_Images/fractals-trailing-stop-ea-setting-sl-previous-fractal-value.png --------------------------------------------------------------------------------