Forum

Session open horizontal line indicator

Good day my learned community. Can anyone please help with with an indicator that draws the open prices of the various sessions horitazontally? For instance; Daily open, asian open,london open,and New york open. I would be grateful if there's a possibility to disable any of the sessions where

VPS no longer sending me alerts though all settings intact

I recently subscribed to VPS service with this being my fourth time. However I'm not getting the push notifications as I used to previously even though all the charts have been loaded with expert advisors as expected. Please am I missing something

How can I display two pairs on separate windows?

I do want to diaplay Dollar pairs on main window of the chart and the dollar index on separate windows (ie the section for indicators). Please is there a way to go around it? or better still is there a temperate to modify where a chart should appear. Thank you my learned community

Hopeful for Local Time/Trade Sessions in the next MT5 Upgrade

Metatrader has been doing tremendously well with regards to their periodic upgrades. My only downside is the inability to change time zones and mark trading sessions like that of TradingView. I therefore humbly suggest metatrader considers that option. Thank you

Can I change my VPS account to other broker account?

I just changed my VPS subscription to another broker account but that has still not reflected in my new mt5 platform. It's still asking me to buy another subscription without seeing the 'migrate' option. Please am I missing something

Help with colored mt5 fibonacci Zones and Levels

Good day family, please kindly help a bro. code fibonacci indicator with different colors to the levels and zones(ie paint zones). An alert function wil be much appreciated. I will however, be much grateful if a good samaritan could code this tool for me for the first time so I can learn from it

How to create simple daily and 4h close dashboard

Good day family, please can someone guide me on how to create a simple Daily and 4H Last Candlestick close Dashboard in mt5? I will be much grateful. Thank you in advance. ATTACHED IS AN EXAMPLE

How to Get arrows to appear at the close of a candle at a specified time

Please kindly help me on how to reference a particular time at the close of a candle: Below is the condition I want to code: If candle [i] closes at say 10:00am then Show arrow

Help code this line: Close[i] > ‘x’ number of bars please

I’m trying to code an indicator that displays an arrow if the close of candle [i] is > the close of a ‘specified’ number of previous candles (ie if it closes above the previous number of specified candles) but I can’t find my way out of this. Kindly help community. int OnInit () { //--- indicator

I need help to fix my moving average indicator after calling iMA function

I'm trying to develop an indicator that shows the arrows when the current candle closes below the selected MA. However , I'm stucked about the next step after calling the iMA handle. Kindly help me out community . I'm a newbie here. Attached is the indicator