jgxpro wrote: Thu May 28, 2020 3:46 am
Khm, it's not rocket science, and I myself very rarely looked at mq4 code:) But now you have to, because this is pretty much a problem you can do efficiently only for yourself.
If you use your common sense, everywhere a text is written there are the quite telling variable names considering location: 'gap', and 'mgap', we search for their initialization. So:
1. Choose !!! ****** ADR D1 indicator in Navigator window
2. Press Enter.
3. search for: string gap=" ",mgap=" "; There are MANY SPACES between the " " symbols, but the forum engine compresses it!
4. you might have to decrease both (simply delete some spaces), but you have to experiment with these (actually original values: 42, and 15 spaces)
5. Save modified version!
5. In MT4 press Ctrl+I
6. Choose ADR D1 indi -> Delete
7. Restart MT4
8. Apply ADR D1 indi again.
That's all.