답변완료
종목 매수가 안 된 이유가 뭘까요?
input : Price(21500),진입횟수(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
NextBarStime >= 91500 and
H < price and
entry < 진입횟수 Then
Buy("b",AtStop,price);
수식은 위와 같으며
미래반도체라는 종목인데 장중에 21,500원 이하인 가격이 있었음에도 주문이 안 된 이유가 무엇일까요?
2023-12-12
1143
글번호 219525
예스트레이더 (iM증권)