Price in Time MarkerThis is intended to get the price of a market at a specific time of day, the intent being to mark the price of 'bankers fixes' such as the 'London 4pm fix' or the 'Tokyo fix', though can be used to mark any time of interest.
It shows the price up until the next days selected time. You can select the time you want to see, in a designated time zone, and it should find the correct time in your brokers zone and mark a line.
The sample chart also shows the price at this brokers day / close for reference in purple.
There are still some glitches where at least some AU, NZ and JP times don't show, but I hope to address this later.
FIX
Mark Fix BacktestThe backtesting is most powerful tool in our trading routine. It allows to check different trading theories and methods and so on, it also trains you to see how price behaves in different stages of the market. TradingView provides great Reply Tool in order to achieve that. And to me it is the best out of anything Ive met til now.
Why do I need this indicator?
Anybody who's familiar with TV replay mode probably is suffering from one awkward bug(personally I treat it as the bug) that TV has. The issue takes place when you deal with several TimeFrames in your strategy. So it happens when you step over a few bars and then go to HTF the TV fills HTF last bar with history low, high and close value instead of filling it with the current LTF values and see intermediate candle state. Seeing that it actually spoilers future candle and makes backtesting unfair to you
Using this indicator you can avoid spoiled HTF candles.
How to use it?
1. Make your ticker invisible
2. Add this indicator to your ticker pane
3. Adjust your candles colors
4. Use it in replay mode instead of your ticker candles
What issues I have with this indicator?
1. Automatic scale does not work if you double click on scale pane
2. If you switch to HTF the last bar (the ones you have after switching to HTF, not after stepping over) wont be updated with history values if you press step over. in order to fix it I draw wicks and body manually for that particular candle. After reswitching TF my manual drawing disappears and replaces with the right history candle
3. It supports only plotting candles so far
Multi Timeframe Bar Replay FixThis indicator fixes the issue of TradingView showing the price too early when using bar replay and switching to a higher timeframe. It works on any timeframe and allows you to switch to any higher timeframe from any candle you want, without showing you what is going to happen next. Everything is done automatically.
Essentially, what you are doing is hiding the original candles from your chart and enabling the indicator, which redraws them without price jumping forward. This is done by hiding the last candle on any timeframe. The indicator should only be used when using bar replay since the last candle on any timeframe is hidden and you don't want to have that in live markets.
Step 1: Go to your chart settings and untick the checkboxes for "Body", "Borders", "Wick", "Last price line" and "Symbol last price label" (This hides the candles, price line and price label from you chart and is needed since they can't be modified with an indicator)
Step 2: Enable the indicator on your chart and customize the candle colors to your liking (The indicator draws the candles back onto the chart and can now modify them to hide the candles which would be jumping forward)
Step 3: Click on the 3 dots next to the indicator name and click on "Visual order -> Bring to front" (This puts the candles in front of all other drawings on the chart)
To go back to normal, simply remove the indicator from your chart and enable the things you previously hid when setting it up.
Williams Vix Fix Bottoms and TopsThis indicator uses the very popular Williams Vix Fix for Bottoms by Chris Moody but not only does it search for bottoms, it can also be switch to work for tops for those who look to short the market. I've also added in a few options like flipping the indicator, color adjustments on the settings page, as well as cut a few of the options I feel did not need to be in which cluttered the screen when the settings were opened. In his later revisions of the Williams Vix Fix, CM took out the functions which draw the high/low ranges as well as the standard deviation which is what this indicator uses to show entry points. I have added options back on to draw these, I think it's useful. To be honest, I have not messed around with the number settings much so I am not sure how adjusting the look back range or going for smaller / bigger percentage changes would change how well the indicator works. It seems to work very well at its default settings.
With the Bollinger Band deviation, you have to remember that it looks back at the set amount of candles (20 by default) and uses those for the standard deviation: 1 dev = 68%, 2 dev = 95%, 3 dev = 99.7%
These percentages mean that at 2 dev, 95% of the last 20 candles will remain within the boundaries of the Bollinger Bands. Three tends to be too high, one is usually too low. Two is pretty good.
The lowest percentile option probably won't change much other than bring up the bottom line which doesn't effect the alerts or signals, just something to observe.
The highest percentile option makes a difference similar to the stand deviation and Bollinger Band. The higher you put it, the less likely it will get triggered but the more reliant it of a signal it should be.
As always, I have left notes throughout the code and I did leave in the code that was original but commented it out as I don't believe it's worth having.
I like to have the high/lows drawn, as well as the standard deviation. Then I find that the filtered entries are most accurate signals to follow. Simple entry is hit or miss, Aggressive entry is always early but sometimes that's not a great thing.
Finnie's RSI + 3EMA crossover + MFI + Vix Fix-added a medium and long term rsiEMA, in addition to the previous short term, except this time there's a visual crossover :)
-added CM Williams vix fix
-and finally just a general visual overhaul!
A Deeper Look Into Security Function & Possible ImprovementsThere is a link below that further explain the purpose of this publication.
A fresh new look into the limitations of the security() function and perhaps expand our horizons on having access to more accurate data no matter from what timeframe you are on.
docs.google.com
As always, it is my desire to help the community to continue reaching new highs.
Williams Vix Fix paired with Supertrend HeatmapThis script shows my mod of the powerful Williams' Vix Fix indicator paired with a modified Supertrend Heatmap, originally created by Daveatt.
Combo Williams Vix Fix (Twin version)This is a very powerful Williams' Vix Fix indicator.
My implementation of this wonderful indicator features both up and down movements. Both up & down flavors have two versions (fields tp and tp2, each having two values). Color can be reversed as desired (rev). By default colors show continuation, reversed colors show reversion (as intended originally).
AutoView - Hodl to SodlWrite your own strategy and use Hodl to Sodl to send Alerts for when to buy & sell, and automatically plot your anticipated buys/sells to the chart. A must have for AutoView users. Requires Pine Script coding. Not compatible with "Strategy Tester" tab and "Paper Trading" tab in TradingView.
Hodl-Sodl itself is not a strategy. It is a framework for building AutoView strategies. For demonstration purposes, the image featured with this script shows an example of a very simple CCI strategy (and not a very good one), but you would presumably replace that with your own ideas. If you'd like a little help plugging in your own strategy, contact jdhadwin for custom coding.
Universal Time Frame v1.1Now it should work better but is only for intraday charts. There are some other glitches though; I'll try to fix them as soon as possible.
VIX Fear Gauge (Inverse)Chris Moody did this VIX FIX and helped me inverse it so I could read it easier.. I love it and it works great