The last version I used was version 16 for MT5 , it was fine.
1
TMA-RSI-Bands (RSI Of TMA Centered + Bands) 28 replies
Need small modification on my RSI cross/touch RSI alert 0 replies
RSI cross indicator when rsi=50 19 replies
RSI (Fast) above/below RSI (Slow) displayed as a Histogram 5 replies
void checkRally()
{
MqlTick last_tick;
if(SymbolInfoTick(mySymbol,last_tick))
{
if(last_tick.ask<RALLY_DOWN_PRICE)
{
RALLY_DOWN="N";
RALLY_UP="Y";
if(RSID=="D")
{
if(B_or_S=="N")
{
RSIB="B";
RSIS="N";
}
else
{
RSIB="B";
RSIS="S";
}
}
else
{
if(B_or_S=="N")
{
RSIB="N";
RSIS="S";
}
else
{
RSIB="B";
RSIS="S";
}
}
}
else if(last_tick.bid>RALLY_UP_PRICE)
{
RALLY_DOWN="Y";
RALLY_UP="N";
if(RSID=="D")
{
if(B_or_S=="N")
{
RSIB="N";
RSIS="S";
}
else
{
RSIB="B";
RSIS="S";
}
}
else
{
if(B_or_S=="N")
{
RSIB="B";
RSIS="N";
}
else
{
RSIB="B";
RSIS="S";
}
}
}
}
} QuoteDislikedyesterday my hard disk drive failed , and then changed, I need to install the sotware , mt4 , mt5 , expert again..