답변완료
부틱드립니다
수고하십니다
트레이딩 뷰 수식입니다.
예스로적용가능하도록 부탁 드립니다.
//Created by ChrisMoody on 10-05-2014
//Known as SlingShot Method that keeps Traders on Trending Side of Market.
study("CM_SlingShotSystem", overlay=true)
sae = input(true, title="Show Aggressive Entry?, Or Use as Alert To Potential Conservative Entry?")
sce = input(true, title="Show Conservative Entry?")
st = input(true, title="Show Trend Arrows at Top and Bottom of Screen?")
def = input(false, title="Only Choose 1 - Either Conservative Entry Arrows or 'B'-'S' Letters")
pa = input(true, title="Show Conservative Entry Arrows?")
sl = input(false, title="Show 'B'-'S' Letters?")
//EMA Definitions
emaSlow = ema(close, 62)
emaFast = ema(close, 38)
//Aggressive Entry or Alert To Potential Trade
pullbackUpT() => emaFast > emaSlow and close < emaFast
pullbackDnT() => emaFast < emaSlow and close > emaFast
//Conservative Entry Code For Highlight Bars
entryUpT() => emaFast > emaSlow and close[1] < emaFast and close > emaFast
entryDnT() => emaFast < emaSlow and close[1] > emaFast and close < emaFast
//Conservative Entry True/False Condition
entryUpTrend = emaFast > emaSlow and close[1] < emaFast and close > emaFast ? 1 : 0
entryDnTrend = emaFast < emaSlow and close[1] > emaFast and close < emaFast ? 1 : 0
//Define Up and Down Trend for Trend Arrows at Top and Bottom of Screen
upTrend = emaFast >= emaSlow
downTrend = emaFast < emaSlow
//Definition for Conseervative Entry Up and Down PlotArrows
codiff = entryUpTrend == 1 ? entryUpTrend : 0
codiff2 = entryDnTrend == 1 ? entryDnTrend : 0
//Color definition for Moving Averages
col = emaFast > emaSlow ? lime : emaFast < emaSlow ? red : yellow
//Moving Average Plots and Fill
p1 = plot(emaSlow, title="Slow MA", style=linebr, linewidth=4, color=col)
p2 = plot(emaFast, title="Slow MA", style=linebr, linewidth=2, color=col)
fill(p1, p2, color=silver, transp=50)
//Aggressive Entry, Conservative Entry Highlight Bars
barcolor(sae and pullbackUpT() ? yellow : sae and pullbackDnT() ? yellow : na)
barcolor(sce and entryUpT() ? aqua : sce and entryDnT() ? aqua : na)
//Trend Triangles at Top and Bottom of Screen
plotshape(st and upTrend ? upTrend : na, title="Conservative Buy Entry Triangle",style=shape.triangleup, location=location.bottom, color=lime, transp=0, offset=0)
plotshape(st and downTrend ? downTrend : na, title="Conservative Short Entry Triangle",style=shape.triangledown, location=location.top, color=red, transp=0, offset=0)
//Plot Arrows OR Letters B and S for Buy Sell Signals
plotarrow(pa and codiff ? codiff : na, title="Up Entry Arrow", colorup=lime, maxheight=30, minheight=30, transp=0)
plotarrow(pa and codiff2*-1 ? codiff2*-1 : na, title="Down Entry Arrow", colordown=red, maxheight=30, minheight=30, transp=0)
plotchar(sl and codiff ? low - tr : na, title="Buy Entry", offset=0, char='B', location=location.absolute, color=lime, transp=0)
plotchar(sl and codiff2 ? high + tr : na, title="Short Entry", offset=0, char='S', location=location.absolute, color=red, transp=0)
2024-09-16
719
글번호 183461
지표
답변완료
시스템식 부탁드립니다.
항상 도움 주셔서 감사합니다.
아래와 같은 시스템식 부탁드립니다.
종목 : 해외선물
시간 : 10분봉
매수 조건식 :
매수 : 포지션이 없을 경우 장 시작시 첫 10분봉 종가로 매수(시장가)
추가매수 : 매수 가격 대비 20틱 상승할때마다 1계약씩 추가 매수
매수 가격 대비 20틱, 40틱, 60틱, 80틱에서 1계약씩 추가 매수(총 4회 매수)
매수 가격 대비 100틱 상승시 수익 청산
매수 이후 가격 하락시 손절
추가매수 설정 0부터 4까지 설정 가능
매수 청산1 : 매수 가격 대비 100틱 상승시 전체 포지션 청산
재매수는 다음날 장 시작시 첫 10분봉 종가로 매수(시장가)
매수 청산2 : 전체 포지션 수익이 100$ 이면 전체 포지션 청산
재매수는 다음날 장 시작시 첫 10분봉 종가로 매수(시장가)
매수 청산1, 매수청산2 둘중 하나 만족시 전체 청산
매수 익적 : 진입가격 대비 100틱 상승시 익절
매수 손절 : 진입가격 대비 100틱 하락시 손절
본청 : 추가 매수 진입이후 처음 진입가격까지 오면 본청
변수설정 : 익절, 손절, 추가매수간격, 총 진입횟수, 매수청산 틱, 전체 포지션 수익
-------------------------------------------------------------------------------
매도 조건식 :
매도 : 포지션이 없을 경우 장 시작시 첫 10분봉 종가로 매도(시장가)
추가매도 : 매도 가격 대비 20틱 하락할때마다 1계약씩 추가 매도
매도 가격 대비 20틱, 40틱, 60틱, 80틱에서 1계약씩 추가 매도(총 4회 매도)
매도 가격 대비 100틱 하락시 수익 청산
매도 이후 가격 상승시 손절
추가매도 설정 0부터 4까지 설정 가능
매도 청산1 : 매도 가격 대비 100틱 하락시 전체 포지션 청산
재매도는 다음날 장 시작시 첫 10분봉 종가로 매도(시장가)
매도 청산2 : 전체 포지션 수익이 100$ 이면 전체 포지션 청산
재매도는 다음날 장 시작시 첫 10분봉 종가로 매도(시장가)
매도 청산1, 매도청산2 둘중 하나 만족시 전체 청산
매도 익적 : 진입가격 대비 100틱 하락시 익절
매도 손절 : 진입가격 대비 100틱 상승시 손절
본청 : 추가 매도 진입이후 처음 진입가격까지 오면 본청
변수설정 : 익절, 손절, 추가매도간격, 총 진입횟수, 매도청산 틱, 전체 포지션 수익
감사합니다.
2024-09-15
513
글번호 183459
시스템
답변완료
문의 드립니다
안녕하세요
1.볼밴1(20,2)는 단순이평종가로, 볼밴2(10,5)는 단순이평시가로 만드고자합니다.
볼밴변수는 변경가능하게 부틱드립니다
볼밴 상단,하단,중심선의 기울기가 상향이면 빨강, 하향이면 파랑으로 표시하고자 합
니다 기울기가 0 이면 흰색으로
2.해선에서 아시아장, 유럽장,미국장의 첫 시작 1시간봉( 시간변경가능)의 시가,고가,저가,중심가(몸통)에
수평선을 그리고 각선의 색은 변경가능하고 싶습니다
각 시장의 시가을 그리고 싶습니다
감사합니다
2024-09-19
573
글번호 183453
지표