jerami
Junior Member
- Messages
- 92
- Joined
- Aug 9, 2006
- Messages
- 92
- Reaction score
- 2
- Points
- 16
aku sedut dari laman Forex TSD.. maleh nak tulis balik..
klu ada yg berjaya.. aku gurrenty bagi strategy aku guna pada sipolan tersebut..
QUOTE=jerami;366861]Hi all programmers,
Anyone have a script for double ordersend coz i wanna to make a hedging buy and sell at the same time..
Hope someone will help me
thanz for viewing..(cry2)[/QUOTE]
I'm trying inserting hedge script at last open post in 10p3. I'm trying but still fail
} else { mylotsi=lotsi; }
if (mylotsi>100) { mylotsi=100; }
IF (CNT = MAXTRADES)
OrderSend(Symbol(), OP_BUY,mylotsi,BuyPrice,slippage,sl,tp,CommentBUY,Magic,0,Blue);
OrderSend(Symbol(), OP_SELL,mylotsi,SELLPrice,slippage,sl,tp,CommentSELL,Magic,0,Blue);<--------FOR HEDGE AT LAST OP
anyone could finish this script..?
klu ada yg berjaya.. aku gurrenty bagi strategy aku guna pada sipolan tersebut..
QUOTE=jerami;366861]Hi all programmers,
Anyone have a script for double ordersend coz i wanna to make a hedging buy and sell at the same time..
Hope someone will help me
thanz for viewing..(cry2)[/QUOTE]
I'm trying inserting hedge script at last open post in 10p3. I'm trying but still fail
} else { mylotsi=lotsi; }
if (mylotsi>100) { mylotsi=100; }
IF (CNT = MAXTRADES)
OrderSend(Symbol(), OP_BUY,mylotsi,BuyPrice,slippage,sl,tp,CommentBUY,Magic,0,Blue);
OrderSend(Symbol(), OP_SELL,mylotsi,SELLPrice,slippage,sl,tp,CommentSELL,Magic,0,Blue);<--------FOR HEDGE AT LAST OP
anyone could finish this script..?