Trader990
25th April 2016, 12:34 PM
Permisi mau tanya coding saya berikut:
Code:
string SignalRSI()
{
string aRSI;
double RSIsg=iRSI(Symbol(),0,RSI_Period,PRICE_CLOSE,0);
if (RSIsg>=80)
{
aRSI="RSISell";
}
if (RSIsg20 masih RSISell. saat RSI dibawah 20 menjadi RSIBuy dan naik sampai sebelum
Code:
string SignalRSI()
{
string aRSI;
double RSIsg=iRSI(Symbol(),0,RSI_Period,PRICE_CLOSE,0);
if (RSIsg>=80)
{
aRSI="RSISell";
}
if (RSIsg20 masih RSISell. saat RSI dibawah 20 menjadi RSIBuy dan naik sampai sebelum