Serious problem regarding EA and indior

thread: Serious problem regarding EA and indior

  1. #1
    Junior Member javiersd12's Avatar
    21

    Serious problem regarding EA and indicator

    I got a serious problem and that I want some help.

    I've got an indior, and and EA that runs this off indior.

    However I have noticed that while the indior calculates and draws properly, the indior is sending different values to the EA.

    For example using the Print function, I have discovered that in a specific point in time, the value of one the lines of the indior is 1.4785, while the EA thinks the value of the line at the specific time is 1.4799.

    All my variables are the exact same in the indior and EA, the EA is running on the correct variant of the indior, and I have checked the buffers, my EA is referencing the correct indior buffers.

    Does anybody have any idea as to what could be causing this?

    Thanks in advance for any assistance or ideas

  2. #2
    Junior Member alberpk's Avatar
    11
    Print all of the buffers on the indior along with the buffer referenced by iCustom(), if you are using this.
    You should be able to match it up

  3. #3
    Junior Member javiersd12's Avatar
    21
    print all of the buffers on the indior and the buffer referenced by iCustom(), if you're using this.
    You ought to be able to match it up
    I did print them, that's the crazy part, occasionally they match and occasionally they're distinct. It's entirely arbitrary and its killing me.

    I have 4 buffers:

    dual UpperBufferA[];
    dual UpperBufferB[];
    dual LowerBufferA[];
    dual LowerBufferB[];

    When plotting the indior, according to the logic of the indior, the lines have been plotted correctly. When I reference that indior in an EA the indior transmits values for each buffer into the EA that differ from the correctly drawn indior lines from 3 to 50 pips.

    Like I said before, all variables(such as the timeframe) are the same in indior and EA.

  4. #4
    Junior Member mmmery's Avatar
    29
    Hi acicca
    why have stopped posting from the machine thread created we are all awaiting the last version of your system. If you can help that could be helpful

  •