MQL4 - automated forex trading   /  

Forum

Beta Testing of MetaTrader 5 Has Started!

Back to topics list  | << < 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 > >> To post a new topic, please log in or register

avatar
25
bcsunwww 2009.11.02 04:09 
There are 7 errors in AccountInfo.mqh while compiling.

avatar
25
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

avatar
90
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.


avatar
90
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.

avatar
40
Gachette 2009.11.02 14:50 
Michal wrote >>

I have the same problem on one of my XP PCs.

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


avatar
60
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.


MT5 Problem with balance


avatar
78
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


avatar
Moderator
33759
Rosh 2009.11.04 17:48 

What's new in MQL5


  1. New enumeration ENUM_PROGRAM_TYPE for function MQL5InfoInteger() was added.
  2. The example for the MqlTradeResult structure was added
  3. The Alert() function was added in the section "MQL5 Reference / Common Functions / Alert ".
  4. There are new error codes was added:

    293

    The object must be passed by reference

    294

    The array must be passed by reference

  5. Complemented by a description and added an example for the function HistoryDealGetTicket ()
  6. Added an example for the function HistorySelect ()
  7. Complemented by a description of functions HistorySelect (), HistoryOrderSelect (), HistoryOrderGetTicket (), HistoryDealSelect () and HistoryDealGetTicket () in the section "MQL5 Reference / Trade Functions "
  8. Added function ExpertRemove and an example to her in the "MQL5 Reference / Common Functions "
  9. Added function IndicatorRelease () in the section "MQL5 Reference / Timeseries and Indicators Access "

You can also download MQL5 Reference by the following link: http://www.mql4.com/files/mql5.chm (1.1 Mb)


avatar
60
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


avatar
69
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.

Back to topics list   | << < 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 > >>  

To add comments, please log in or register