Attachments forums

List of attachments posted on this forum.


All files on forums: 161156

Re: 🔺 MT5 XARD - Simple Trend Following Trading System

xard777, Tue Apr 08, 2025 12:29 am

Here is the Dash2.mq5, anyone want to try their hand at recoloring the text (and background if need be).
Looking forward to you posting your updated version.

See the user color section...
// User Colors Section
input string colorSection = "------ User Colors ------"; // Color customization section
input color userBackgroundColor = clrSnow; // Background color
input color userTitleColor = C'60,110,123'; // Title color
input color userPairColor = C'70,96,108'; // Pair and non-highlighted data color
input color userHighlightColor = clrDodgerBlue; // Highlight color for current symbol
input color userPriceUpColor = C'152,205,255'; // Price up color
input color userPriceDownColor = C'255,152,205'; // Price down color
input color userChangeUpColor = C'152,205,255'; // Change up color
input color userChangeDownColor = C'255,152,205'; // Change down color
input color userPercentUpColor = clrGreen; // Percent up color (triangle and text)
input color userPercentDownColor = clrCrimson; // Percent down color (triangle and text)


Best,
Xard777
All files in topic