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.
I hope wolfe can figure all this stuff out. I am hoping he can get the protect profit to work. Martingales typically fail so mm is the key to this whole thing.
welcome home...your crew is busy testing on the trading front...hope you had a good day at work...are you ready for the most favorite thing in your life? TRADING!
welcome home...your crew is busy testing on the trading front...hope you had a good day at work...are you ready for the most favorite thing in your life? TRADING!
ES
Thanks ES,
Just taking some time to get caught up on all the posts!
I hope wolfe can figure all this stuff out. I am hoping he can get the protect profit to work. Martingales typically fail so mm is the key to this whole thing.
Hi ES, I will forward test with no progression, but I like in 15 min timeframe to see any errors quickly, which EA Version you are using, please confirm.
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?
Brilliant wolfe...make it 20...and use maxtrades..... that will cover large accounts...
ES
Quote:
Originally Posted by wolfe
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?