Since much of the latest posts have involved lot progression strategies, with agreements and disagreements, here is my solution-
The latest version will have
ALL the decisions you have been used to, along with a Choose_Own_Progression feature. Enter in
WHATEVER lot size makes you happy that day!
A look at the coded lot size features-
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;
Do you think the Choose_Own_Progression needs to go out further than 10 trades?