커뮤니티
부탁드립니다
2011-05-25 16:27:29
678
글번호 39063
하기의식으로 장시작9시30분부터 매수매도가도리수있도록부탁드립니다.감사합니다
var1 = int(c);
if MarketPosition == 0 Then{
if H <= var1+0.50 Then
buy("b1",Atstop,var1+0.50+PriceScale);
if H <= var1+1.00 Then
buy("b2",AtStop,var1+1.00+PriceScale);
}
if MarketPosition == 0 Then{
if L >= var1+0.50 Then
Sell("s1",AtStop,var1+0.50-PriceScale);
if L >= var1 Then
Sell("s2",AtStop,var1-PriceScale);
}
SetStopProfittarget(3,PointStop);
SetStopLoss(0.15,PointStop);
SetStopTrailing(0.05,0.25,PointStop);
답변 1
예스스탁 예스스탁 답변
2011-05-26 10:48:43
안녕하세요
예스스탁입니다.
var1 = int(c);
if stime >= 93000 then{
if MarketPosition == 0 Then{
if H <= var1+0.50 Then
buy("b1",Atstop,var1+0.50+PriceScale);
if H <= var1+1.00 Then
buy("b2",AtStop,var1+1.00+PriceScale);
}
if MarketPosition == 0 Then{
if L >= var1+0.50 Then
Sell("s1",AtStop,var1+0.50-PriceScale);
if L >= var1 Then
Sell("s2",AtStop,var1-PriceScale);
}
}
SetStopProfittarget(3,PointStop);
SetStopLoss(0.15,PointStop);
SetStopTrailing(0.05,0.25,PointStop);
즐거운 하루되세요
> 외국인 님이 쓴 글입니다.
> 제목 : 부탁드립니다
> 하기의식으로 장시작9시30분부터 매수매도가도리수있도록부탁드립니다.감사합니다
var1 = int(c);
if MarketPosition == 0 Then{
if H <= var1+0.50 Then
buy("b1",Atstop,var1+0.50+PriceScale);
if H <= var1+1.00 Then
buy("b2",AtStop,var1+1.00+PriceScale);
}
if MarketPosition == 0 Then{
if L >= var1+0.50 Then
Sell("s1",AtStop,var1+0.50-PriceScale);
if L >= var1 Then
Sell("s2",AtStop,var1-PriceScale);
}
SetStopProfittarget(3,PointStop);
SetStopLoss(0.15,PointStop);
SetStopTrailing(0.05,0.25,PointStop);
다음글
이전글