Search found 17 matches

Re: Volume Indicators for MT4

mrtools wrote: Thu Oct 20, 2022 12:58 pm Got this that doesn't look right to me.
Hi Mr.Tools,
Thanks for implementing that quickly. You are right. That doesn't look right. That's fine. Force index and TSV logic seems somewhat similar. So, I thought the volatility band logic might work. Appreciate for the prompt response.

Re: Volume Indicators for MT4

Hi Mr.Tools,
When I was navigating the volume indicators here, I came across force index indicator that has the volatility band. I attached the file here. Is that possible to use that volatility band logic to the TSV indicator instead? Please let me know. Thanks.

Re: Volume Indicators for MT4

Saw it, haven't been able to figure out how to do it. Hi Mr.tools, Thanks for the prompt response. Can you please explain what this logic does? avg_inflow = sma(tsv > 0 ? tsv : na, tsv_bands_length) I implemented as per the tradingview, but I am getting only one line but not the band. Even the line...

Re: Volume Indicators for MT4

Hi Mr.Tools, Can you please implement the band for TSV indicator as shown in the attachment? Here the logic: //@version=4 // // Time Segmented Volume Bands by @samgozman (https://github.com/samgozman) // // How to use this script: https://github.com/samgozman/time-segmented-volume-bands-tradingview...

Re: Volume Indicators for MT4

Hi Mr.Tools, Can you please implement the band for TSV indicator as shown in the attachment? Here the logic: //@version=4 // // Time Segmented Volume Bands by @samgozman (https://github.com/samgozman) // // How to use this script: https://github.com/samgozman/time-segmented-volume-bands-tradingview ...

Re: Volume Indicators for MT4

Hi guys, I am looking for an indicator that will show the supply and demand candles on the chart itself. I noticed that Better Volume indicator that shows the volume climax up and volume climax down can act as a good supply and demand candle. If anybody has the chart indicator that shows the supply ...

Return to the advanced search