아래 시스템으로 실행시 결과가 나오지 않습니다.
번거로우시더라도 확인 부탁드리겠습니다.
고맙습니다..
[시스템]
Input :
SampleLength(20 ) ,
FastLength(10),
SlowLength(20) ;
Var :
Z_ValuePrice(0),
PriceOsc(0);
Z_ValuePrice =standardize(Close,SampleLength,1);
PriceOsc = PriceOscillatorTS(Z_ValuePrice , FastLength, SlowLength);
If PriceOsc < 0 and PriceOsc[1] > 0
And FastLength < SlowLength
Then
Sell ( "tPOsc(z)SE" ,OnClose,DEf ) ;
If PriceOsc > 0 and PriceOsc[1] < 0
And FastLength < SlowLength
Then
Buy ( "tPOsc(z)LE" ,OnClose, DEf ) ;
[함수 : PriceOscillatorTS]
inputs:
Price( numericseries ),
FastLength( numericsimple ),
SlowLength( numericsimple ) ;
PriceOscillatorTS = AverageFC( Price, FastLength ) - AverageFC( Price, SlowLength ) ;
답변 4
예스스탁
예스스탁 답변
2023-10-20 09:53:32
안녕하세요
예스스탁입니다.
올려주신 수식을 적용해 보았지만 첨
부된 그림과 같이 신호가 정상적으로 나오고 있습니다.
수식내용에도 별도로 수정해 드릴 부분이 없습니다.
즐거운 하루되세요
> 노둣돌 님이 쓴 글입니다.
> 제목 : 시스템 실행 시 결과가 나오지 않습니다.
> 아래 시스템으로 실행시 결과가 나오지 않습니다.
번거로우시더라도 확인 부탁드리겠습니다.
고맙습니다..
[시스템]
Input :
SampleLength(20 ) ,
FastLength(10),
SlowLength(20) ;
Var :
Z_ValuePrice(0),
PriceOsc(0);
Z_ValuePrice =standardize(Close,SampleLength,1);
PriceOsc = PriceOscillatorTS(Z_ValuePrice , FastLength, SlowLength);
If PriceOsc < 0 and PriceOsc[1] > 0
And FastLength < SlowLength
Then
Sell ( "tPOsc(z)SE" ,OnClose,DEf ) ;
If PriceOsc > 0 and PriceOsc[1] < 0
And FastLength < SlowLength
Then
Buy ( "tPOsc(z)LE" ,OnClose, DEf ) ;
[함수 : PriceOscillatorTS]
inputs:
Price( numericseries ),
FastLength( numericsimple ),
SlowLength( numericsimple ) ;
PriceOscillatorTS = AverageFC( Price, FastLength ) - AverageFC( Price, SlowLength ) ;
네 고맙습니다. 다시 해 보겠습니다.
> 예스스탁 님이 쓴 글입니다.
> 제목 : Re : 시스템 실행 시 결과가 나오지 않습니다.
>
안녕하세요
예스스탁입니다.
올려주신 수식을 적용해 보았지만 첨
부된 그림과 같이 신호가 정상적으로 나오고 있습니다.
수식내용에도 별도로 수정해 드릴 부분이 없습니다.
즐거운 하루되세요
> 노둣돌 님이 쓴 글입니다.
> 제목 : 시스템 실행 시 결과가 나오지 않습니다.
> 아래 시스템으로 실행시 결과가 나오지 않습니다.
번거로우시더라도 확인 부탁드리겠습니다.
고맙습니다..
[시스템]
Input :
SampleLength(20 ) ,
FastLength(10),
SlowLength(20) ;
Var :
Z_ValuePrice(0),
PriceOsc(0);
Z_ValuePrice =standardize(Close,SampleLength,1);
PriceOsc = PriceOscillatorTS(Z_ValuePrice , FastLength, SlowLength);
If PriceOsc < 0 and PriceOsc[1] > 0
And FastLength < SlowLength
Then
Sell ( "tPOsc(z)SE" ,OnClose,DEf ) ;
If PriceOsc > 0 and PriceOsc[1] < 0
And FastLength < SlowLength
Then
Buy ( "tPOsc(z)LE" ,OnClose, DEf ) ;
[함수 : PriceOscillatorTS]
inputs:
Price( numericseries ),
FastLength( numericsimple ),
SlowLength( numericsimple ) ;
PriceOscillatorTS = AverageFC( Price, FastLength ) - AverageFC( Price, SlowLength ) ;
운영자님
다시 실행해 보았습니다만 여전히 결과가 나오지 않습니다.
어떤 문제가 있을까요?
> 노둣돌 님이 쓴 글입니다.
> 제목 : Re : Re : 시스템 실행 시 결과가 나오지 않습니다.
>
네 고맙습니다. 다시 해 보겠습니다.
> 예스스탁 님이 쓴 글입니다.
> 제목 : Re : 시스템 실행 시 결과가 나오지 않습니다.
>
안녕하세요
예스스탁입니다.
올려주신 수식을 적용해 보았지만 첨
부된 그림과 같이 신호가 정상적으로 나오고 있습니다.
수식내용에도 별도로 수정해 드릴 부분이 없습니다.
즐거운 하루되세요
> 노둣돌 님이 쓴 글입니다.
> 제목 : 시스템 실행 시 결과가 나오지 않습니다.
> 아래 시스템으로 실행시 결과가 나오지 않습니다.
번거로우시더라도 확인 부탁드리겠습니다.
고맙습니다..
[시스템]
Input :
SampleLength(20 ) ,
FastLength(10),
SlowLength(20) ;
Var :
Z_ValuePrice(0),
PriceOsc(0);
Z_ValuePrice =standardize(Close,SampleLength,1);
PriceOsc = PriceOscillatorTS(Z_ValuePrice , FastLength, SlowLength);
If PriceOsc < 0 and PriceOsc[1] > 0
And FastLength < SlowLength
Then
Sell ( "tPOsc(z)SE" ,OnClose,DEf ) ;
If PriceOsc > 0 and PriceOsc[1] < 0
And FastLength < SlowLength
Then
Buy ( "tPOsc(z)LE" ,OnClose, DEf ) ;
[함수 : PriceOscillatorTS]
inputs:
Price( numericseries ),
FastLength( numericsimple ),
SlowLength( numericsimple ) ;
PriceOscillatorTS = AverageFC( Price, FastLength ) - AverageFC( Price, SlowLength ) ;