Help with custom indicator
-
Hi guys, I'm back asking for help with a custom indicator.
Here it is: 0_1634929504762_ATRH.ex4

I think configuration is good, here what I did to resolve the ex4:


These are the buffers

and these are the buffers I need (arrows and dotted lines, respectively buffers 0,1 and 4,5)

I tried to trace them in FxDreema but with no success.
Anyone notice some error?Thanks
-
@alex81 All looks correct, now put results into a comment block, maybe use indicator visible/appear to change a variable and see which buffer contains the value you need to work with.
-
I traced all 19 elements with block "Trace" (assuming all buffers plot on chart) and not a single one give a result...

I am wondering why...
-
@alex81 It is likely then that the buffers don't contain relevent data, check your platform object list, if the names are in it you can likely use the object on chart.
-
Nope, object list is empty.
It's a mystery to me. -
@alex81 Probably the relevant information is not stored in the buffers. Sadly not all custom indocators are created the way fxDreema can easily inderstand. Unless jstap or another programmer can change its cose, I'm afraid it cannot be used in fxDreema.
-
If nothing in object list and nothing in buffers, then I have no Idea what can be done.
-
@jstap Buffers are present, but when used if FxDreema with Trace function they give empty values. That's strange.
-
@alex81 If empty values then the buffers probably don't contain relevent data, I would put this into a comment so I can visually check what it contains.
-
is the indicator placed in the primary indicator folder? I would put a copy of it in Downloads, Market, Example, and primary with the rest as Dreema imported indi's rely on it to be in the default location.
-
@jstap said in Help with custom indicator:
@alex81 If empty values then the buffers probably don't contain relevent data, I would put this into a comment so I can visually check what it contains.
Buffers are not empty:

@TipsyWisdom indicator is placed under MQL4/Indicators folder as every other indis I used in FxDreema. What else do you mean?
-
@alex81 These are not the buffers used in FX, they are the buffers from the data window, sometimes they match sometimes not, this is why I advised to put the buffer data into a comment block, this shows the data FX can use.
If this code: V_W_A_P=iCustom(NULL,0,"VWAP",0,1); is put into a custom code block then the data window information is put into the V_W_A_P variable the 0,1 relates to the data place in the data window.
