intだな。ボロボロなので書き直し。

int SpreadNow = MarketInfo(Symbol(), MODE_SPREAD);
if(SpreadNow <= Spread許容ポイント)
{
// エントリーする
}