커뮤니티
시스템 작동 관련
input : 이평1(60);
input : 윌리엄스R기간값(90);
input : 손절틱수(300),청산틱수(300);
var : mav1(0),WR(0);
MAV1 = MA(c,이평1);
WR = WILLR(윌리엄스R기간값);
if TotalTrades > TotalTrades and IsExitName("StopLoss",1) ==true Then
Condition2 = False;
if Condition1 == true Then
{
if CrossDown(WR, -20) Then
Sell("s");
if MarketPosition == -1 Then
{
if lowest(L,BarsSinceEntry) <= EntryPrice-PriceScale*청산틱수 Then
if CrossUp(C,mav1) Then
ExitShort("sx");
}
SetStopLoss(PriceScale*손절틱수,PointStop);
이와 같은 식으로 시스템을 작동을 햇는데, 진입이 되지 않고, 신호도 나오지 않습니다.
답변 1
예스스탁 예스스탁 답변
2026-01-22 14:26:29