10points 3.mq4 - page 247

 
FutureMillionaire?:
Of course, this doesn't take into account other settings, such as InitialStop. Ray

Don't be so harsh on yourself Ray. You've done a good job.

Even that I have to admit I haven't seen it because I think I can do math myself.

 

Need Help

Hi,

Somebody can modify, please.

This formula is closing all possitions,

start with negative.

Thanks

B.

New way: open second-close first;

opend third-close second.

Example :

Old way new way

1.0 buy 32.90 1.0 buy 32.90

2.0 buy 32.80 2.0 buy 32.80 close, 1.0 buy 32.9

4.0 buy 32.70 4.0 buy 32.70 close, 2.0 buy 32.8

if((PreviousOpenOrders > OpenOrders)

for(cnt = OrdersTotal(); cnt >= 0; cnt--)

{

OrderSelect(cnt, SELECT_BY_POS, MODE_TRADES);

mode = OrderType();

//----

if(OrderSymbol() == Symbol())

{

if(mode == OP_BUY)

OrderClose(OrderTicket(), OrderLots(), OrderClosePrice(), slippage, Blue);

if(mode == OP_SELL)

OrderClose(OrderTicket(), OrderLots(), OrderClosePrice(), slippage, Red);

return(0);

}

}

 
Bongo:
Hi,

Somebody can modify, please.

This formula is closing all possitions,

start with negative.

Thanks

B.

New way: open second-close first;

opend third-close second.

Example :

Old way new way

1.0 buy 32.90 1.0 buy 32.90

2.0 buy 32.80 2.0 buy 32.80 close, 1.0 buy 32.9

4.0 buy 32.70 4.0 buy 32.70 close, 2.0 buy 32.8

if((PreviousOpenOrders > OpenOrders)

for(cnt = OrdersTotal(); cnt >= 0; cnt--)

{

OrderSelect(cnt, SELECT_BY_POS, MODE_TRADES);

mode = OrderType();

//----

if(OrderSymbol() == Symbol())

{

if(mode == OP_BUY)

OrderClose(OrderTicket(), OrderLots(), OrderClosePrice(), slippage, Blue);

if(mode == OP_SELL)

OrderClose(OrderTicket(), OrderLots(), OrderClosePrice(), slippage, Red);

return(0);

}

}

Bongo,

Tks but I believe that this will close all positions.

 
FutureMillionaire?:
Of course, this doesn't take into account other settings, such as InitialStop. Ray

Good job Ray

Cheers,

 

not bad

this is my real account. original idea from 10p3. martingale rocks

ibfx only allow 50 open positions per day. and now they no longer provide 1:400 leverage

Files:
statement_u.htm  314 kb
 

hiii....

fxgear:
this is my real account. original idea from 10p3. martingale rocks ibfx only allow 50 open positions per day. and now they no longer provide 1:400 leverage

hi can you post which 10point3 version and the the setting are using and which time frame are you using?, thnx a lot

 
fxgear:
this is my real account. original idea from 10p3. martingale rocks ibfx only allow 50 open positions per day. and now they no longer provide 1:400 leverage

Great fxgear!

Does this mean we have another martingale trader in the club?

Keep it up!

Regards, Humax

 
fxgear:
this is my real account. original idea from 10p3. martingale rocks ibfx only allow 50 open positions per day. and now they no longer provide 1:400 leverage

Impressive result, but good luck.

Regards

David

 

Actually, its a good job

fxgear:
this is my real account. original idea from 10p3. martingale rocks ibfx only allow 50 open positions per day. and now they no longer provide 1:400 leverage

According to my observation, you're taking advantage from the double hedging method, which every currency pair you trade, you put 2 charts up and loaded 1 with ReverseCondition=0, another 1 with ReverseCondition=1. StopLoss/InitialStop=0, PipStep=20. Not a bad hedge, a lot of human intervention in the middle. Manual lot size(which very hard to judge, in my point of view), closure of positions whilst in profits. Very good. Keep it up

Regards

David

 

true

now profit usd2,300

Reason: