Marco Montemari
Marco Montemari
4 (6)
  • Information
7+ years
experience
4
products
159
demo versions
0
jobs
0
signals
0
subscribers
Marco Montemari
Added topic mt5 hangs
Hi, during backtest the mt5 suddenly stop working Any ideas
Marco Montemari
Marco Montemari
Published new version of AvgVolumes, now with real volumes:

https://www.mql5.com/en/market/product/29968
Marco Montemari
Added topic About mql5 editor (requested feature)
What I really miss in mql5 editor is the possibility to collapse all levels of functions . Example: - void OnDeinit ( const int reason)   {    Print ( "DeInit called" );    Print ( __FUNCTION__ , " Deinitialization
Marco Montemari
Added topic Using embedded indicator in EA issues.
Hi, in my EA I use an indicator stored as a resource. My code to use it is: #resource "\\Indicators\\volumes.ex5" handle_volumes= iCustom ( NULL ,IndicatorPeriod, "::Indicators\\volumes .ex5",AvgLength); In this way when I add the EA to the Graph
Marco Montemari
Added topic Updated indicator/EA available
Hi to all, if I have a indicator or EA installed, let's say version 1.4 and a new version 1.5 is available, what happens? 1) User is just notified a new version is available 2) User is forced to update with the new version 3) Nothing. Thanks
Marco Montemari
Added topic Read only input
In previous version I used input const string something="/---Next Values are for simulation--"; to display a readonly string in the input grid. This approach does not work anymore in the current version. How can  set a readonly sentence or
Marco Montemari
Added topic Macd profitable?
Hi guys, I was wondering if someone of you uses Macd in a profitable way and which is the best way to use it. Thanks
Marco Montemari
Marco Montemari
Published the new versione of AvgVolumes.
Download it here: https://www.mql5.com/en/market/product/35925
Marco Montemari
Added topic Market mql5 strategy, how to avoid of being forgotten?
I create an indicator or EA, i put in the market, the day after it will be on the 2 page or third and so on...It means only few users will see it. To have another chance I read some developers use the same code for creating another indicator/EA in
Marco Montemari
Added topic The question is: IS MT5 reliable? and how to force to update
Hi, 2 days ago i was doing some tests and the behaviour was very strange. I rebooted the mql5, I launched again the test but it was still strange...after I while I received the message of rebooting for installing the new version. How comes the new
Marco Montemari
Added topic Creating N indicators dinamically?
Hi, I was wondering if it is possible to create and show N lines where N as an Input of the user. It looks I must declare at the beginning the  #property indicator_buffers 3 #property indicator_plots   3 and for each I have to declare
Marco Montemari
Added topic Metatrader, bug?
doing a back test, everytime it forgets the typed initial deposit and it sets 5000
Marco Montemari
Added topic Stop backtest
Hi guys, supposing I want to test my EA since 01/01/2015 to 08/12/2017 Supposing on 17/01/2016 there is a condition and i want my EA to fail in the test, how can i do that? In this way I can save time for the test instead waiting the end. Thanks
Marco Montemari Published product
Reviews: 1
FREE

This indicator is based on Volumes standard indicator, calculates the average of Volumes based on the last N bars set by users, and if the value of the volume is bigger then a set % respect the average a different color will be used. The indicator is shown in a separate indicator window. This version has now a limitation in setting the % about the threshold. If you are interested to set threshold consider to buy the PRO version ( https://www.mql5.com/en/market/product/35925 ) If you want to use

Marco Montemari
Added topic How to draw indicator partially
Hi Folks, I am adapting an indicator but i am not able to do the following task. The indicator must be drawn until (rates_total-X) ....what I get is ok but at rates_total-X a vertical line is drown and the folliwing values are 0. How can I draw the
Marco Montemari
Added topic Startegy manager and test
Testing on a long period wil take long time and then discovering we dont like the result. So i put the ExpertRemove when there is a condition that i do not like. In this way i do not need to wait all the current test but i have a problem: how can i
Marco Montemari
Added topic PC frozen, reboot required
hi guys, it happens my pc get frozen and i ve forced to reboot it... Anyone has experimented it? Im using EA on MT5 Thanks
Marco Montemari
Added topic OnTrade function
Hi guys, do you know how functions ( like OnTrade, OnTick in MT5) are called? I Mean: supposing in receive 2 ticks events with 1 second of interval, but inside the OnTick it takes 3 seconds, what' s going to happen? The 2° call starts after the first
Marco Montemari
Added topic Genetic Strategy does not work.
Hi to all, I've created 2 custom indicators that use other indicators. In my EA I m using the 2 custom indicators. All is fine but if I launch the genetic Optimizer nothings happens Or I get an error OnInit()...How can I get more informations or