I'm using a demo account on Alpari and I can do manual trades just fine, and I've also enabled the option that allow EAs to trade. So I don't understand why isTradeAllowed() always returns false?

MQL4 code help 12 replies
Which pair always returns to same price 11 replies
MQL4 Language Most Recent Version is it updated beyond the tutorial on the mql4 websi 6 replies
MT4 Indicators Usage Tutorial/MQL4 Reference Documents 36 replies
DislikedThe only reason TradeAllowed() returns false is you have not enabled trading for the EA on that chart. Check the EA properties and look for the smiley face on the upper right hand corner of the chart.Ignored