Strategy Writing On Disk
Every strategy, his folder.
One folder, one strategy
A strategy is not a row in a table: it is a folder on disk that carries everything needed to read it, run it and audit it. Nothing about it lives somewhere else, so a strategy can be moved, copied or promoted without hunting for its pieces.
How a strategy is written on disk
When a combination clears the benchmark it is written as one self contained folder, named after the strategy. What you see is the real content of a strategy, its four folders, down to the leaf files.
What goes inside
_01_StrategyConfigurationAndReports: the strategy config, the demo and propfirm risk configurations, and the backtest reports per broker, alpari and acg.
_02_MT5Execution: the live engine, from connection to MT5 through live price monitor, signal engine, trade execution and trade management.
_03_PairingSupervisor_SignalGeneratedvsExecuted: pairs each generated signal with what the terminal actually executed.
_04_TradeJournal: writes every generated signal and every closed trade into the journals.