| / | Forum |
|
bcsunwww
2009.11.02 04:09
There are 7 errors in AccountInfo.mqh while compiling.
|
|
bcsunwww
2009.11.02 13:35
'MACD Sample.mq5' MACD Sample.mq5 1 1
'Trade.mqh' Trade.mqh 1 1 'SymbolInfo.mqh' SymbolInfo.mqh 1 1 'PositionInfo.mqh' PositionInfo.mqh 1 1 'AccountInfo.mqh' AccountInfo.mqh 1 1 'IndicatorsCollection.mqh' IndicatorsCollection.mqh 1 1 'Indicators.mqh' Indicators.mqh 1 1 'Indicator.mqh' Indicator.mqh 1 1 'ArrayObj.mqh' ArrayObj.mqh 1 1 'Array.mqh' Array.mqh 1 1 'Object.mqh' Object.mqh 1 1 'ArrayDouble.mqh' ArrayDouble.mqh 1 1 'ENUM_TRADING_OPERATION' - static or extern declaration without type AccountInfo.mqh 41 58 'trade_operation' - comma expected AccountInfo.mqh 41 81 'ENUM_TRADING_OPERATION' - static or extern declaration without type AccountInfo.mqh 322 58 'trade_operation' - comma expected AccountInfo.mqh 322 81 'expert' - struct member is undefined Trade.mqh 166 14 conversion possible loss of data Trade.mqh 166 26 'expert' - struct member is undefined Trade.mqh 262 14 conversion possible loss of data Trade.mqh 262 26 'expert' - struct member is undefined Trade.mqh 311 14 'expert' - struct member is undefined Trade.mqh 332 39 'trade_operation' - undeclared identifier AccountInfo.mqh 324 41 'AccountFreeMarginCheck' - function is not defined AccountInfo.mqh 324 11 'OP_BUY' - undeclared identifier MACD Sample.mq5 403 37 11 error(s), 2 warning(s) 1 1 |
|
Michal
2009.11.02 13:37
Gachette:
hi sorry to doublepost, but really need help, I deinstaled and reinstall and I get the same problem, my metaeditor open but the platform doesen't even make a peek to the cpu.. every other program (incluing mt4 plaform) work really fine... anyone ?? have to plug me ea a.s.a.p. thank you I have the same problem on one of my XP PCs. |
|
Michal
2009.11.02 13:40
There are no off-line charts in the MT5. Are they gone for good? If yes, many people will be really unhappy unless there is a new way of making custom charts, like Constant Range Bars or Renko.
|
|
Gachette
2009.11.02 14:50
i'm on xp too.. do you have any solutions ? worked fine 6 days ago ?? whe i open the program there is nothing happening, and it never open |
|
sharewiz
2009.11.02 21:36
New version has problem with balance. How is it possible to have negative equity and free margin and balance with zero trades open? I believe this is a bug.
|
|
fxt
2009.11.03 10:55
Objects are drawn on volume bars when Draw object as background property is checked. since charts does not appear is that area, i think that objects should be drawn only as background by default |
33759 |
Rosh
2009.11.04 17:48
What's new in MQL5
You can also download MQL5 Reference by the following link: http://www.mql4.com/files/mql5.chm (1.1 Mb) |
|
sharewiz
2009.11.05 21:22
Problem with Trailing Stop If I enter a trade, which does not have a stop loss, then right click on the order, select Trailing Stop and then select the amount to trail by, say 100 points, the system does not place a stoploss, or trail, even though the 100 point trailing stop is ticked. What is the purpose of this is it does not trail? Additionally, because of the 5 digits being used now, it is useless having options such as 55, 65 or even 100 points - as they are way too close to the price. Surely options such as 250, 500 and 1000 would be more suitable. Therefore can the defaults being offered be changed. Thanks |
|
phampton
2009.11.06 00:34
sharewiz:
Problem with Trailing Stop If I enter a trade, which does not have a stop loss, then right click on the order, select Trailing Stop and then select the amount to trail by, say 100 points, the system does not place a stoploss, or trail, even though the 100 point trailing stop is ticked. What is the purpose of this is it does not trail? Additionally, because of the 5 digits being used now, it is useless having options such as 55, 65 or even 100 points - as they are way too close to the price. Surely options such as 250, 500 and 1000 would be more suitable. Therefore can the defaults being offered be changed. Thanks Hi Sharewiz, the behaviour of the trailing stop is exactly the same as in MT4. There are basically two types of trailing stop: the first maintains a fixed distance between price and stop from the beginning of the trade. The second, which is used in both versions of MetaTrader, uses the initial stop set with the trade until the trailing stop can adjust to breakeven. This gives the trade a little more room at the beginning of the trade. I agree with your point about the default stop options being too tight with a 5 digit broker. |