{
Ticket_buy=OrderSend(Symbol (), OP_BUY, Lots, Ask, 3,0,0, "",MAGIC_MA
If(ticket _ buy>;; 0)
{
Billbuy _ ok = true
If(OrderSelect(ticket_buy, SELECT_BY_TICKET, MODE_TRADES))
{
Print ("구매 주문이 개설되었습니다.", order open price()););
/* if (sl > 0 & amp& ampOrderStopLoss()==0)
OrderModify(OrderTicket (), OrderOpenPrice (), OrderOpenPrice()-SL*Point, OrderTakeProfit () 입니다
If(TP & gt;; 0 & amp& ampOrderTakeProfit()==0)
OrderModify(OrderTicket (), OrderOpenPrice (), OrderStopLoss (), OrderOpenPrice()+TP*Point)
*/
}
}
기타
{
Billbuy _ ok = false
Print ("구매 주문을 여는 동안 오류 발생:", GetLastError()););
}
아마 이 원리일 겁니다.