icustom ex5 arrow indi buffer help
-
0_1639737837010_malas.ex5 hello team can someone assist me in creating this ea this is arrow indicator in ex5,, want to sell or buy when arrows apear i have tried all tutorial s here but failed to capture the buffers the veterans here like @fxdreema @L'ANDORRÀ @roar @miro1360 and the orthers please assist
-
@stantham This indicator uses the zig zag so possibly better to use Miro's code for that, couldn't get indicator to display on back test so hard to say but likely lags a lot, the ZZ waits for price to move before fixing the high and low, the information is in the data window so icustom will work.
Add like this:
VARIABLE1=iCustom(NULL,0,1639737842048-malas,0,0);
The penultimate number is the data window buffer, indicator has 0-3 buffers.
-
@jstap THAMKS BRO CAN YOU SHARE LINK
-
@stantham For what? if you are talking about the I custom code paste into a custom code block, create a variable named the same, create the other 3 lines for each buffer. Place in a comment or draw an arrow so you can see how it works.
-
@jstap okay thanks for your help however this did not solve my problem would be esier to just send me a link i would follow but thanks anyway
-
@stantham Create the project, put the shared link here and I'll assist with what ever you are struggling with.
-
@stantham Hi Try this... but what Jstap is trying to do is for you to do something so you can learn.... His way with the code would work better/faster
https://fxdreema.com/shared/nVptpYdqc



-
@alphaomega hey thanks bro
-
@jstap https://fxdreema.com/shared/CT18dV9Id i did not understand how you use variable with this indi bro
-
@jstap waiting for you bro
-
@alphaomega hey what do you do with inputs section?
-
@stantham there is lots of inputs .. which you talking about? I am assuming you talking about the variables?
check this thread:
https://fxdreema.com/forum/topic/5164/example-save-variables-into-file-and-read-them-back-advanced
https://fxdreema.com/forum/topic/4510/tutorial-loop-advanced-find-and-save-specific-value-from-indicator-history -
@alphaomega hey i mean the indicator parameters where did you placace them as its loadingf too much arrows
-
@stantham I got it from this tutorial
https://fxdreema.com/forum/topic/9105/tutorial-working-with-ex4-ex5-indicator-file
Forget how many arrows man... check your entries.. There is slow and fast arrows .. so I just insert the buffers for them and choose entry at the buffers.. so Its not the arrow that important but where your entries are.


-
@alphaomega Did you follow the indocations of these tutorials to find the buffers of custom indicators?
https://fxdreema.com/forum/topic/4208/tutorial-06-my-indicators-in-fxdreema
https://fxdreema.com/forum/topic/9105/tutorial-working-with-ex4-ex5-indicator-file -
@l-andorrà I also put pictures of where I found the buffers... This indicator he wants to use is working in conjunction with a zz line or something but there is no signal/data of that ma.. This is the best it is going to get otherwise I would suggest he use miro1360 tutorial Object on chart. Another option would be if some coder will have a code looking for that ma... The help I gave is in the best of my little knowledge.
edit.. Another way would be to use roar, line code and Stantham could just insert his own conditions?
-
@alphaomega roars line code?
-
@tipsywisdom
https://fxdreema.com/forum/topic/9146/a-line-tool/6
https://fxdreema.com/forum/topic/11957/plot-macd-swings-on-chartThis could work the same .. only insert the objects, in this case arrows on every turn. Would work out much easier than to re-code and indicator
-
@l-andorrà yes broi struggle alot with this i did not get the solution @alphaomega tried but his buffers seems to change the indicator parameter to 1,60 hope we can get a solution to this
-
@stantham Where is your project?