|
|||
|
|||||||
| Notices |
| Register in Forex TSD! | |
|
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time). Click here to register and get more information |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|||
|
Quote:
|
|
|||
|
Quote:
|
|
|||
|
Quote:
The builtin money management is insufficient for me, I fix lots per trade and scale them by the current equity, which allows to collect statistics and use the Kelly formula (basically determine percentage of capital to risk and calculate lot size relative to stops). If multiple pairs share an account, its easy to distribute capital usage if you can work with a simple percentage. I played a lot with different entry signals and filters. It turns out that the simple method of Bipolar is sufficient and the trend filter helps a lot. |
|
|||
|
Example with s/l
Here is a backtest example from 1999-2007 using t/p 10, s/l 10, pips 5 and max trades 5 with only the JMA entry signal on a M5 chart. Note that this example keeps the lot sizes constant at 0.2, 0.2, 0.1, 0.3, 0.4 lots for an 5k account. The result is of course much better if compounding is used.
This example illustrates the power of Bipolar, even if stops are used! |
|
|||
|
Quote:
hi, alassio i am surprise that you use s/l, could you explain to me how to use it? when i open a 3 order of serie the first order close to s/l, then goblin closes other orders(continue_opening=false). do you use to enter signal this part of code ?: if (MathAbs(jma1 - jma2) / Point > 2.0) { if (jma1 < jma2) {SignalOrderType=1;} if (jma1 > jma2) {SignalOrderType=2;} } now , i am testing goblin with variable pips using ATR. ( i've used it on Firebird). regards giapel |
|
|||
|
Quote:
Using stops has the advantage that your risk is clearly defined and you can start improving the expected value of a trade. This is impossible if you have to judge the risk of blowing the account and the probability of this event. I prefer having a consistent win/loss rate that allows you to do proper money management and risk of ruin calculations etc. Yes, I used only the above mentioned signal, you have to experiment a bit with timeframe and lag, but experiments with other signals didn't really improve the result. Only the TrendFilter of Bipolar is useful. However, if there is a consistent expected value of a trade, you want to have as many trades as possible and to compound the gains. That's the way to optimal profit. The TrendFilter improved the results but also considerably cut down the number of trades. So the total result is less profit, but maybe with less risk (drawdown). I think using ATR will help, whether it is used as a filter or to vary the pips and t/p and s/l values. You only have to properly scale everything, including lot size, in order to still have the same max risk. |
|
|||
|
I forgot to mention that everybody can see the effect of stops to his settings by using the Excel sheet for simulating probabilities and expected value I have attached a few posts before. It also shows the effect of reallocating lot sizes among individual orders in a trade. The doubling up is often not optimal, because it increases the size of a loser quite strongly, but win probability is only improved marginally.
My experiments finally all have been done at lot allocation and money management. I tried to improve entries, but without significant improvement. Maybe if someone comes up with good trade filters, but the basic entry method seems just fine. |
![]() |
| Bookmarks |
| Tags |
| expert goblin, goblin, goblin bipolar, goblin bipolar ea, Goblin Bipolar Edition, goblin expert advisor, Turbo_JMA |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| dose it posible to creat any function of "mql code" posting in this forum? | phoenix | Metatrader Programming | 22 | 03-21-2009 04:26 PM |
| Here's the new "Goblin" ea...little brother to Predator | bluto | Expert Advisors - Metatrader 4 | 984 | 12-31-2008 09:03 PM |
| How to "teach" and to use the AI ("neuron") EA? | danil | Suggestions for Trading Systems | 5 | 07-15-2008 04:26 PM |
| Goblin Bipolar mod H | autofx | Expert Advisors - Metatrader 4 | 182 | 05-22-2007 03:53 AM |