0
Views
0
Downloads
0
Favorites
Empty File
//+------------------------------------------------------------------+
//| Function.mq4 |
//| Sahil Bagdi |
//| https://www.mql5.com/en/users/sahilbagdi |
//+------------------------------------------------------------------+
#property copyright "Sahil Bagdi"
#property link "https://www.mql5.com/en/users/sahilbagdi"
#property version "1.00"
#property strict
//I know this is a empty file But I had attach something otherwise Codebase won't allow it
//But you can find the code on the Codebase page
//+------------------------------------------------------------------+
//| Script program start function |
//+------------------------------------------------------------------+
void OnStart() {
}
Comments
Markdown Formatting Guide
# H1
## H2
### H3
**bold text**
*italicized text*
[title](https://www.example.com)

`code`
```
code block
```
> blockquote
- Item 1
- Item 2
1. First item
2. Second item
---