This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//+------------------------------------------------------------------+ | |
//| calculate-atr-trailing-stop.mq4 | |
//| Copyright 2013, Currency Secrets | |
//| http://www.currencysecrets.com | |
//+------------------------------------------------------------------+ | |
#property copyright "Copyright 2013, Currency Secrets" | |
#property link "http://www.currencysecrets.com" | |
//--- input parameters | |
extern int extLookBack = 50; // bars to look back for the ATR indicator |