Join our fan page
- Views:
- 2780
- Rating:
- Published:
- 2025.05.19 11:37
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Sample Trading Sistem for cross 2MA & CCI
Translated from Chinese by MetaQuotes Ltd.
Original code: https://www.mql5.com/zh/code/10363

A script that displays the useful information about the broker, the account and the full specifications of the instrument.

All indicators required by BBMA Strategy in a single indicator.

2 Moving Averages is a custom MQL4 indicator that uses two moving averages (fast and slow) to identify potential trend changes and generate buy or sell signals based on crossover points. It enhances signal reliability by optionally integrating support and resistance levels, helping traders confirm entry and exit zones. This tool is suitable for trend-following strategies and works across multiple time frames.

SniperJaw EA is a one-trade-at-a-time robot that uses the Alligator indicator (Jaw, Teeth, Lips) to follow the trend. You can control the trade size with LotSize, choose to close trades on opposite signal with UseEntryToExit, or use TakeProfit and StopLoss in pips if set. Slippage is managed by Slippage, and trading can be turned on or off using TradeEnabled. Alligator settings like JawPeriod, JawShift, TeethPeriod, TeethShift, LipsPeriod, and LipsShift let you adjust how the indicator works.