need help installing indiors metatrader4 -
1 2 3 4

thread: need help installing indiors metatrader4

  1. #21
    I have a new issue with metatrader4. . I've installed many indiors and when I try to select custom indior I can pick many and the one's at the base of the menu are displayed but not accessible and are grayed out. They functioned but seems it only allows so many. I tried removing some that I am not likely to use but they are still offered. Does anyone have an answer for this or would you notify me the proper way to uninstall the indiors from metatrader. Taking them out of this indior folder and restarted the program does not work - that is how they were installed by me. Thanks.

  2. #22
    I have a new problem with metatrader4. . I've installed indiors and when I try to pick custom indior I could simply select many and the one's at the base of the menu are shown but not available and therefore are grayed out.
    At the risk of being redundant, are you using the navigator? Are they grey in the or merely on the add menu?

  3. #23
    At the risk of being redundant, are you using the navigator? Are they gray in the or merely on the insert menu?
    your not. . Not in navigator plus they show from the insert menu but are grayed out. Insert/indiors/custom (list of indiors but those on the bottom of the available selections are grayed out). .

  4. #24
    Shut down MT. In Explorer go to the expertsindiors folder. Sort by kind. Publish all ex4 (except the ones you have installed for which you don't have any source code) . Delete all mq4 that you do not want. The dat file.
    Restart MT. The remaining indiors will probably be recompiled brand new. They should now show in the Navigator window.
    I am uncertain about greyed-out - maybe that means exe without origin. (?) ...
    okay I will give this a shot.
    Trading at the moment. I will give an update later if it works.
    Thanks for the reply/help. .

  5. #25
    your not. . No not in they plus navigator reveal from the insert menu but are grayed out. Insert/indiors/custom (listing of indiors but the ones on the bottom of the available selections are grayed out). .
    The navigator I'm talking about is not part of this editor. Ctrl N or select it on the 'view' menu. Should you use insert attribute you will have problems with the list's bottom. I've a lengthy list of indiors on one platform, probably when seen via the insert attribute 80% are grayed out. They are available through the navigator. The navigator is also a method to delete and alter indiors. Right click in an indior and you can delete it. I'm discussing the 'custom indiors'.

  6. #26
    The navigator I am speaking about is not part of this editor. In press Ctrl N or select it on the 'view' menu. You will often have problems with the bottom of the list, if you use insert feature. I have a list of indiors onto a single platform, probably 80% are grayed out when seen via the insert feature. They are available through the navigator. The navigator is a great method alter and to delete indiors. Click on an indior and you'll be able to delete it. I am talking about the 'custom indiors'.
    Which was easy.

  7. #27
    I'm having a similar issue with Zup v81. The indior is available in my custom indiors folder at navigator but does not seem to actually 'do' anything. I have compiled this too. In a related note, has anyone ported this indior into Tradestation? If not or if so, I'd be ready to pay a coder. Thanks!

  8. #28
    Junior Member Fransuarwz64's Avatar
    29
    Some indiors need the information of other icustom indiors and this is one of these I guess.

    If you don't possess the indis the program refers to it will not operate:

    ha[I]=iCustom(NULL,GrossPeriod,ZigZag_new_nen4,minBars, ExtDeviation,ExtBackstep,1,1,bigshift);

    {
    ha[I]=iCustom(NULL,GrossPeriod,DT_ZZ_nen,minBars,1,1,bi gshift);

    nen_ZigZag[I]=iCustom(NULL,GrossPeriod,CZigZag,minBars,ExtDevia tion,0,bigshift);

    {
    ha[I]=iCustom(NULL,GrossPeriod,Swing_ZZ_1,minBars,1,1,b igshift);

  9. #29
    I am not sure about greyed-out - maybe that means exe without source. (?) ...
    Overflow Too many indiors in the experts/indiors folder. I think 100 is your limit.

  10. #30
    It is very strange. I updated the code per your article and restarted MetaTrader. The first new chart I started it seemed to work. I shut that chart and tried to use to another new chart but today I get nothing. Have restarted MT and nothing whatsoever. Does that sound right? Regarding my query on communiing.
    [font=Arial]Some indiors want the information of additional icustom indiors and this is one of them I guess.

    If you don't possess the indis the program refers to it won't work:

    ha[I]=iCustom(NULL,GrossPeriod,quot;ZigZag_new_nen4quot ;,minBars,ExtDeviation,ExtBackstep,1,1,bigshift);

    [font=Arial]...

  •