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.
Nice results but only 47% modeling quality? Good luck with running that live.
Regards,
Jeff
Thanks azjeff
The modeling quality is not that great so i will need all the luck I can get lol.
Is there any one who can let me know what the maximum MQ pecentage you can achieve on each time frame.
1 min = 25%
5 min = 25%
15 min = ???
30 min = ???
1 hr min = ???
4hr + min = 90%
Interesting I don't know what is happening with the EA but I am running it on Several pair and the orders seem to be opening on one pair then whenanother pair open it closes the original never seen that before.
##any solutions##
I think i'm need to start again but I will explain what I am trying to do.
It's a two coin toss experiment
coin 1 is heads = sell and tails = buy
fliped on a new bar sounds simple enough i think.
Coin 2 is exits tails = closesell and heads = closebuy
but all i want to do is close the first position be it either a buy or sell.
Example
bar1 = coin1= heads and coin2 = heads
bar2 = coin1= heads and coin2 = heads
bar3 = coin1= heads and coin2 = tails from bar1
I thinks thats as clear as mud and thats what I have been trying to code into an ea so if you have done anything similar or can help that would be great.
I think i'm need to start again but I will explain what I am trying to do.
It's a two coin toss experiment
coin 1 is heads = sell and tails = buy
fliped on a new bar sounds simple enough i think.
Coin 2 is exits tails = closesell and heads = closebuy
but all i want to do is close the first position be it either a buy or sell.
Example
bar1 = coin1= heads and coin2 = heads
bar2 = coin1= heads and coin2 = heads
bar3 = coin1= heads and coin2 = tails from bar1
I thinks thats as clear as mud and thats what I have been trying to code into an ea so if you have done anything similar or can help that would be great.
Cheers
Beno
I have gone in another direction. Instead of using random entry points when an new bar forms, I have random entry times and exit times. How long each trade will be open are random, and how long to wait between trades are also random. The maximum time for these periods can be changed in the external parameters of the ea
Have changed the random generator a bit, much more random now. Any ideas for an MM? Was thinking maybe of an martingale, double lots each time the last order was an loss. This does mean that if the last loss was an big one, the next trade with the double lots could close with an lower profit since it's closing at an random period.
Could also adjust the lot sizes according to the time the trade will be open since these values are known before the order are placed. The longer the orders are open the more probability the order has for greater volatility. Then an martingale system could be more effective.