Pustaka indikator MQL5
Find a file
2026-04-27 11:06:41 +07:00
Experts BSC Button 2026-04-27 11:06:41 +07:00
Files Pipsometer 5 decimal 2026-04-27 07:29:12 +07:00
Indicators Scripts 2026-04-27 07:14:01 +07:00
Scripts Scripts 2026-04-27 07:14:01 +07:00
README.md pertama x 2026-04-27 06:52:41 +07:00

mql5

Creating a new repository on the command line touch README.md git init git switch -c main git add README.md git commit -m "first commit" git remote add origin https://forge.mql5.io/4kk4/4kk4.MQL5.git git push -u origin main

Pushing an existing repository from the command line git remote add origin https://forge.mql5.io/4kk4/4kk4.MQL5.git git push -u origin main