From 9043313499e2aa5af6e85f60c175d912a13fde39 Mon Sep 17 00:00:00 2001 From: Toh4iem9 Date: Sun, 8 Feb 2026 12:30:31 +0100 Subject: [PATCH] style(scripts): 7.0 --- Scripts/MyScripts/Market_Scanner_Pro.mq5 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Scripts/MyScripts/Market_Scanner_Pro.mq5 b/Scripts/MyScripts/Market_Scanner_Pro.mq5 index 4b6d011..9994f05 100644 --- a/Scripts/MyScripts/Market_Scanner_Pro.mq5 +++ b/Scripts/MyScripts/Market_Scanner_Pro.mq5 @@ -1,12 +1,12 @@ //+------------------------------------------------------------------+ //| Market_Scanner_Pro.mq5 | -//| QuantScan 6.0 - Full Feature Set | +//| QuantScan 7.0 - Market Breadth | //| Copyright 2026, xxxxxxxx | //+------------------------------------------------------------------+ #property copyright "Copyright 2026, xxxxxxxx" -#property version "6.00" // Full: Slope, Cost, Session, MTF Align -#property description "Exports 'QuantScan 6.0' dataset for LLM Analysis." -#property description "Complete toolset: Context, Flow, Trigger, Metrics." +#property version "7.00" // Added Market Breadth Analysis (Post-Processing) +#property description "Exports 'QuantScan 7.0' dataset for LLM Analysis." +#property description "Includes Breadth Score and Cost Metrics." #property script_show_inputs //--- Include Custom Calculators