커뮤니티

문의

프로필 이미지
목마와숙녀
2021-05-27 13:34:54
1078
글번호 149370
답변완료
Inputs: Length(9), StdDevDn(2), BarsBlw(2); Variables: BBBot(0); BBBot = BollBanddown(Length, -StdDevDn); If CountIF(Close < BBBot, BarsBlw) == BarsBlw Then Buy("BB", AtStop, BBBot); 위 수식과 반대인 sell 수식 부탁드립니다.
시스템
답변 1
프로필 이미지

예스스탁 예스스탁 답변

2021-05-27 16:19:55

안녕하세요 예스스탁입니다. Inputs: Length(9), StdDevDn(2), BarsBlw(2); Variables: BBBot(0),BBtop(0); BBBot = BollBanddown(Length, -StdDevDn); BBtop = BollBandUp(Length, -StdDevDn); If CountIF(Close < BBBot, BarsBlw) == BarsBlw Then Buy("BB", AtStop, BBBot); If CountIF(Close > BBtop, BarsBlw) == BarsBlw Then Sell("SS", AtStop, BBtop); 즐거운 하루되세요 > 목마와숙녀 님이 쓴 글입니다. > 제목 : 문의 > Inputs: Length(9), StdDevDn(2), BarsBlw(2); Variables: BBBot(0); BBBot = BollBanddown(Length, -StdDevDn); If CountIF(Close < BBBot, BarsBlw) == BarsBlw Then Buy("BB", AtStop, BBBot); 위 수식과 반대인 sell 수식 부탁드립니다.