mq4 dosyasından ornek
extern int FirstStep = 10; extern int MinDistance = 30; extern int StepTrallOrders = 5; extern int Step = 30; extern double MaxLoss = 100000.0; extern double MaxLossCloseAll = 10.0; extern double lot = 0.1; extern double PlusLot = 0.0; extern double K_Lot = 1.5; extern int DigitsLot = 2; extern double CloseAll = 10.0; extern double StopProfit = 50.0; extern int K_Profit = 50; extern double StopLoss = 100000.0; extern int Magic = 777; extern int font_size = 10; extern color text_color = Lime; extern string ___________________ = ""; extern string parameterstrailing = "0-off 1-Candle 2-Fractals >2-pips"; extern int TrailingStop = 1; extern int TrailingStep = 0; extern int MinProfit = 10; extern int delta = 0; extern int TF_Tralling = 15; extern string __________________ = ""; extern bool START_RSI = FALSE; extern int RSI_BUY = 15; extern int RSI_SELL = 85; extern int RSI_Period = 5; extern int RSI_TF = 0; extern int Stoploss = 0; extern int Takeprofit = 0;