±×¸² 1
±×¸² 2
±×¸² 3
±×¸² 4
if MarketPosition == 0 Then
Buy("b",AtStop,10000,1);
if MarketPosition == 1 Then
{
if CurrentContracts > CurrentContracts[1] Then
var1 = LatestEntryPrice(0);
if CurrentContracts < CurrentContracts[1] Then
var1 = LatestExitPrice(0);
Buy("bb",AtLimit,var1-100);
ExitLong("bx",AtLimit,var1+100,"",1,2);
}
°è¼Ó Ç϶ôÇÏ¸é ¹°Å¸±â°¡ µÅ¾ß Çϴµ¥ ¾ÈµÅ¼ ¹®ÀÇ µå¸³´Ï´Ù. °¨»çÇÕ´Ï´Ù.