Edit Your Comment
Freebies by MetaCoder
तबसे मेंबर है Nov 26, 2011
119 पोस्टों
Dec 08, 2011 at 11:24
(एडिट हो रहा है Dec 08, 2011 at 10:01)
तबसे मेंबर है Nov 26, 2011
119 पोस्टों
This is a script for closing multiple orders with specific magic No. Hope ya'll enjoy it.
extern int xi_magicNum = 0;
extern int xi_howMany = 0;
int start() {
int l_ticket_0;
string l_symbol_8;
double l_price_16;
double l_ord_lots_24;
int li_36;
int l_count_32 = 0;
int l_pos_40 = 0;
if (!xi_howMany) li_36 = OrdersTotal();
else li_36 = xi_howMany;
while (l_pos_40 < OrdersTotal() && l_count_32 < li_36) {
RefreshRates();
l_ticket_0 = OrderSelect(l_pos_40, SELECT_BY_POS);
if (l_ticket_0 == 1) {
if (xi_magicNum && xi_magicNum != OrderMagicNumber()) {
l_pos_40++;
continue;
}
l_ticket_0 = OrderTicket();
l_symbol_8 = OrderSymbol();
l_ord_lots_24 = OrderLots();
l_price_16 = MarketInfo(l_symbol_8, MODE_BID);
if (OrderType() == OP_SELL) l_price_16 = MarketInfo(l_symbol_8, MODE_ASK);
if (OrderType() > OP_SELL) {
if (OrderDelete(l_ticket_0) == 0) Print("ERROR OrderDelete: ", GetLastError());
else l_count_32++;
} else {
if (OrderClose(l_ticket_0, l_ord_lots_24, l_price_16, 50) == 0) Print("ERROR OrderClose: ", GetLastError());
else l_count_32++;
}
}
}
return (0);
}
extern int xi_magicNum = 0;
extern int xi_howMany = 0;
int start() {
int l_ticket_0;
string l_symbol_8;
double l_price_16;
double l_ord_lots_24;
int li_36;
int l_count_32 = 0;
int l_pos_40 = 0;
if (!xi_howMany) li_36 = OrdersTotal();
else li_36 = xi_howMany;
while (l_pos_40 < OrdersTotal() && l_count_32 < li_36) {
RefreshRates();
l_ticket_0 = OrderSelect(l_pos_40, SELECT_BY_POS);
if (l_ticket_0 == 1) {
if (xi_magicNum && xi_magicNum != OrderMagicNumber()) {
l_pos_40++;
continue;
}
l_ticket_0 = OrderTicket();
l_symbol_8 = OrderSymbol();
l_ord_lots_24 = OrderLots();
l_price_16 = MarketInfo(l_symbol_8, MODE_BID);
if (OrderType() == OP_SELL) l_price_16 = MarketInfo(l_symbol_8, MODE_ASK);
if (OrderType() > OP_SELL) {
if (OrderDelete(l_ticket_0) == 0) Print("ERROR OrderDelete: ", GetLastError());
else l_count_32++;
} else {
if (OrderClose(l_ticket_0, l_ord_lots_24, l_price_16, 50) == 0) Print("ERROR OrderClose: ", GetLastError());
else l_count_32++;
}
}
}
return (0);
}
My recommended Broker
तबसे मेंबर है Nov 26, 2011
119 पोस्टों
Dec 08, 2011 at 15:55
तबसे मेंबर है Nov 26, 2011
119 पोस्टों
My recommended Broker
तबसे मेंबर है Nov 26, 2011
119 पोस्टों
Dec 08, 2011 at 15:56
तबसे मेंबर है Nov 26, 2011
119 पोस्टों
My recommended Broker
तबसे मेंबर है Nov 26, 2011
119 पोस्टों
Dec 08, 2011 at 17:20
तबसे मेंबर है Nov 26, 2011
119 पोस्टों
Later on I might be posting my daily in-depth market analysis for all those looking to make great trades ...with Maximum stop of 11pips.
Cheers everyone
Cheers everyone
My recommended Broker
तबसे मेंबर है Nov 26, 2011
119 पोस्टों
Dec 08, 2011 at 17:20
तबसे मेंबर है Nov 26, 2011
119 पोस्टों
Hence forth, I would only share basic Mt4 scripts and EAs on this thread. Market analysis would be made in
Community/New Traders
Thread title is Pro Trading by MetaCoder
Community/New Traders
Thread title is Pro Trading by MetaCoder
My recommended Broker
तबसे मेंबर है Jan 02, 2012
26 पोस्टों
Jan 02, 2012 at 09:16
तबसे मेंबर है Jan 02, 2012
26 पोस्टों
any can help me about my ea code... almost 100% win but..... it make sell trade only...
i wanna make both trade... buy and sale...
here my link
http://1millionaireclub.blogspot.com/2012/01/almost-100-win-low-drawdown.html
i wanna make both trade... buy and sale...
here my link
http://1millionaireclub.blogspot.com/2012/01/almost-100-win-low-drawdown.html
Always win ...i Hope..
तबसे मेंबर है Nov 26, 2011
119 पोस्टों
Jan 02, 2012 at 09:37
(एडिट हो रहा है Jan 02, 2012 at 09:38)
तबसे मेंबर है Nov 26, 2011
119 पोस्टों
Send me EA source Code So I could take a look and see whats wrong
My recommended Broker
तबसे मेंबर है Jan 02, 2012
26 पोस्टों
Jan 02, 2012 at 11:46
तबसे मेंबर है Jan 02, 2012
26 पोस्टों
at my blog link because it need custom indicator... both mq4 file there
Always win ...i Hope..
तबसे मेंबर है Jan 02, 2012
26 पोस्टों
Jan 02, 2012 at 11:46
तबसे मेंबर है Jan 02, 2012
26 पोस्टों
ooohh we also can attach here .. sorry newbies,, hik..
Always win ...i Hope..
तबसे मेंबर है Jan 02, 2012
26 पोस्टों
Jan 02, 2012 at 11:47
तबसे मेंबर है Jan 02, 2012
26 पोस्टों
the best setting :
trailling 9
stop loss 300
plotlot true
maxorder 4
eachtickmode false
lots.... max trade lot (of the account)
min deposit... wanna trade 8 lot min 1200
wanna trade 80 lot min 12000
the best pair eurusd...
the best timeframe M30
my computer was very slow.. so never test for 10year previous
can anyone test give a result here... the best myfxbook.com
trailling 9
stop loss 300
plotlot true
maxorder 4
eachtickmode false
lots.... max trade lot (of the account)
min deposit... wanna trade 8 lot min 1200
wanna trade 80 lot min 12000
the best pair eurusd...
the best timeframe M30
my computer was very slow.. so never test for 10year previous
can anyone test give a result here... the best myfxbook.com
Always win ...i Hope..
तबसे मेंबर है Jan 02, 2012
26 पोस्टों
Jan 04, 2012 at 13:41
तबसे मेंबर है Jan 02, 2012
26 पोस्टों
finally i found it...
my contest acc work perfect...
https://www.myfxbook.com/members/jebat/jebat-contest-acc/217376😎
my contest acc work perfect...
https://www.myfxbook.com/members/jebat/jebat-contest-acc/217376😎
Always win ...i Hope..
तबसे मेंबर है Nov 26, 2011
119 पोस्टों
Jan 04, 2012 at 15:37
तबसे मेंबर है Nov 26, 2011
119 पोस्टों
This is a martingale TimeBomb...
My recommended Broker
तबसे मेंबर है Jan 02, 2012
26 पोस्टों
Jan 04, 2012 at 16:30
तबसे मेंबर है Jan 02, 2012
26 पोस्टों
so any suggestion to avoid those thing...😕
Always win ...i Hope..

forex_trader_29148
तबसे मेंबर है Feb 11, 2011
1768 पोस्टों
Jan 05, 2012 at 15:48
तबसे मेंबर है Feb 11, 2011
1768 पोस्टों
THE LOT SIZE THAT YOU PUT (AFTER THE TERRIBLE MISTAKE OF A 8.0 LOT) SEEMS TO BE OK NOW,IF IT KEEPS GOING THIS WAY YOU WILL GET OUT FROM THE HOLE SOON...😄
तबसे मेंबर है Jan 02, 2012
26 पोस्टों
Jan 05, 2012 at 18:00
तबसे मेंबर है Jan 02, 2012
26 पोस्टों
ooo ok i get it...i just wanna try on demo acc with high lot + high risk hik... but the real account 1lot and below...
in first ea just come with 1 strategy... and this contest acc more than 7 strategy on 1 ea(more RAM need ahhh)... anyway tq alot for helping me out...
i will find so solution for these situation .... any suggestion, trick, strategy and comment for make better EA... i hope next day this ea will helping out our trader..
😀
in first ea just come with 1 strategy... and this contest acc more than 7 strategy on 1 ea(more RAM need ahhh)... anyway tq alot for helping me out...
i will find so solution for these situation .... any suggestion, trick, strategy and comment for make better EA... i hope next day this ea will helping out our trader..
😀
Always win ...i Hope..

*व्यवसायिक इस्तेमाल और स्पैम को ब्रदाश नहीं किया जाएगा, और इसका परिणाम खाता को बन्द करना भी हो सकता है.
टिप: किसी चित्र या यूट्यूब या URL को पोस्ट करने से वे अपने आप आपके पोस्ट में आजाएगा!
टिप: @ चिन्ह को टाइप करें उपभोगता के नाम को अपने आप करने के लिए जो इस चर्चा में भाग ले रहा है.