كما تم برمجته من الاخ محمود فان المتغيرات بالشكل التالى
extern double Lot1 = 0.01;
extern int Limits.Orders = 10;
extern int Target = 200;
extern int Step = 50;
extern int Stops.Orders = 10;
extern double Support.Lot1 = 0.01;
extern double Step1 = 20.0;
extern double Support.Lot2 = 0.02;
extern double Step2 = 40.0;
extern double Support.Lot3 = 0.03;
extern double Step3 = 60.0;
extern double Support.Lot4 = 0.04;
extern double Step4 = 80.0;
extern double Support.Lot5 = 0.05;
extern double Step5 = 100.0;
extern double Support.Lot6 = 0.06;
extern double Step6 = 120.0;
extern double Support.Lot7 = 0.07;
extern double Step7 = 140.0;
extern double Support.Lot8 = 0.08;
extern double Step8 = 160.0;
extern double Support.Lot9 = 0.09;
extern double Step9 = 180.0;
extern double Support.Lot10 = 0.1;
extern double Step10 = 200.0;
extern double Support.Lot11 = 0.11;
extern double Step11 = 220.0;
extern double Support.Lot12 = 0.12;
extern double Step12 = 240.0;
extern double Support.Lot13 = 0.13;
extern double Step13 = 260.0;
extern double Support.Lot14 = 0.14;
extern double Step14 = 280.0;
extern double Support.Lot15 = 0.15;
extern double Step15 = 300.0;
extern double Support.Lot16 = 0.16;
extern double Step16 = 320.0;
extern double Support.Lot17 = 0.17;
extern double Step17 = 340.0;
extern double Support.Lot18 = 0.18;
extern double Step18 = 360.0;
extern double Support.Lot19 = 0.19;
extern double Step19 = 380.0;
extern double Support.Lot20 = 0.2;
extern double Step20 = 400.0;
extern double Support.Lot21 = 0.21;
extern double Step21 = 420.0;
extern double Support.Lot22 = 0.22;
extern double Step22 = 440.0;
extern double Support.Lot23 = 0.23;
extern double Step23 = 460.0;
extern double Support.Lot24 = 0.24;
extern double Step24 = 480.0;
extern double Support.Lot25 = 0.25;
extern double Step25 = 500.0;
extern double CloseAll1.stmultplier = 50.0;
extern double CloseAll2.stmultplier = 100.0;
extern double CloseAll3.stmultplier = 150.0;
extern double CloseAll4.stmultplier = 200.0;
extern double CloseAll5.stmultplier = 250.0;
extern double CloseAll6.stmultplier = 300.0;
extern string Time_Start = "00:00";
extern string Time_End = "23:59";
extern int Magic = 765;

