
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
This code is not optimized and is provided as-is for educational and experimental purposes.
The Playground EA series was created for experimentation with Fair Value Gaps (FVGs) and liquidity concepts. These Expert Advisors were developed to test different trading modes and observe how various strategies behaved under different market conditions. The author does not remember specific implementation details, as these were rapid experimental builds.
Feel free to use, modify, and learn from this code. It serves as a foundation for understanding encroachment-based tradin
g strategies and liquidity targeting.
The Playground EA series consists of five versions (v1.00 – v1.04), each introducing new features, refinements, and bug fixes. All versions use the FVG Library and most utilize the Liquidity Library for market analysis.
Description: The first iteration introduced two distinct trading modes: Encroachment Scalping and Liquidity Scalping. This version attempted to combine FVG detection with liquidity level sweeps.
Description: Version 1.01 addressed the critical issues from v1.00 by removing the non-functional liquidity scalping mode and focusing entirely on encroachment scalping. This resulted in a clean, working implementation.
Description: Version 1.02 reintroduced a second trading mode but with a completely different approach. Instead of liquidity scalping, it introduced Silver Bullet mode with timed trading windows and liquidity targets. This version also changed how the modes operated – now using enumeration-based selection.
Description: Version 1.03 was a significant refactor that allowed both trading modes to run simultaneously with independent operation. It also corrected the Silver Bullet time windows to match the Liquidity Library implementation and improved DOL targeting logic.
Description: Version 1.04 is the most refined implementation, introducing session-specific DOL targeting where each Silver Bullet window targets a specific trading session’s liquidity. It also added a toggle for Silver Bullet sub-modes (fixed targets vs DOL-based), one-trade-per-window rules, and improved stop loss management.
This Expert Advisor series is provided for educational and experimental purposes only. The author makes no guarantees about profitability or performance. Trading involves substantial risk of loss. Always test thoroughly on demo accounts before considering live trading.
The code represents experimental work and learning exercises. Use at your own risk.
This code is open for community use and improvement. Feel free to:
Created by: loki Series: Playground EA (Experimental FVG & Liquidity Testing)

