Money Flow Index (MFI) is the technical indicator, which indicates the rate at which money is invested into a security and then withdrawn from it. Construction and interpretation of the indicator is similar to Relative Strength Index with the only difference that volume is important to MFI. Usage: When analyzing the money flow index one needs to take into...
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.
//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
I am proposing an alternative to the percent change. An alternative that is symmetrical to both positive and negative change, unlike percentage change. The simple idea is to have a positive number if the reference value (called val in the script) is lower than the stock value and needs to be multiplied; a negative number instead if the reference number is...
This script uses pivot point calculations to determine support and resistance areas.
This indicator takes the price of Bitcoin on Coinbase and the futures price on Mex, and compares it the average price of Bitcoin across other major exchanges. This essentials give us a spread at which Bitcoin is going for. In turn, this could be a possible tool to help determine market sentiment. This indicator was created for experimental purposes. Use at...
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
This histogram displays price or % change from previous bar. Can be applied to any time frame.