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
It can, but sometimes it works, although when I set 3, the short name shows 3 values and I only want one of the main buffer.
Then maybe like this:
Only one value is displayed on the graph.
Then maybe it goes like this:
The chart shows only one value.
This is how it turns out that the short name of the indicator shows 3 numbers, while the buffer for drawing one, it stores all that you need to know,
The problem is that in 4 you can just request the value of the wave on the desired bar and here I have to download the entire buffer and store it somewhere
This storage is not necessary for the indicator needs. But I don't know how to receive the value of the wave.
Then maybe like this:
Only one value is displayed on the graph.
It's not about initialisation there. It's not even about those two lines that Mashek calls.
Even if we assume that the SYMBOL parameter is really needed (personally I doubt it), work with buffers is lame, and I'm not even speaking about the calculator block...
I see that the indicator displays the value of the linear regression angle of the wrong instrument on which it is running,
and the one prescribed in the input, so hopefully you will hide the checker.
Now, on the other hand, tell me intelligently what you see as incongruous in what happens in calculate?
I do not claim that it is all right (as just learning five and naturally steamed, as many).
The first thing that comes to my mind is that the length of history on different pairs is different and therefore glitches,
But the developers assured me that the terminal will load all the necessary data by itself.
The problem is that in 4 you can just request the value of the waveform on the required bar and here you have to load the whole buffer,
the problem is that in 4 you can simply request the value of the wave on the needed bar, but here you have to download the entire buffer and store it somewhere
I have to load the whole buffer, but it won't be necessary for the indicator needs. I don't know how to get it in another way.
I see that the indicator displays the value of the linear regression angle of the wrong instrument on which it is running,
but the one that's prescribed in the intuition, so hopefully you'll hide the checker.
Now, in the cold, reasonably tell me what you see absurdity in what happens in calculate?
I do not claim that it is all right (as just learning five and naturally steamed, as many).
The first thing that comes to my mind is that the length of history at different pairs of different and therefore glitches,
The developers assured us that the terminal will load all the necessary data by itself.
What is there to argue about? We take the hat of the calculator and see what we see there, and this is what we see:
After that, there's the control of the bars...
If you do not know the password, you will get a warning. So tell me, where is the logic?I've rewritten the calculate like this:
The error messages are gone, but it still doesn't work properly.This is where we racked our brains over a similar turkey. Look what came out of it
I've rewritten the calculate like this:
error records disappeared but it still does not work as it should.The only right way is very simple.
You write a 100% working indicator, and it's done classically without the "Symbol" parameter, i.e. it's calculated using the current symbol and period.
After that such BASIC calculator is called in Expert Advisor (if mechanical operation is provided) or calculator (if it is necessary to display information on graph of NON-CALCULATED INSTRUMENT).
PS
Otherwise, if the calculator or a separate function has to do an additional calculation, and then link the results to the current graph data...
I've rewritten the calculate like this:
The error messages are gone, but it still doesn't work properly.That's probably better:
It seems to work correctly.