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.
3.2.3 and 3[1].2.3 are the same thing. What happens is when you open the file from location and the file is saved to the temp folder it is appended with the [1].
If someone will make a list of currencies that should not be traded in the same direction, I will code it in for v3.2.4.
Thanks.
Nick
__________________
"Anyone who has never made a mistake has never tried anything new." -Albert Einstein
The problem is Nick, if EUR-USD opens long and GBP-USD opens short, which one do you not allow? Either could be the right direction.
But basically, USD-CHF should be opposite to EUR-USD.
EUR-USD should be same as GBP-USD.
USD-* should all be same direction of course as should *-JPY.
Like I said, the trouble is knowing which of the conflicting pairs to allow.
Sada, I use Mig broker and I would have posted the statement but my demo account expired and I loaded a new account which of course wiped the history
Luckily I had end of day totals written down
To complicate matters I closed several trades manually when I got frustrated with PG giving back profits.
Bagovino, 30 stop loss as default.
Mike4x.
I think there is a mistake in your EA doc in pdf. About UseClose() you say:
Scalp mode: set TSactivation to desired TP and TrailingPips to 0
TrailingStop mode: Set TSact to 0 and TrailingPips to desired trailing level.
Shouldn't it be inversed?
Also, I should be able to make 3 months ticks backtests on EURUSD this WE and I am currently making my backtest plan so if anyone have suggestions, post those!
Fixed options will be:
- WEmode = true
- MaxTrades = 1
- MM = False (always same lots size, I only look for pips profit)
- UseHourTrade = False (I will filter hours trading later, I save each trade for each parameters set)
- OneTradePerPeriod=false
Variables:
Period: from 1 to 9 step 1
Longbar: from 5 to 30 step 5
BarOpenPercent: from 0.1 to 1 step 0.1
Reverse: True or False
StopLoss: From 5 to 50 step 5
UseClose: Always set to True (with Takeprofit set to TSactivation value)
With:
TSactivation: From 0 to 140 step 10
TrailingPips From 3 to 15 step 3 or just for scalp mode and for other TSactivation settings take 5%, 10%, 15% and 20% of TSactivation.
About obsolete method, I will test its influence later. I didn't follow very well what it does and 810 000 tests will be enougth.
I don't even know if I have enought free space on my disk...
I think there is a mistake in your EA doc in pdf. About UseClose() you say:
Scalp mode: set TSactivation to desired TP and TrailingPips to 0
TrailingStop mode: Set TSact to 0 and TrailingPips to desired trailing level.
Shouldn't it be inversed?
...
See the picture... in scalping mode, the tsActivation sets the target price. when the target price is hit, it skips through the function down to the close function call. So, the logic is correct. See also that when act is set to 0, it immediately starts trailing...
__________________
"Anyone who has never made a mistake has never tried anything new." -Albert Einstein
Last edited by Nicholishen; 04-13-2006 at 05:33 PM.
Question about time. Forex usually works 24/7, except weekends. So why is there time limit from 7 to 20. Or is there loop to bypass it during the week and it only activates on weekends.