trading is not an addiction. it's a profession.
MT4 Indicator - Time to Candle Close & Spread (absolute&relative) 21 replies
MT4 Spread Ripper => automatically log Spread values to file? 4 replies
MT4 Spread Indicator 17 replies
Best spread indicator for mt4? 0 replies
Spread trading - an indicator and/or ea showing the spread 2 replies
Dislikeddoes anybody have a spread indicator that show the spread in real time?? thanksIgnored
#property indicator_chart_window
int deinit()
{
Comment("");
return(0);
}
int start()
{
Comment("Spread is: ", DoubleToString(Ask - Bid, Digits) );
return(0);
}