A simple Indicator to display the current price of the asset above the current bar. It shows a green label if the close is equal or greater than the open, red otherwise.
Play with backtesting results from high/low breaker indicator
it plots ema - you can choose length it plots a custom price say x it plots price x*factors > 1.0005* price 1.001* price 0.9995* price 0.999* price 1.002* price 1.004* price 1.006* price 1.008* price 1.010* price 1.012* price you can edit these , the scrip is open source it plots ohlc4 and ohlc4* factors 1.0005* ohlc4 1.001* ohlc4 0.9995* ohlc4 0.999* ohlc4 you...
It is tracking Previous candle high and Previous candle low. It is an important script to trail PDH PDL system (and more importantly to create alerts) which is rampantly used by price action traders.
Price Channel Implementation. You can choose to see indicator for Long or for Short trading and to determine frames for Open and frames for Close, in a sense that you could choose 4W for Open and 2W for Close. Green line is to Open Position when broken, and Red line is to Close Position with broken. Hope you enjoy with it.
The Normalizer adds an indicator to your chart with the option to view regular Volume, normalized Volume or normalized price. Normalized Volume divides the current Volume bar into a moving average and multiplies by 100. The resulting plot is a histogram showing how far above or below the moving average that volume bar was. Normalized Price does the exact same...
//Strategy based on the idea that stop loss and take profit are often placed at full price levels or round numbers, whcih acts as resistance and supports levels //Buy Rules: //Actual price (close) is above round number. //Round number level was not touched in previous ten bars (arbitrary value). //Place a buy and follow the order with a trail step because price...
This histogram displays price or % change from previous bar. WARNING: - This script to change bars colors.
Strategy with simple stop-loss and take-profit in percentage. If last trade was a successful one then repeat it. If not successful - do a reversal trade.
Based on "Como entender el Trading y vivir de él" by Darío Redes www.amazon.com
This script uses pivot point calculations to determine support and resistance areas.
This indicator is intended to evaluate the quality of the bullish candles (close > open). It will calculate the average size of the bullish candles from the last 200 periods. I'm assuming that a bullish candle with a superior wick or shadow equal or less than 25% of the total size of the bar is a good disruption candle. You can adjust at your own taste. Candles...
It selects the min/max price for btc/usd from a set of exchanges and shows them on the chart. It is possible to add or remove exchanges by editing the source code
The Chauvenet criterion is a well-known criterion of selection and rejection of the data used by the Physics. It establishes that in an experiment is well to discard the data whose distance from the average is greater than a certain number of the delta. In the stock market if prices move away from the average with a volatility too high are suspect. This principle...
Very simple indicator showing stock price's low / high range swing of the bars for of selected time interval. Helps determine trading range of the stock price. Depending on the price movement direction during interval bars on the graph changing colors Also shows averaged price range line.