Marco Montemari
Marco Montemari
5 (2)
  • Information
5+ years
experience
4
products
149
demo versions
0
jobs
0
signals
0
subscribers
Marco Montemari
Marco Montemari
Brick=60 pips
Marco Montemari
Marco Montemari
renkoAdv,brick 60=pips (https://www.mql5.com/en/market/product/31606)
Eurusd was long from 1.0943
Marco Montemari
Added topic mql5 refund !
So, A user buy a product and within 5 days can he cancel the order? How does it work
Marco Montemari
Added topic Bug or normal behavior?
let's Do the followings steps: -Open EURUSD for example and put some indicators. After that save the template as BB.tpl -Create an indicator with name BB. Run the strategy manager for BB. the template BB will be used.  is it normal
Marco Montemari
Added topic Please recompile your product with new compiler
I try to upload a new version but I get this error. Please recompile your product with new compiler
Marco Montemari
Added topic Who can explain this?
Trailing stop was activated, but position is closed with negative profit. Why
Marco Montemari
Added topic New Features for website
Hi guys, I think it would be great having these 2 new features: 1) knowing how many views per days of a product 2) possibility to set price to 0 for x days....after x days product has expired What do you think
Marco Montemari
Added topic We do I need to switch TF to show the indicator?
Hi guys, sometime I need to change TF to show the indicator. It seems it does not load or laod partially.  Should I preload in On init function or what? I am struggling with this issue. Any tips
Marco Montemari
Added topic MT5, sound on closing position
Hi there, when a position is closed ( for reaching TP or SL) I would like to hear a notification. Is it possible? Thanks
Marco Montemari
Added topic Trailing stop on Pending order MT5
Hi guys, if I set a pending order and a trailing stop on it, I am wondering if trailing stop will be kept when the position will be active. Thanks
Marco Montemari
Added topic CHARTEVENT_CUSTOM, how to set it?
Hi guys, I am wondering how is the right way to create and firing a custom event . My doubt is: if someone want to handle the event in his own EA how can intercept the event? Do I need to tell him the value? (like: ushort event_newBar=
Marco Montemari
Added topic Disable autotrading at startup of mt5
Hi guys, any solutions? I want to disable autotrading when I open mt5 platform.  Thanks
Marco Montemari
Added topic Draggable,sizeable object how to
Hi guys, I was wondering how to create a sizeable, draggable object.  It will be a sine wave. It should be also deformed ( not only contained in a rectangular box but the box could become a translated trapeze Thanks
Marco Montemari
Added topic Custom Indicator loading
Hi guys,  cannot load the indicator receiving the error   [538] Any idea or how can I test it?  Thanks
Marco Montemari
Added topic Accessing fast to graph MT5
Hi there, there is a fast way to access to the Graph, clicking on a related open position
Marco Montemari
Marco Montemari
My new indicator, what do you think about it?
Volumes are powerful for price prediction!!!

https://www.mql5.com/en/market/product/46818
Marco Montemari Published product

67.00 USD

Forex is the most liquid market in the world. For this reason real volumes are not available. Some indicators use the number of ticks, in other cases the broker can supply volumes informations but they will be only data about that broker. Volumes are important becase they will form the price and volatility of the market. Using an algorithm this indicator can give you a very good approximation of the volumes for each candle. How to read the indicators? This version provides you many visualization

Marco Montemari
Added topic CopyRates seems not working
Hi Guys, in my code CopyRates seems not working well. Testing with M15, I was expecting to have 4 or 5 bars copied, instead just 1. Why? for ( int i=limit; i<rates_total && ! IsStopped (); i++)      {
Marco Montemari
Added topic DualBar
Hi guys, I want to create an indicator where for each time-bar in the main window, the indicator will show 2 bars. Is it possible?  Thanks