Initial commit: MQL5 Scripts Collection (MetaTrader 5)
This commit is contained in:
+19
@@ -0,0 +1,19 @@
|
||||
# 🚀 Unlock the Power of Trading!
|
||||
|
||||
Welcome to this open-source trading project. Here you will find powerful tools to enhance your trading journey. If you find this project useful, please consider starring ⭐, sharing, or donating to support further development!
|
||||
|
||||
---
|
||||
|
||||
**Support the project:**
|
||||
- Star this repository on GitHub
|
||||
- Share it with your trading friends
|
||||
- [Donate here](https://www.paypal.com/donate/?hosted_button_id=YOUR_BUTTON_ID) to help us grow!
|
||||
|
||||
---
|
||||

|
||||
|
||||
## Source Files
|
||||
- `clean_up_all_drawings_z_delete_all_object_comment_etc_j.mq5`
|
||||
|
||||
---
|
||||
> Made with ❤️ for the trading community.
|
||||
+19
@@ -0,0 +1,19 @@
|
||||
//+------------------------------------------------------------------+
|
||||
//| Clean up all drawings ( Delete All Object Comment etc ).mq5 |
|
||||
//| Dwi Sudarsono |
|
||||
//| https://t.me/DwiSudarsono |
|
||||
//+------------------------------------------------------------------+
|
||||
#property copyright "Dwi Sudarsono"
|
||||
#property link "https://t.me/DwiSudarsono"
|
||||
#property version "1.00"
|
||||
#property description "Clean up all drawings ( Delete All Object Comment etc )"
|
||||
//+------------------------------------------------------------------+
|
||||
//| Script program start function |
|
||||
//+------------------------------------------------------------------+
|
||||
void OnStart()
|
||||
{
|
||||
//---
|
||||
ObjectsDeleteAll(0);
|
||||
Comment("");
|
||||
}
|
||||
//+------------------------------------------------------------------+
|
||||
BIN
Binary file not shown.
|
After Width: | Height: | Size: 2.6 KiB |
BIN
Binary file not shown.
|
After Width: | Height: | Size: 1.8 KiB |
BIN
Binary file not shown.
|
After Width: | Height: | Size: 2.4 KiB |
Reference in New Issue
Block a user