input : Price(12500),진입횟수(1);
var : entry(0);
if Bdate != Bdate[1] Then
entry = 0;
if (MarketPosition != 0 and MarketPosition != MarketPosition[1]) or
(MarketPosition == MarketPosition[1] and TotalTrades > TotalTrades[1]) Then
entry = entry+1;
if NextBarSdate == sDate and
CurrentDate == sDate and
NextBarStime >= 91500 and
H < price and
entry < 진입횟수 Then
Buy("b",AtStop,price);
→ 위 수식에,
동시호가 개시 시점(15:20 이후)에 해당 종목의 일봉이 음봉인 경우 시장가 매도 주문하여 당일 전량 청산될 수 있도록 수식 추가 부탁드립니다. 감사합니다.
답변 1
예스스탁
예스스탁 답변
2024-03-11 14:40:14
안녕하세요
예스스탁입니다.
시스템으로 동시호가에 주문이 가능하지 않습니다.
정규장이내에서만 주문이 가능합니다.
즐거운 하루되세요
> autotra 님이 쓴 글입니다.
> 제목 : 동시호가 개시 시점에 일봉이 음봉인 경우 시장가 매도 주문토록 수식 추가 문의
> input : Price(12500),진입횟수(1);
var : entry(0);
if Bdate != Bdate[1] Then
entry = 0;
if (MarketPosition != 0 and MarketPosition != MarketPosition[1]) or
(MarketPosition == MarketPosition[1] and TotalTrades > TotalTrades[1]) Then
entry = entry+1;
if NextBarSdate == sDate and
CurrentDate == sDate and
NextBarStime >= 91500 and
H < price and
entry < 진입횟수 Then
Buy("b",AtStop,price);
→ 위 수식에,
동시호가 개시 시점(15:20 이후)에 해당 종목의 일봉이 음봉인 경우 시장가 매도 주문하여 당일 전량 청산될 수 있도록 수식 추가 부탁드립니다. 감사합니다.