0
Views
0
Downloads
0
Favorites
Blank
//+------------------------------------------------------------------+
//| Blank.mq4 |
//| Copyright © 2011, cmkm |
//+------------------------------------------------------------------+
#property copyright "cmkm-2011,[thhudu@yahoo.com]."
#property indicator_separate_window
int init() {
IndicatorShortName("");
return(0);
}
int start() {
}
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
---