加密貨幣
Renko CandlesticksRenko charts are awesome . They reduce noise by only painting a brick on the chart when price moves by a specified amount up/down. When the price reverses, it must go twice the specified amount before a brick is painted. Time is not a factor, just price movement. Sometimes however, you want the pros of a renko chart, but on a regular candlestick chart. This indicator attempts to do just that.
A band is placed around price action showing the upper and lower bounds of what would be the current renko brick. The band only goes up/down when the price action itself moves up/down by the amount you specify. There are several ways of specifying the amount:
Fixed Price Amount: As the name says, you enter the brick size amount, i.e. the amount the price has to move before being in a new brick.
% of Price: This method will calculate the amount the price has to move as a percentage of the price itself. This way as price goes up/down, your brick size will adjust accordingly. Recommended values would be around 1% or less.
% of ATR: This option will make the brick size a percentage of the Average True Range. You can specify the ATR time frame to be different from your current time frame as well as the ATR length. For instance you could be on a 10 minute chart but specify the ATR to be daily with a length of 3 and a percentage amount of 15. This would make your brick size 15% of the Average True Range for the last 3 days. Recommended values are 10 to 20%.
Use this indicator on any time frame, even the 1 minute as the renko bands span the price action the same way on any time frame easily letting you know whether or not the price has moved appreciably, regardless of how much time has passed.
You can also set alerts easily, simply set the alert to crossing and choose “Renko Candlesticks” instead of “Value”. You will then see the options for the renko upper and lower bounds.
Tested on Bitcoin with the following values:
Fixed Price Amount: 30 ($30)
% of Price: 0.45 (if Bitcoin is $7000 then the brick size would be $31.50)
% of ATR: 15%, ATR Time Frame: 1D, ATR Length: 3 (3 days)
Ema cross strat / Turtle Trading This is just a simple EMA cross strategy which is meant to be similar to Turtle Trading Strategy.
It uses in default 4 Hour 21 / 10 EMA to long or short. This is not perfect but in the long run it will profit. Works best in bull market.
LINK TO ALERT :
Crypto Boston MethodThis is one update to the EMA cross+future triggers
It follows the Travis Swing Method, with the next prices for the EMA crosses, green for the 1st in, blue for the 2nd in, and silver -0.64% for the all in.
Red for the sell price, orange is others (actually the sell price for second in and all in)
Update:
I added the cross price for the next day, it shows what will be the next cross price for Sell (red cross), green for 1st in (green cross), blue for the 2nd in (blue cross) and silver -0.64% for the all in ( silver -0.64% cross).
The difference is this indicator is dynamic and depends on the actual price, the first indicator relay only on the price of the candles before, this indicator gives you the info based in the actual price.
Also the Title was updated
Thanks to Travis and Hanaan for their great work!
//Tip Jar for the Author:
//ETH/ERC20 wallet: 0xb01159a43cc4cc11d9751ae12c340b5dd493ac35
//BTC: 1AnaZMNRJWPtkLC6NQvgBzyqXBnL3DXEa6
//BCC: 1AnaZMNRJWPtkLC6NQvgBzyqXBnL3DXEa6
//LTC: LZwzgQRezaYHpae9c8ZSWYHyheadtyutqA
MTF stochastic strategyThis strategy is based on MTF strategy found on Forex Factory forum and published by bobby2 (credits to him).
This is quite simple but need improvement to work properly:
1- it is made for 5 min chart
2- when 15min stochastic cross above 50 and 5min stochastic is rising, buy
3- when 15min stochastic cross below 50 and 5min stochastic is falling, sell
EMA cross+future triggersTravis Swing Method, with the next prices for the EMA crosses, green for the 1st in, blue for the 2nd in, and silver for the all in.
Red for the sell price, orange is others (actually the sell price for second in and all in)
Thanks to Travis and Hanaan for their great work!
Bitfinex Long vs Short RatiosWas impressed with the 'Longs vs Shorts Ratio' idea from the tweet below so I coded an indicator, enjoy.
twitter.com
Crypto MeasurerI'm proud to finally announce the Crypto measurer!!!, 20 coins chosen from the selection available at Binance, you're free to modify the code to add your own coins or remove them or if you use another exchange.
This works similar to the SCSM, except it's for cryptos, never miss a PUMP & DUMP scheme again, don't get tricked into buying the losing coins anymore. The stronger coins are at the top while the losing coins at the bottom, works on any TF too, but be careful of volatility in lower TFs.
This picture is only of ETH and BTC, see how ethereum rallies in mid april until mid may, then bitcoin becomes the more dominating coin and remains like that, pushing ETH/BTC lower.
Again, here it's the chart for ETH and BNB, with the corresponding comparison.
And here is LTC/BTC to finish the comparisons.
Resistance of VolumeIt is used to detect volume resistors in a personalized way, since it allows the user to enter the volume in which he wishes the resistance to jump automatically.
It does not mark the black line and the graphic that's just to help understand how it works
in the above image can see the indicator works on 30 minutes chart
in the above image can see the indicator works on 5 minutes chart
therefore, it can be configured to go through several temporalities.
BB+AO STRATto be used with AO indicator, based on forex strat --
www.forexstrategiesresources.com
works on 1/3/5/15/30 candles, buy signals are best when the black 3 fast ema crosses up through the red mid band
Bitcoin indexsDisplays average high and low, of the combined exchanges: Binance, Bittrex, Poloniex, Bitfinex, Bitmex, so that you can see arbitrage, and smooth out differences of exchanges for more realistic charting.
Script functionality test - work in progress (2RS + BB + MA)This is the first script I've written. Its sole purpose is to make me learn a bit of pine script. Its not intended to trade live.
Feel free to modify it if you wish and let me know if you do it. Also any comments are welcome!
Also i need help in two things:
1. Im unable to print the "in-strategy" rsi on chart
2. I want to ignore the first buy signal after each sell. I was looking to ad a counter to the signals but im unable to do it.
Any help will be greatly appreciated!