fxDreema

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

    Problem in importing custom indicator - Enumerations

    Questions & Answers
    2
    2
    421
    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.
    • G
      gabrielebrignoli last edited by

      Hi to all,

      i'm trying to import a custom made, non public indicator, but I receive this error

      "Ops. Problem found in the following enumerations" enDisplayWhat

      This is the enum that gave the problem

      #define _showSignal 1
      #define _showCandle 2

      enum enDisplayWhat
      {
      show_candle= _showCandle,
      show_signal= _showSignal,
      show_all = _showCandle + _showSignal,
      };

      Any help is much appreciated

      Thanks in advance

      T 1 Reply Last reply Reply Quote 0
      • T
        trader.philipps @gabrielebrignoli last edited by trader.philipps

        @gabrielebrignoli I guess the show_all may cause an issue, but that's just a guess. Do you need the show_all option for the indicator to work?

        I like to share my knowledge, but expect the others to contribute as well.

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

        Online Users

        W
        S
        A
        H
        H
        T
        S

        16
        Online

        146.7k
        Users

        22.4k
        Topics

        122.6k
        Posts

        Powered by NodeBB Forums | Contributors