Skip to content

Instantly share code, notes, and snippets.

//+------------------------------------------------------------------+
//| AutoGridTrader5146_v1.2.mq5 |
//| Copyright 2025, Eng.Faris|
//| |
//+------------------------------------------------------------------+
#property copyright "Copyright 2025, المهندس فارس"
#property link ""
#property version "1.20"
#property strict
#property description "Advanced Grid Trading EA with Distributed Take Profit Levels"

Install ubuntu deb with all dependicies recursivly

sudo apt-get download $(apt-cache depends --recurse --no-recommends --no-suggests --no-conflicts --no-breaks --no-replaces --no-enhances <your-package-here> | grep "^\w" | sort -u)