You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Thank you onewithZ. for the Ctrl+D, and dabbler for answering the question with a simple answer(instead of redirecting me) when noone else would!
And @deVries your question that you asked me I mistook for theoretical mocking(as in it's impossible to do what I asked using iCustom() ) not an actual question of how to do it.
tbh after you quoted me using the 4 var=icust. you'd think I understood it enough to not have to ask again, but to humor you:
It looks clear to you the right buffer and bar 8 you have to know that the bar number on the chart is also from
right to left beginning with 0 then counting up +1 each next bar
so it is number 9 on the chart what number 8 is in the formula...
iCustom works only if there is an ex4 file of the indicator and can have maximal 8 buffers to read
Good luck using it....
If you think " iCustom allows you to access your Indicators buffers . . . it's that simple." isn't a simple and correct answer then you need to do a little more reading of the book.
I was unfamiliar with a buffer's relation to a line on a graph, hence my misgivings, but as I said thanks for the links. I did read through them and I did learn or confirm a few things through them.
I have read none of this book, though I might take a look after I do some more tests. I tend to learn better through trying to write my own scripts and getting help with certain functions I need along the way.
iCustom works only if there is an ex4 file of the indicator and can have maximal 8 buffers to read
If there isn't I can always recompile one and delete unessential(for what I need) buffers.
Also deVries your right I miscounted that.
I was unfamiliar with a buffer's relation to a line on a graph, hence my misgivings, but as I said thanks for the links. I did read through them and I did learn or confirm a few things through them.
I have read none of this book, though I might take a look after I do some more tests. I tend to learn better through trying to write my own scripts and getting help with certain functions I need along the way.
double iCustom( string symbol, int timeframe, string name, ..., int mode, int shift)