커뮤니티

예스랭귀지 Q&A

글쓰기
답변완료

종목 검색 부탁드립니다.

1. 수식1) 의 선이 수식2)의 선을 골든크로스하기 직전 , 즉, 수식1)의 선이, 수식2)의 선 바로 밑에 있는 종목 검색식 부탁드려요. (일봉기준) 수식1) A=(C-lowest(C,period))/C*100; max(A,0) 수식2) B=(highest(C,period)-C)/C*100; max(B,0) -지표조건 period 60
프로필 이미지
일지매7
2025-04-14
309
글번호 190080
종목검색
답변완료

문의 드립니다.

혹시 1.5분봉에서 rsi가 기준선70을 하향돌파한 상태이고 2.30분봉에서도 rsi가 기준선70을 하향돌파한 상태가 되고 3.90분봉까지 rsi가 기준선70을 하향돌파한 상태가 되면 (5분봉.30분봉.90분봉중 하향돌파하는 순서는 무관합니다.) 1.2.3.조건을 모두 만족하면 30분봉 종가에 매도 진입하고 30분봉상 rsi가 기준선 30을 상향 돌파하는 순간 익절한다. 라는 식이 가능한가요?
프로필 이미지
산수유
2025-04-14
259
글번호 190079
시스템
답변완료

시스템부탁드립니다.

//진입수식 제외 Setstoploss(5,percentstop); // 최초 손절값 작성요청내용 시간일 지날때마다 최초 스톱로스의 10%씩 깍이는 방식으로 스톱로스 적용 예를들어 60분봉 사용시 60분 최초 10봉은 5%로 적용하고 10봉 경과후 5%에서 20%다운 =4% 그리고 1봉(60분봉) 지날때마다 20%씩 계속 다운해서 손절라인이 가까워 지는 방식 이렇게 수식 부탁드립니다 ///////////////////////////////////////////////////////////////////////////////// 두번째 직적의 거래 2번이 연속 실패하며 앞으로 10봉경과후 진입시작 이것도 부탁드립니다.
프로필 이미지
소드노
2025-04-14
264
글번호 190077
시스템
답변완료

질문드리겠습니다

안녕하세요 예스트레이더 계좌평가 [1103] 화면에서 평가금액만 나오는데요, 종목별 총매입금액은 어디서 볼 수 있나요??
프로필 이미지
yamu
2025-04-14
252
글번호 190076
지표
답변완료

문의 드립니다

아래 수식어에 추가로 부탁드립니다. 5선,30선 골든크로스 이후 sell 진입금지 및 5선,30선 골든크로스에서 기존 sell신호 청산 5선,30선 데드크로스 이후 buy 진입금지 및 5선,30선 데드크로스에서 기존 buy신호 청산 input : StartTime(120000),EndTime(50000); input : 익절틱수(40000),손절틱수(10000),진입횟수(20); var : Tcond(False),entry(0); IF Endtime > starttime Then SetStopEndofday(Endtime); Else { if sDate != sDate[1] Then SetStopEndofday(Endtime); } if (sdate != sdate[1] and stime >= EndTime) or (sdate == sdate[1] and stime >= EndTime and stime[1] < EndTime) Then { Tcond = False; } if (sdate != sdate[1] and stime >= StartTime) or (sdate == sdate[1] and stime >= StartTime and stime[1] < StartTime) Then { Tcond = true; entry = 0; IF Endtime <= starttime Then { SetStopEndofday(0); } } var1 = SwingHigh(1, H, 3, 1, 50); var2 = SwingHigh(1, L, 3, 1, 50); if crossup(c, var1) then{ buy(); exitshort(); } if crossdown(c, var2) then{ sell(); exitlong(); }
프로필 이미지
푸른
2025-04-14
237
글번호 190075
시스템
답변완료

수정 부탁드립니다.

안녕하세요? 수식작성 감사드립니다. 아래 수식에 당일 고가가 상한가 간 종목을 대상으로 하고 싶습니다. 추가해주시면 감사하겠습니다.^.^ if CrossDown(C,DayHigh(0)-(DayHigh(0)-DayOpen)*0.15) Then Buy("b1",OnClose,Def,Floor(1000000/c)); if CrossDown(C,DayHigh(0)-(DayHigh(0)-DayOpen)*0.15) Then Buy("b2",OnClose,Def,Floor(1000000/c)); if CrossDown(C,DayHigh(0)-(DayHigh(0)-DayOpen)*0.15) Then Buy("b3",OnClose,Def,Floor(1000000/c)); if MarketPosition == 1 Then { if CurrentContracts == MaxContracts Then ExitLong("bx1",AtLimit,AvgEntryPrice*1.3,"",Floor(MaxContracts*0.5),1); Else ExitLong("bx2",AtLimit,AvgEntryPrice*1.6,"",Floor(MaxContracts*0.5),1); }
프로필 이미지
하늘북
2025-04-14
254
글번호 190074
시스템
답변완료

종목 검색 부탁드립니다.

상한선=BBandsUp(200,0.5); C>O&& V(1)*3<V&& C(1)*1.27>C&& crossup(C,상한선)&& V>Highest(H(1),60) 종목검색식 부탁드립니다
프로필 이미지
골든도라도
2025-04-14
281
글번호 190073
종목검색
답변완료

문의드립니다.

수고많으십니다. 20이평선 돌파매매에 있어서 #진입 20이평선을 돌파한 봉이 30틱 이상이면 봉 완성 전에 즉시 매수, 이하면 매수하지 않다가 돌파한 봉이 20이평선 위에 안착하고 나서 20이평선을 이탈하지 않는 상태에서 20이평선을 50틱 이상 차이로 종가로 상승하면 매수. #청산 20이평선을 20틱 이상 하향돌파 되돌림이 나오면 즉시 청산, 만일 하향돌파 봉이 20틱이 안되고 이탈한 상태라면 이후 종가로 30틱이상 차이로 종가가 완성되면 청산. 매도는 그 반대입니다. 노고에 미리 감사드립니다.
프로필 이미지
카르마다
2025-04-14
232
글번호 190072
시스템

관리자에 의해 프로그램 사용법 QnA로 이동되었습니다

프로필 이미지
수정산
2025-04-13
9
글번호 190071
지표
답변완료

지표 문의 드립니다.

// ~~ Tooltips t1 = "Defines the lookback period for the oscillator and Bollinger Bands calculation. Increasing this value will consider a longer history, potentially smoothing out the oscillator and making the Bollinger Bands wider, leading to fewer signals. Decreasing this value will make the oscillator more sensitive to recent price changes, and the Bollinger Bands will become narrower, possibly increasing the number of signals." t2 = "Determines how much the oscillator's calculation is smoothed. A higher smoothing factor reduces noise and makes the oscillator's line smoother, which may help in identifying the dominant trend more clearly but can delay signal generation. A lower smoothing factor makes the oscillator more responsive to recent price movements, which can be beneficial for short-term trading strategies but may increase the risk of false signals." // ~~ Inputs length = input.int(33, "Length", minval=1, group="Dynamic Price Oscillator", tooltip=t1) smoothFactor = input.int(5, "Smoothing Factor", minval=1, group="Dynamic Price Oscillator", tooltip=t2) // ~~ Function to calculate True Range trueRange(high, low, close) => tr1 = high - low tr2 = math.abs(high - close[1]) tr3 = math.abs(low - close[1]) math.max(tr1, tr2, tr3) // ~~ Function to calculate Bollinger Bands bollingerBands(src, length, mult) => basis = ta.sma(src, length) dev = mult * ta.stdev(src, length) upper = basis + dev lower = basis - dev [upper, lower] // ~~ Adjusted Price based on True Range volAdjPrice = ta.ema(trueRange(high, low, close), length) // ~~ Price calculation priceChange = close - close[length] priceDelta = close - volAdjPrice oscillator = ta.ema(math.avg(priceDelta, priceChange), smoothFactor) // ~~ Bollinger Bands on Oscillator [bbHigh, bbLow] = bollingerBands(oscillator, length * 5, 1) [bbHighExp, bbLowExp] = bollingerBands(oscillator, length * 5, 2) mean = math.avg(bbHighExp, bbLowExp) // ~~ Middle Lines middleHighMean = (bbHigh + mean) / 2 middleMeanLow = (mean + bbLow) / 2 // ~~ Plot p1 = plot(oscillator, "Dynamic Price Oscillator", color=color.rgb(227, 161, 54)) plot(mean, "Dynamic Mean", color=color.new(#f7cb85, 0)) p2 = plot(bbHigh, "Bollinger High", color=color.new(#089981, 60)) p3 = plot(bbHighExp, "Expanded Bollinger High", color=color.new(#089981, 0)) p4 = plot(bbLow, "Bollinger Low", color=color.new(#f23645, 60)) p5 = plot(bbLowExp, "Expanded Bollinger Low", color=color.new(#f23645, 0)) plot(middleHighMean, "Middle High-Mean", color=color.new(#0099cc, 40)) plot(middleMeanLow, "Middle Mean-Low", color=color.new(#cc9900, 40)) fill(p1, p2, oscillator > bbHigh ? color.new(#089981, 80) : na, "Oscillator Above Bollinger High") fill(p1, p3, oscillator > bbHighExp ? color.new(#089981, 80) : na, "Oscillator Above Expanded Bollinger High") fill(p1, p4, oscillator < bbLow ? color.new(#f23645, 80) : na, "Oscillator Below Bollinger Low") fill(p1, p5, oscillator < bbLowExp ? color.new(#f23645, 80) : na, "Oscillator Below Expanded Bollinger Low") 트레이딩뷰 지표인데 예스로 좀 바꿔주세요.
프로필 이미지
신대륙발견
2025-04-13
299
글번호 190070
지표