TradingView
RicardoSantos
9 de Jan de 2015 11:27

[RS][ALPHA]Predictive Range Analysis V0 

Euro Fx/U.S. DollarFXCM

Descrição

this code is untested use at your own risk...
applying timed price change over the square to predict price expansion or contraction of the range, it is not predicting the future price only the range that is possible for the price to be in within a margin of error of possibility, with that said i think its very unlikely for price to fall outside the range, due to virtual constraint applied by the auto corrective/cyclical nature of price action.

Notas de Lançamento

update for V4, added option to show only last point in each series.

Notas de Lançamento

added option to select multiple last bars.

Notas de Lançamento

update for pinescript V5
Comentários
Sebrox
I used to use this all the time and went to apply it today but it doesn't show anything (I am using a dark background).
I would think it would still print since the colors chosen should be visible on a dark background.
What's weird is the when I click on settings and adjust the settings I see little dots that appear where the script should be putting them but
then when I close the settings window nothing is visible. Any idea why this isn't working with a dark background?
Thanks!
RicardoSantos
@Sebrox, some compatibility issue with V4, i updated to V5 and is working again, thank you for the feedback :)
Sofie_Fatale
Indicator isn’t showing up. Could be a compatibility issue. First time I’ve had the indicator not show up. I use it everyday.
Karthi056
Hi. Thanks a lot for your efforts and collection of worthy indicators. 👌👌
Sebrox
Hi, great work. Is it possible to only have the dots show up from the current trading day going forward?
So I can just see future dots and not the dots from the past?
It would make the chart a lot cleaner. Is this possible?
THANKS!!
RicardoSantos
Sebrox
@RicardoSantos, Thanks, I found that script and applied it but I still like this one better :)
Is there a way this script can still be used but just have the dots in the past disappear and only have dots in the future appear?
If not I will just possibly turn the brightness way down so it doesn't clutter the chart but I can still see future dots maybe.
Thanks!
RicardoSantos
@Sebrox, you may just edit the script and add show_last=1 parameter to the plot() functions, will hide history except last value
Sebrox
@RicardoSantos, I put that inside the () area. When I saved it, it said Error: Unknown argument `show_last`;
RicardoSantos
@Sebrox, you need to
//@version=4

at the top
Mais