Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.
From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.
Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
Elite Section
Get access to private discussions, specialized support, indicators and trading systems reported every week.
Advanced Elite Section
For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
These will be the lot increment choices available. This should cover whatever you're into.
PHP Code:
extern double Start_Lot_Size=0.1;//starting lot size for cycle
extern double Lot_Size_Increment=0.1;//Additional orders will increase by this amount
extern bool Double_Lotsize=false;//set to true if you want to just double every lotsize, Lot_Size_Increment ignored if true
extern bool Choose_Own_Progression=false;
extern double Trade_1=0;//Enter in your own trade progressions
extern double Trade_2=0;
extern double Trade_3=0;
extern double Trade_4=0;
extern double Trade_5=0;
extern double Trade_6=0;
extern double Trade_7=0;
extern double Trade_8=0;
extern double Trade_9=0;
extern double Trade_10=0;
extern double Trade_11=0;
extern double Trade_12=0;
extern double Trade_13=0;
extern double Trade_14=0;
extern double Trade_15=0;
extern double Trade_16=0;
extern double Trade_17=0;
extern double Trade_18=0;
extern double Trade_19=0;
extern double Trade_20=0;
extern int Max_Trades=50;//maximum number of trades allowed
extern bool Close_All_Max=false;//select true if you want ALL orders to close if Max_Trades is hit