• Information
2 years
experience
7
products
9
demo versions
0
jobs
0
signals
0
subscribers
Robert Northen
Added topic Is there any way to control the screen position (X,Y) of chart windows in MQL5?
Hi all, I've been searching through the MQL5 documentation and forum, but I can't seem to find a way to programmatically control the screen position (X, Y) of chart windows in MetaTrader 5. I know that we can control the chart size using
Robert Northen
Added topic Does input group affect the params[] array in IndicatorCreate()?
Hi all, I'm programmatically loading a custom indicator using IndicatorCreate() and passing values for the indicator's input parameters via the params[] array. My custom indicator uses input group declarations like " " and "--- Tick Density" to
Robert Northen Published product

100.00 USD

HLines User Guide Overview and Features The NTL HLines Indicator is designed to elevate your trading with precise support and resistance analysis. Utilizing a sophisticated algorithm, this MQL5 indicator scans for high-probability price levels across multiple timeframes, helping traders pinpoint strategic entry and exit zones. With fully customizable pivot scanning and multi-timeframe support, HLines provides a powerful, adaptable toolset for traders of all experience levels. Key features

Robert Northen Published product

Japanese Candle Patterns (JCP) User Guide Overview and Features Japanese candlestick patterns, a foundational element of technical analysis, provide traders with visual insights into market psychology. Each pattern represents the battle between bulls and bears, encapsulating critical information about market sentiment, potential reversals, and continuation signals. Developed centuries ago and later popularized by Steve Nison in Japanese Candlestick Charting Techniques , these patterns are now

Robert Northen Published product

ABH - Candle Component Analysis - User Guide Overview and Features The   ABH - Average Bar Height   indicator is designed to help traders analyze market volatility and identify potential buy and sell signals by measuring the average size of each candlestick component over a specific period. The indicator calculates and displays four lines representing different candlestick metrics. By analyzing these values, traders can interpret market strength, volatility, and potential trend

Robert Northen Published product

NTL Market Times Indicator The NTL Market Times Indicator for MT5 provides a clear unobtrusive display of the opening and closing times of the world’s major Forex trading centers. It automatically adjusts for UK daylight saving time, ensuring reliable market session information all year round. Main Features Major Markets: Displays New York, London, Frankfurt, Sydney, and Tokyo trading hours. Color-Coded Sessions: Each market session is uniquely color-coded for quick identification on the chart

Robert Northen Published product

Pivot Lines (PL) User Guide Overview and Features The Pivot Lines Indicator (PL) provides traders with a powerful tool for identifying potential support and resistance levels based on well-established pivot point calculation methods. By offering insights into possible price turning points, this indicator helps traders make more informed trading decisions and refine their entry and exit strategies. With customizable settings for different timeframes and calculation methods, PL is versatile and

Robert Northen Published product

EAsiTrader: Advanced Strategy Creation & Automation for MetaTrader 5 EAsiTrader is designed for those who want to eliminate the hassle of programming and drastically accelerate the process of creating Expert Advisors, making strategy development faster and more efficient. EAsiTrader is a versatile trading tool designed specifically for MetaTrader 5, providing automation features and a comprehensive set of tools to help users build, test, and refine and run trading strategies. EAsiTrader

Robert Northen Published product

AutoFib: Advanced Fibonacci Retracement for MetaTrader 5 Automate Fibonacci Analysis for Smarter Trading Decisions AutoFib simplifies Fibonacci retracement analysis by automatically identifying key levels of support and resistance directly on your MT5 charts. Whether you're new to Fibonacci analysis or an advanced trader, AutoFib enhances your ability to identify potential reversals, continuations, and critical price levels. Key Features: Automatic Fibonacci Levels – Identify retracement and

Robert Northen
Added topic Graphic Objects Not Being Removed When Indicator Is Removed From Chart
Does anyone know any reason why my indicator's graphic objects do not get removed from the chart when the indicator is removed? After the indicator is removed, the objects appear in the chart's object list (CTRL-B). I'm using the latest build 4410
Robert Northen
Added topic EA Custom Hot Keys
Hi I want to use dozen or so custom hot keys in my EA. Is there a recommended, or safe combination of shift, ctrl, alt, fn keys I can use that are not being used by the chart/platform? Thank you
Robert Northen
Added topic EA Custom Hot Keys
Hi I want to use dozen or so custom hot keys in my EA. Is there a recommended, or safe combination of shift, ctrl, alt, fn keys I can use that are not being used by the chart/platform? Thank you
Robert Northen
Added topic How to Extract those Symbols Without Any Open Trades ?
Hi coders, good day to you. Let's say :- I've 4 Symbols with Open Trades now :-    string opSym[]={ "AUDCHF" , "CADCHF" , "EURUSD" , "GBPJPY" }; My EA has a total of 12 trading symbols readily for trading (set up in user input variable) :-
Robert Northen
Added topic Detect Method of Loading an Indicator Onto a Chart?
Hello - I have written an indicator that uses the OnChartEvent event that draws lines onto the chart. When this indicator is loaded by an EA using IndicatorCreate, drawing the indicator on the chart is not required. Although not drawn on the chart
Robert Northen
Added topic Suggestions For MQL5's Lack Of Support for Array Pointers?
Hi If an indicator uses multiple classes and functions, as one might have if writing a non-simplistic indicator, then the lack of support for array pointers makes it necessary to pass references to data arrays from class to class and function to
Robert Northen
Added topic Tester Takes Too Long During Publish Validation
Hi I have an indicator that processes a lot of data. It published successfully around a year to 18 months ago. Now I get Tester Takes Too Long during publish validation. The code is already highly optimised. Is there anything I can do to get it
Robert Northen
Added topic Detecting method used to load an indicator onto a chart?
Hi In an indicator's OnInit() how can I detect if the indicator has been loaded as a result of IndicatorCreate()? Rob
Robert Northen
Added topic How to detect Timeframe change/Program close if Indicator Handle is not closed?
Hi It appears that a program's OnInit() and OnDeinit() do not get called if there is an indicator handle opened with ChartIndicatorGet() and not yet released with IndicatorRelease(). My indicators and EAs need to retrieve indicators' buffer data
Robert Northen
Added topic Including Indicators with a published EA
I'm writing an EA that I plan to publish. This EA includes my own versions with modifications of some indicators in the Indicators\Examples folder, including three that are not in this folder - SuperTrend, TSI and Keltner Channels. All the code is my
Robert Northen
Added topic Prevent Chart Receiving Events when a Dialog is Open
How do I stop the main chart from receiving events when a dialog window is open? When a user click/drags over the dialog window, as they would to interact with controls on the panel the event gets passed to the chart behind. Obviously this is
12