Forum

error 129

Hello traders, I have following code which give me error 129 even all looks OK. Any idea ? Krzysztof RefreshRates(); double closePrice = NormalizeDouble (MarketInfo( Symbol (), MODE_BID), Digits ); Print ("Closing short position at ", closePrice, " Bid

Not possible to display Volume correctly

I'm trying to use Volume information to sneak trading signal info to MT4. Here is my code //---- indicator settings #property indicator_separate_window #property indicator_minimum 0 #property indicator_maximum 12 #property indicator_buffers 2 #property indicator_color1 Silver #property

MT4 debugger always opens 1H chars

I tried to debug EA on 1 minute chart but MT4 starts automatically 1H chart and it is not possible to switch the time frame afterwards. Is there any method to overcome this ?? My EA uses Time commands which on hourly chart return hours not minutes as wanted. I tried to save new default.tpl as 1 min