Hi igor,
when i attach this file into my mt4.i cant open it..it look like nothing happen...please help me solve the problem
thank you
Printable View
Hi assraf87,
Are you talking with this indicator from this post ? It works - you can see:
Attachment 9190
may be - you placed the indicator in wrong folder? The correct folder is Data Folder - MQL4\Indicators :
Attachment 9191
i place it in indicator folder and i appear at my indicator but when i double click..it nothing happen...i also already restart pc.Attachment 9193
Hi assraf87,
Right click on the mql4 source file, then choose metatrader 4 editor to open and as default. As you can see from your screenshot the mql4 file no icon and not recognize by Windows.
thank guys...i know the problem already..it is because my anti virus block editor for mt4..
thank again...now solve already..
Guys, a question ... maybe I overlooked something in the settings ... or maybe it's obvious, that it cannot be done ...
But is it possible, to have more instances of the Pivot indicator on one chart? ... so, for example that I can have weekly + daily pivots at the same time?
It may be p[ossible - you can check it by yourself using those pivot indicators:
- SDK-Pivots-nmc indicator is on this post. This version works with Metatrader 4 build 600 and above.
- AllPivots_v3.8 indicator is on this post. This version works with Metatrader 4 build 600 and above.
- AllPivots_v3.9 600+ indicator with 'no Sunday bar' is on this post. This version works with Metatrader 4 build 600 and above.
Ah ok ... so I need 3 different indicators for that then ... dropping AllPivots_v3.9 600+ three times with different settings will not work, because the code maybe needs to delete old lines on refresh and so they 'overwrite' each other, right? ...
Many thanks for the info!
I did not try it sorry ...
But as I see - there are 2 parameters in this indicator: TimeFrame (eg. D1,W1,YR) and UniqueName (AllPivots by default).
So, if we upload 3 different indicators with 3 different Uniquenames (AllPivots, AllPivots1 and AllPivots2 for example) - it should work.