//AFL gabungan RSI & Stochastic
//tampilan chart blank
//klik kanan mouse, pilih parameter, pilih YES/NO
//Code by tsunamizawa@yahoo.com
if( ParamToggle("RSI 14", "No|Yes", 0))
{
Plot( RSI(14), "RSI 14", colorRed,styleLine|styleThick|styleNoLabel );
Plot(70,"",1,1);
Plot(30,"",1,1);
}
if( ParamToggle("STO 14", "No|Yes", 0))
{
Plot( StochK( 14,3), "%K 14",colorRed,styleLine|styleThick|styleNoLabel );
Plot( StochD( 14,3,3 ), "%D 14", colorBlue,styleDashed|styleNoLabel );
Plot(80,"",1,1);
Plot(20,"",1,1);
}
//tampilan chart blank
//klik kanan mouse, pilih parameter, pilih YES/NO
//Code by tsunamizawa@yahoo.com
if( ParamToggle("RSI 14", "No|Yes", 0))
{
Plot( RSI(14), "RSI 14", colorRed,styleLine|styleThick|styleNoLabel );
Plot(70,"",1,1);
Plot(30,"",1,1);
}
if( ParamToggle("STO 14", "No|Yes", 0))
{
Plot( StochK( 14,3), "%K 14",colorRed,styleLine|styleThick|styleNoLabel );
Plot( StochD( 14,3,3 ), "%D 14", colorBlue,styleDashed|styleNoLabel );
Plot(80,"",1,1);
Plot(20,"",1,1);
}
__._,_.___
No comments:
Post a Comment