firebase-adminsdk-fbsvc@xenon-respect-485202-t0.iam.gserviceaccount.com https://github.com/A6-9V/ZOLO-A6-9VxNUNA-.git
Find a file
2026-02-03 07:50:45 +00:00
.github/workflows Initial commit 2026-02-03 06:17:08 +00:00
.jules Initial commit 2026-02-03 06:17:08 +00:00
Expert/Test/DateTimeMsc Initial commit 2026-01-06 05:44:21 +00:00
Experts Add EXNESS_GenX_Trader EA 2026-02-03 07:50:45 +00:00
Files Initial commit 2026-01-06 05:44:21 +00:00
guidebook Initial commit 2026-02-03 06:17:08 +00:00
I'm Good Initial commit 2026-01-06 05:44:21 +00:00
Images Initial commit 2026-01-06 05:44:21 +00:00
Include Initial commit 2026-01-06 05:44:21 +00:00
Indicators Initial commit 2026-01-06 05:44:21 +00:00
Logs/Indicators Initial commit 2026-01-06 05:44:21 +00:00
MQL5_Deployment_Package/Experts Initial commit 2026-02-03 06:17:08 +00:00
Profiles Initial commit 2026-01-06 05:44:21 +00:00
Scripts Initial commit 2026-01-06 05:44:21 +00:00
.gitignore Initial commit 2026-02-03 06:17:08 +00:00
auto-setup-helper.ps1 Initial commit 2026-02-03 06:17:08 +00:00
check-oauth-setup.ps1 Initial commit 2026-02-03 06:17:08 +00:00
cleanup.ps1 Initial commit 2026-02-03 06:17:08 +00:00
common_utils.py Initial commit 2026-02-03 06:17:08 +00:00
dropbox_to_onedrive.py Initial commit 2026-02-03 06:17:08 +00:00
firebase-config.example.js Initial commit 2026-02-03 06:17:08 +00:00
firebase-config.example.json Initial commit 2026-02-03 06:17:08 +00:00
firebase_utils.py Initial commit 2026-02-03 06:17:08 +00:00
gdrive_cleanup.py Initial commit 2026-02-03 06:17:08 +00:00
LICENSE Initial commit 2026-02-03 06:17:08 +00:00
open-oauth-pages.ps1 Initial commit 2026-02-03 06:17:08 +00:00
README.md Sync GitHub and forgemql5.io 2026-02-03 07:47:34 +00:00
requirements.txt Initial commit 2026-02-03 06:17:08 +00:00
setup-google-oauth.ps1 Initial commit 2026-02-03 06:17:08 +00:00
setup-onedrive-oauth.ps1 Initial commit 2026-02-03 06:17:08 +00:00
setup.bat Initial commit 2026-02-03 06:17:08 +00:00
setup.ps1 Initial commit 2026-02-03 06:17:08 +00:00
setup.sh Initial commit 2026-02-03 06:17:08 +00:00
test-google-drive.ps1 Initial commit 2026-02-03 06:17:08 +00:00
test-onedrive.ps1 Initial commit 2026-02-03 06:17:08 +00:00
test_common_utils.py Initial commit 2026-02-03 06:17:08 +00:00
test_gdrive_models.py Initial commit 2026-02-03 06:17:08 +00:00
test_trading_data_manager.py Initial commit 2026-02-03 06:17:08 +00:00
trading_data_config.example.json Initial commit 2026-02-03 06:17:08 +00:00
trading_data_manager.py Initial commit 2026-02-03 06:17:08 +00:00

MQL5 Trading Robots

git clone https://github.com/A6-9V/NUNA.git

This repository contains a collection of MQL5 trading robots (Expert Advisors).

Robots

  • DarkCloud PiercingLine CCI: This robot uses the Dark Cloud Cover and Piercing Line candlestick patterns in conjunction with the Commodity Channel Index (CCI) to identify trading opportunities.
  • HangingMan Hammer CCI: This robot uses the Hanging Man and Hammer candlestick patterns in conjunction with the Commodity Channel Index (CCI) to identify trading opportunities.
  • DarkCloud PiercingLine RSI: This robot uses the Dark Cloud Cover and Piercing Line candlestick patterns in conjunction with the Relative Strength Index (RSI) to identify trading opportunities.

Common Parameters

All robots share a common set of input parameters for configuration.

Indicator Parameters

  • InpAverBodyPeriod: Period for calculating the average candlestick size (default: 12).
  • InpMAPeriod: Trend MA period (default: 5).
  • InpPrice: Price type to use for calculations (default: PRICE_CLOSE).

Specific Indicator Parameters

  • InpPeriodCCI (for CCI-based robots): CCI period (default: 37).
  • InpPeriodRSI (for RSI-based robots): RSI period (default: 37).

Trade Parameters

  • InpDuration: Position holding time in bars (default: 10).
  • InpSL: Stop Loss in points (default: 200).
  • InpTP: Take Profit in points (default: 200).
  • InpSlippage: Slippage in points (default: 10).

Money Management

  • InpLot: Lot size for trades (default: 0.1).

Expert ID

  • InpMagicNumber: A unique number to identify trades opened by a specific EA.
    • DarkCloud PiercingLine CCI: 120500
    • HangingMan Hammer CCI: 124100
    • DarkCloud PiercingLine RSI: 120700