graziani
graziani
graziani
Published screenshot
USDCHF, H4Alpari International Limited
graziani
Added topic dax30 calculation problem
To get the point value per lot in deposit currency for any instrument i am using:       double pointValue = MarketInfo(Symbol(), MODE_TICKVALUE); However, for DAX30 on Alpari value is 10 times smaller then the one you get when you
graziani
Added topic News source
Hi, where can one find a FAST and RELIABLE calendar news source available? Is anybody using this?  FPA had a free news source but it doesn't work anymore.  MT5 Calendar is broker dependant and nor reliable nor fast. If it is a paid service
graziani
Added topic IndicatorCounted() within start(), old way not working anymore
Before b600 (b540 actually or whatever) standard way of writing indicators was to use start() function and IndicatorCounted() function. I have some indicators which are still written this way, however some got recompiled recently (i don't know when
graziani
Added topic open a file via a shortcut with FileOpen()
When i try to open a shortcut with FileOpen(), it opens the shortcut file itself, instead of file this shortcut is pointing to. I thought that the shortcut is actually a link in some OS layer, but it obviously isn't. Any ideas how to solve
graziani
Added topic MT5 installation problem
Hi all, I am trying to install MT5 on a clean computer, with win 7 64-bit enterprise, but I can't install it into desired location. If I use MT5 b1100 installation from mql5.com , it installs 64-bit version in 'program files' after
graziani
Added topic ParameterGetInput(), ParameterSetInput(), sinput
I would like to use these functions , however there is no help i.e. descriptions which probably means that these functions are not implemented. I remember that i saw some help in MQL5 regarding this, but now i cannot even find that. Anybody knows
graziani
Added topic code change outside of metaeditor
when i change code outside of metaeditor, while it is still open in metaeditor, in MT4 metaeditor that window is marked with an asterisk, while in MT5 metaeditor i get a alert that code is changed outside, and i can choose to keep the version in
graziani
Added topic changes in broker accounts
alpari changed minimal lot in the ecn-new account type from 0.01 to 0.1. as i am using averaging, i need small entries for opening of positions. so i was forced to move to standard account. this kind of changes force me to do extra work and can lead
graziani
Added topic buffers with INDICATOR_COLOR_INDEX
has anybody tried out if this is working in new MT4
graziani
Added topic MetaEditor bug [b509]
OK, here is one serious bug in MetaEditor b509. I ran out of space on disk, which i didn't notice (last backtest created 50GB log), so i continued working and after recompiling/saving the SOURCE WAS DELETED FROM DISK, i.e. it had size zero. No disk
graziani
Added topic SL/TP markers on backtest graph
i miss those SL/TP markers on backtest graphs, anybody has a code how to draw it? Tried like this, but nothing happens, although it works in simple loop:    if ( OrderSend (request, result) == true )    {   //
graziani
Added topic Usefulness (or not) of the magic number with MQL5.
Due to new position system in MT5 (compared to orders in MT4), do you see any usage for MAGIC number? How would you use it? You can find some interesting discussion in this topic, we can formulate the following conclusions : Magic number can be used
graziani
Added topic OnTrade() called 3 times in row after each deal
Have you noticed that OnTrade() is called 3 times in row after each deal? This doesn't affect me because the way my routine is written, but this should be treated as dysfunction.   Documentation says:   The function is called when the Trade
graziani
Added topic Initialization of indicators from EA
If you call a custom indicator from EA, is there a way to know if the indicator initialized successfully? In my experience, iCustom() always returns   valid handle, regardless of result of custom indicators OnInit(). This is also valid for
graziani
Added topic bugs & dysfunctions
how many bugs do you know there is in MT5? have  you reported them to service desk? are they solved?  for most of bugs there is a workaround. so you want wait for MQ to solve them, but you will use a workaround. but even if there is a
graziani
Added poll are you satisfied with the features and possibilities MT5 is offering and with MT5/MetaQuotes generally? (multiple answers allowed)
  • 49% (24)
  • 33% (16)
  • 14% (7)
  • 20% (10)
  • 10% (5)
  • 20% (10)
  • 14% (7)
  • 10% (5)
  • 10% (5)
  • 16% (8)
  • 20% (10)
  • 10% (5)
  • 10% (5)
  • 8% (4)
  • 10% (5)
  • 6% (3)
  • 14% (7)
  • 10% (5)
  • 22% (11)
  • 20% (10)
Total voters: 49
graziani
Added topic trade disabled
demo account , b787.  i can connect to account without problem,  no error messages. i used this account for backtest, signals etc. but today, when i tried to backtest, it started to generate errors with different fault codes, and message
graziani
Added topic ChartIndicatorAdd not working in tester, error 4014
My EA puts custom indicator it uses on chart. So when used as EA, or in visual testing mode, it works. But when used in normal testing mode, it fails, and the indicator is not drawn on chart:    Print ( "Chart indicator added: "
graziani
Added topic selling MT4 EAs/indicators over MT5 market
Is there a way to sell MT4 code over MT5 market, is it planned for future , or what is the MQ policy about it
12