Quote:
|
Originally Posted by alassio
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!
|
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