
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
minor comment:
In the article on the website where it says "Only the calculation of values for the TSIBuffer[] array needs to be optimised, but this is not difficult to do in the same way as was used for MTMBuffer[].
" "
Here comes the code :
where you need to add the value of the start variable if prev_calculated is not equal to 0. This missing point is present in the source.
where it is necessary to add the value of the start variable if prev_calculated is not equal to 0. This missing point is present in the source code.
nothing is missing. the code for start is above.
you should look at the code I've given and compare it with the source.
you need to add :
else start=prev_calculated-1;
you should look at the code I gave you and compare it with the source.
you need to add :
else start=prev_calculated-1;
why do it repeatedly?
this repeated line is in the source, but it is not critical to the algorithm.
and why do it again?
there is this repeated line in the source, but it is not critical to the algorithm.
I can't find this article through Articles - Indicators. It has also disappeared through Examples - Indicators. It was just a few days ago.
From bookmarks it opens normally.
I can't find this article through Articles - Indicators. It has also disappeared through Examples - Indicators. It was just a few days ago.
From bookmarks opens normally.
Everything seems to be normal, in place:
It was like this. After looking, there was an update, it's now 4 pages there, and the article is back up.