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.
Regretfully, the timeframe that I choose earlier was too short for TSD to perform correctly, That Account suffer major Drawdown from initial deposit $1000 to $565, thanks to gap down on last weekend. :eek:
eh, I can't attach the TSD 1HR statement, coz I delete the demo account and forgot the password.. hehe..
But I also running another TSD starting 19 sep 2005, that baby give me $268,92 from initial deposit $1000 with 0.1 lot every trades.
That's more than 25% gain in a week.
and I close all open positions manually on friday. no more gap.
I see that in your account statement that you have a lot of cancelled positions. Do you manually cancel them? if yes what are your methods to decide which trades to cancel?
When you say you change the timeframe, does this mean that in the Mindagaus code you change the PeriodTrade to PERIOD_H4 from the original PERIOD_D1??
And then what do you do for the PeriodDirection? Do you keep it PERIOD_W1?
The Mindigaus' version of TSD does not care which time frame the chart that you attach it is on.
If you want your trades to be processed on a daily chart, leave the following line as is:
int PeriodDirection = PERIOD_W1, PeriodTrade = PERIOD_D1, PeriodTrailing = PERIOD_H4, CandlesTrailing = 3;
If you want your trades to be processed on a 4HR chart, change the line to this:
int PeriodDirection = PERIOD_D1, PeriodTrade = PERIOD_H4, PeriodTrailing = PERIOD_H1, CandlesTrailing = 3;
If you want your trades to be processed on a 1HR chart, change the line to this:
int PeriodDirection = PERIOD_H4, PeriodTrade = PERIOD_H1, PeriodTrailing = PERIOD_M15, CandlesTrailing = 3;
Hello, can you post an updated statement in 4hr timeframe?
Thank you and best regards.
I think this TSD has a lot potential, but there something has to change the trailing stop mechanism, when TSD had +108 pips open position, it should be automaticly move the trailing stop, so TSD can LOCK profit about +50 pips.
But in reality, that +108 pips profit turn to LOSS.
any idea how to fix this?
PS: Here's the latest TSD 4HR MACD FORCE statement