• Welcome back! Thank you for being a part of this Traders Community. Let's discuss and share :)
    Selamat datang kembali! Trimakasih telah menjadi bagian dari Komunitas Trader ini. Mari berdiskusi dan berbagi :)

New EA EA Princess Raena V1.0

wih mantab tu gan hasil BT nya...ijin nyoba gan....
Silahkan gan, namun hasil bagus dengan DD yang lebih dari 50% masih sangat rawan untuk ketemu Miss Cantik
 
I have deactivated the martingale, did a couple of good trades at first and then it kept going down. The performance with martingale was much better till the time it went down.
No point to continue the test, i have stopped it and started a new one with lower stop loss at 30 and trailing stop activated this time. Lets see if it will give some
good results this time.
Thanks, martingale cannot work well with trailing stop activated together,
 
I could not get a break in my testing results and decided yo download the version 2.0 . This one was even worst. Loss from the start and then kept going.
I have tried changing the parameters but that did not help. I am back testing the version 1 again.
Do you have a set file with good results, to use as a base for further back tests?
 
Here my Marti Function Script


//+--------------------------+
//| Fungsi Martinggale.......|
//+--------------------------+
void MARTI()
{
//-------
if(totals()>0 && totals()<level )
{
int typeS; double opS, lastlotS;
for(int i=0; i<OrdersTotal(); i++)
{
OrderSelect(i,SELECT_BY_POS,MODE_TRADES);
if(OrderSymbol()!=Symbol() || OrderMagicNumber()!=MagicNumberS ) continue;
typeS =OrderType();
opS =OrderOpenPrice();
lastlotS =OrderLots();

}

if((typeS==1 && Bid>=opS+range*pt)) // JIKA FLOATING DALAM POSISI SELL
{
STATUS = "MARTINGGALE FOR SELL ON PROGRESS ...";
ticket=OrderSend(Symbol(),1,NormalizeDouble(lastlotS*multiplier,prec),Bid,Slippage,Bid+StopLoss*pt,Bid- TakeProfit*pt*multiplier,EAName,MagicNumberS,0,Red);
}
}

if(totalb()>0 && totalb()<level )
{
int typeB; double opB, lastlotB;
for(int j=0; j<OrdersTotal(); j++)
{
OrderSelect(j,SELECT_BY_POS,MODE_TRADES);
if(OrderSymbol()!=Symbol() || OrderMagicNumber()!=MagicNumberB ) continue;
typeB =OrderType();
opB =OrderOpenPrice();
lastlotB =OrderLots();
}
if((typeB==0 && Ask<=opB-range*pt)) // JIKA FLOATING DALAM POSISI BUY DAN MASUK DALAM RANGE MARTI
{
STATUS = "MARTINGGALE FOR BUY ON PROGRESS ...";
ticket=OrderSend(Symbol(),0,NormalizeDouble(lastlotB*multiplier,prec),Ask,Slippage,Ask-StopLoss*pt,Ask+TakeProfit*pt*multiplier,EAName,MagicNumberB,0,Blue);
}
}

if(totals()>1) //JIKA SL & TP AKTIVE DAN OPEN ORDER LEBIH DARI 1 (FLOATING)
{
double s_lS, t_pS;
for(int f=0; f<OrdersTotal(); f++)
{
OrderSelect(f,SELECT_BY_POS,MODE_TRADES);
if(OrderSymbol()!=Symbol() || OrderMagicNumber()!=MagicNumberS || OrderType()>1) continue;
typeS =OrderType();
s_lS =OrderStopLoss();
t_pS =OrderTakeProfit();
}
for(int r=OrdersTotal()-1; r>=0; r--)
{
OrderSelect(r,SELECT_BY_POS,MODE_TRADES);
if(OrderSymbol()!=Symbol() || OrderMagicNumber()!=MagicNumberS || OrderType()>1) continue;
if(OrderType()==typeS)
{
if(OrderStopLoss()!=s_lS || OrderTakeProfit()!=t_pS)
{
OrderModify(OrderTicket(),OrderOpenPrice(),s_lS,t_pS,0,CLR_NONE);
}
}
}
}
if(totalb()>1) //JIKA SL & TP AKTIVE DAN OPEN ORDER LEBIH DARI 1 (FLOATING)
{
double s_lB, t_pB;
for(int g=0; g<OrdersTotal(); g++)
{
OrderSelect(g,SELECT_BY_POS,MODE_TRADES);
if(OrderSymbol()!=Symbol() || OrderMagicNumber()!=MagicNumberB || OrderType()>1) continue;
typeB =OrderType();
s_lB =OrderStopLoss();
t_pB =OrderTakeProfit();
}
for(int t=OrdersTotal()-1; t>=0; t--)
{
OrderSelect(t,SELECT_BY_POS,MODE_TRADES);
if(OrderSymbol()!=Symbol() || OrderMagicNumber()!=MagicNumberB || OrderType()>1) continue;
if(OrderType()==typeB)
{
if(OrderStopLoss()!=s_lB || OrderTakeProfit()!=t_pB)
{
OrderModify(OrderTicket(),OrderOpenPrice(),s_lB,t_pB,0,CLR_NONE);
}
}
}
}

//-------
}
//+--------- void MARTI() End|

(here is script has task as martinggale function and modifier after martinggale did, where is the script make error, OrdersTotal() was set 20, but EA did 4 level and did make another level on both side(hedging))

Di atas script untuk funsi Martingale dan modifiednya, namun ea hanya bisa buka op sd level 4 saja, padahal OrdersTotal() sudah di set di 20 untuk kedua sisi (hedging dengan magic number yg beda), apakah ada yang bisa mengenali kira2 dimana letak bug/errornya.

Please help me.... Thank u
Terimakasih
 
Hasil FT dengan AE Princess Raena versi awal belum genap sebulan sudah 75% Profit... Full 24 jam via vps
 

Attachments

  • Screenshot_2015-07-21-19-52-33.jpg
    Screenshot_2015-07-21-19-52-33.jpg
    88.1 KB · Views: 205
Hi R2tan and others,

I think if we can find best solution about Martingale and Hedging methods to be added in harmony with current trading logic of this ea, it will be as good as Adenan Scalping EA.

Let's all join together to give comments and ideas ti improve this ea better and better.

James
 
Hai
Hi R2tan and others,

I think if we can find best solution about Martingale and Hedging methods to be added in harmony with current trading logic of this ea, it will be as good as Adenan Scalping EA.

Let's all join together to give comments and ideas ti improve this ea better and better.

James
Hai james, thank for pay attantion on my project, basic bussines on forex market is high reward high risk, if we want safe, dont put your risk on high level, on marti system knowing your system data statistic, if we had how many win (month) and how many lose (month) do tricky with your data history ex. Data history 5 Month win with 500% ( and every monty profit had drawing) and 1 month losing, on hand we had 400% profit, its worthed to try
 
Evenly if your data statistic is 2 Month win with 200% profit and 1 motnh losing 100%, you still have 100% equity on hand (in this cases tricky with drawing your profit weekly (do not dd montly) and yo have more profit on hand
 
:ok: Hi R2tan,

What is the minimum account that you can recommend if using this ea ? Any idea ?

Thanks

James
 
Update EA Princess Raena aka Jogja Scalper
Ini adalah Update dari EA Princess Raena versi ke 5.1 23 Juli 2015

Engine masih sama Averaging Martinggale dengan default jarak op kedua dan selanjutnya min 32 pips atau di awal candle baru floating, kelipatan 1.5 dengan MM 1% Trigger adalah ema 21 dan Ema 100 sebagai filter Trend, op jika ADX Plus(14) di atas ADX minus(14) serta ADX main(14) di atas threshold 27, serta konfirmasi dengan stochastik (9.3.5) jika buy main lebih dari signal begitu juga jika arah sebaliknya.

di
BT 2014 JAN-DES terlampir, saran dan masukan diharapkan.
 

Attachments

  • StrategyTester PRINCESS RAENA V5.1.0.gif
    StrategyTester PRINCESS RAENA V5.1.0.gif
    8.4 KB · Views: 240
  • JOGJAScalper V5.1.ex4
    JOGJAScalper V5.1.ex4
    34.4 KB · Views: 266
Ini adalah Update dari EA Princess Raena versi ke 5.1 23 Juli 2015

Engine masih sama Averaging Martinggale dengan default jarak op kedua dan selanjutnya min 32 pips atau di awal candle baru floating, kelipatan 1.5 dengan MM 1% Trigger adalah ema 21 dan Ema 100 sebagai filter Trend, op jika ADX Plus(14) di atas ADX minus(14) serta ADX main(14) di atas threshold 27, serta konfirmasi dengan stochastik (9.3.5) jika buy main lebih dari signal begitu juga jika arah sebaliknya.

di
BT 2014 JAN-DES terlampir, saran dan masukan diharapkan.
biasanya..kalo sudah diaktifkan ea nya....apakah nunggu sinyal dulu..atau langsung OP gan???
 
saya udah coba ea nya mas...............di demo....mulai siang sampai ini sore,,baru op 2 kali.....tapi sekali op..langsung profit..mantaaaaapppp...modal demo 4200 usd..pertama op kok op 0.42 lot...apa emang gitu gan???? mohon infonya.............................
 
Hi all,

Anybody has used this ea on FT on demo account? How profitable is it? Please kindly share your PROFITABLE SET FILE.

Thanks
James
 
Hi R2tan and other friends,

Please kindly share your full backtesting results as well as FT results so that we can see how many lots this ea has traded if using Martingale method?

Thanks a lot

James
 
Hi R2tan,

What are the new improvements of V5.1 above? BT results are very impressive, but how about max drawdown and relative drawdown when it applies Averaging down / Martingale methods? How about winning trade %? And what is the minimum amount to use with this version V5.1?

Hope you can share full BT Results

Thanks

James
 
Hi R2tan,

What are the new improvements of V5.1 above? BT results are very impressive, but how about max drawdown and relative drawdown when it applies Averaging down / Martingale methods? How about winning trade %? And what is the minimum amount to use with this version V5.1?

Hope you can share full BT Results

Thanks

James
saya makai versi yang terbaru.....dengan lot 0,01 yang laen standar.............opit kok...
 
iya , biasanya ea profesional minimal filternya ada 3 , kayak forexstay light filternya ada 10 , berikut saya upload sourcecodenya yang filetrnya tiga biar ditambahin ke ea prince dan jadi versi 3, dan kalau versi 4 ditambahin jadi 6 filternya, terus begitu sehingga jadi stabil
 
Hi Atep,

How about the modified version you posted above? Does it reduce max drawdown and avoid Margin call?

Thanks
James
 
Back
Top