fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search

    Indicator with 100 Input Parameters

    Questions & Answers
    2
    2
    1135
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • E
      EAbaer last edited by

      Hello,

      i will use an indicator with over 100 Input Parameters. Error message in fxDreema is "'iCustom' - wrong parameters count". What can i do? I would like to use the indicator with default values, so i put it into FxDreema without Input Parameters. Did not work.

      Any help for me? Thank you very much.

      1 Reply Last reply Reply Quote 0
      • M
        miro1360 last edited by

        edit indicator in metaeditor, open it and save it with different name, than somewhere in begin of code you can find "input" or "extern" ... for parameters, which should be non visible in fxdreema, delete all "input" or "extern" words and leave rest of code ...

        0_1517349185453_4ef6a95d-a1b5-4d53-b45f-ce36afd27509-image.png

        as example:
        original: input int adxPerioda = 14;
        edited: int adxPerioda = 14;

        or original: extern int adxPerioda = 14;
        edited: int adxPerioda = 14;

        or you can change their default value, as this:
        edited: int adxPerioda = 34;

        click on compile button in metaeditor and import your new indicator into fxdreema, now only desirable parameters are visible

        Between trading and gambling is a very small gap, be careful.

        1 Reply Last reply Reply Quote 1
        • 1 / 1
        • First post
          Last post

        Online Users

        C
        T
        S
        A
        M
        R
        G
        G
        Y
        C
        S
        S
        S

        26
        Online

        146.7k
        Users

        22.4k
        Topics

        122.6k
        Posts

        Powered by NodeBB Forums | Contributors