Forum

Indicator disappears from the Navigator Window

Hi. After installing a new indicator, it disappears

What would cause an indicator to detach itself without an error

Zero divides will cause an indicator to detach from a chart, but as seen here this is not the case. There is no error. Just a message that it was removed

Help Writing to .CSV file.

I can write files to say a .dat file, but I'm looking to write to .csv, and to sort data into different columns and cells. I'm also looking to be able to retrieve "individual cell" data through my EA. Can anyone help, point me in a direction, or provide a sample for me? Thank you

Wininet - Code stopped working, someone check please?

This worked and still works with an item compiled under build 616. If I copy and paste, then recompile under build 625, web page(s) never return a string. I don't want to assume this is build 625 because it could be my code even though the 616 version still works. Could someone take a look and see

Please confirm this BUG - Chart Objects

OBJPROP_ZORDER and hand drawn chart objects have a bug. No need to post code for one to see it, although it affects coded indicators, EA - anything that draws chart objects. You can use trendlines, horizontal lines , text, etc and see it happen with all. To see it yourself try this. 1. Place two

Object / Font Stacking Order is no more (Build 600+)

Older versions of MetaTrader would stack chart objects according to their name, so if an object was accidentally deleted (which happens quite often), the Indicator or EA could create it again and it would stay behind another chart object if that is where it belonged. This is no longer the case :(

Build 600 Scripts Require Incoming Tick?

Simple label create and delete code CREATE PRICE LABEL extern color UpperPrice = Blue; int deinit() { return ( 0 ); } int start() { double CreateLabel = ObjectCreate ( "UPPER" , OBJ_ARROW , 0 , TimeCurrent (), Bid , 0 ); ObjectSet ( "UPPER" , OBJPROP_ARROWCODE , 6 );

UninitializeReason() Question

I'm drawing objects on my chart and using the UninitializeReason case REASON_REMOVE . If I close the MetaTrader platform, the objects are deleted - even though the expert or indicator was left attached to the chart. Is this a bug or is this normal behaviour? One would think this wouldn't happen

Help Creating Chart Objects

Looking for help to create objects in MQL5 using less lines of code. I keep getting a "doesn't not have body" error. In MQL4, I can do this /// MT4 lets me do this int FunctionLabels( string LabelName, int LabelCorner, int LabelXValue, int LableYValue, string LabelText, int FontSize, color

Newly Populated Candles - broke a past Swing High/Low?

I'm drawing trendlines on my swings. When a high or low is broken, I want to delete old trendlines (sometimes more than one). This is simple to do when the chart is live, open and active. What I am trying to solve is when the trading platform has been shut down for a while. Once the platform is