| / | Forum |
|
aku11a
2010.11.03 01:08
So you're a swing trader? That was what first got me interested in forex actually, but it seems like not enough profit can be made trading only once per week. So I assume you use MACD and RSI, then the trend is your friend until some trailing stop?... |
|
zzuegg
2010.11.03 01:16
aku11a: if you get 100pip a week you can make decent profits.. all depending on your invested capital, moneymanagement and of course how much risk you are willing to take. of course you will not be rich in 5 weeks with a 200$ account. So you're a swing trader? That was what first got me interested in forex actually, but it seems like not enough profit can be made trading only once per week. So I assume you use MACD and RSI, then the trend is your friend until some trailing stop?... |
|
aku11a
2010.11.03 17:58
What are your take on EA's that do indeed use randomness to win, like the "Simplest Hedging EA Ever" http://codebase.mql4.com/6601 This one makes money, yet it never predicts anything, really a 50/50 fools betting EA, but seems to work.. and with nothing to go wrong, it will probably forward test better than complex indicator based EAs........ what do you think about these 50/50 types? |
|
zzuegg
2010.11.03 19:00
keep in mind that this are results after optimization. could work in the future, but most of the time it doesn't my 2 cents //z |
|
aku11a
2010.11.03 19:21
Aren't all EA's just "on the surface" - they only work for a while, then you need to tune them again".. I believe it was Boris who said that... There isn't really any EA that works without optimization.. |
|
zzuegg
2010.11.03 19:27
aku11a: Aren't all EA's just "on the surface" - they only work for a while, then you need to tune them again".. I believe it was Boris who said that... There isn't really any EA that works without optimization.. i personally implement a fast concept and then test it, if the concept based on the idea not it profitable i change manually a few parameters. if still not positive results i drop the idea. Of course if result is positive, i optimize a few parameters. but then the strategy should be profitable for most of the parameters. But i do not use the setting with the maximum profit for livetrades, instead i look for the savest settings, profitfaktor/drawdown say more than profit. //again, my opinion Z |
|
1005phillip
2010.11.03 19:32
aku11a:
What are your take on EA's that do indeed use randomness to win, like the "Simplest Hedging EA Ever" http://codebase.mql4.com/6601 This one makes money, yet it never predicts anything, really a 50/50 fools betting EA, but seems to work.. and with nothing to go wrong, it will probably forward test better than complex indicator based EAs........ what do you think about these 50/50 types?
|
|
7bit
2010.11.03 19:52
1005phillip:
The difference is in the casino you know that it is pure luck while in forex you can always have at least the illusion that you have some sort of influence (can predict the likely outcome). This is the same reason why people do sports betting: they are absolutely convinced they know enough about their favored team and its opponent to make intelligent decisions about the likely outcome. A positive outcome (or even a longer winning streak) will be good for the ego and a negative outcome is someone else's fault. The same psychological mechanisms might also provide entertainment value in forex trading.
Go to a casino where you might have very similar odds but MUCH higher entertainment value for the risk you are willing to make. |
|
aku11a
2010.11.03 19:57
1005, Wow! That is a truely perfect bell and sigma curve, exactly what I would expect from a random strategy. You've given a lot of food for thought.. So what I conclude from it is, a "random" strategy is actually a "really-really simple" strategy, because I do bias the trailing stops (cut the loosing, and let the winning run free) - which in the long run as I tested last night, will result in a nice upward slope do to the mathamatics. But what is to be said then, that a "random-Entry" trailing stop EA really does make profit, I guess so, that is just such a simple answer to the weighty question of creating a profitable EA - it really is -->that<-- simple? As randomly entering trades, and setting trailing stops?......... |
|
7bit
2010.11.03 20:07
1005phillip:
Could this be exploited somehow? for example random trades with RR 1:2 or 2:1 or some other optimal ratio to exploit the fact that in wider distances they all lie outside and in narrow areas they are inside the bell curve and with some magic ratio it would become reward/risk > nloss/nwin? |