Scalping strategy for BTC using one line: Support Resistance. The strategy draws a line based on the minimum value of the average of High, Low, and Close for a given bar. The entries are carried out on the breakdown of this line. Exits are managed by the specified in the script's inputs take-profit and stop-loss percentages. From Stream: www.tradingview.com
Library "RouterOrdersIron" Library for routing orders to the Binance exchange. MsgDoLongMKT(id, symbol, balance) Returns json for Iron to buy a symbol for the amount of the balance with market order. Parameters: id : ID of your Iron router. symbol : Symbol for a trade, BTC example balance : The amount for which to carry out the...
Simple script made to identify trading ranges in any timeframe The oscillator bounces between 1 and 0. 1 means that the current asset is in a trading range and 0 meaning it is not. The determination of a trading range is determined by the following: ATR(14)40 and RSI<60 ADX<25 Due to all 3 having to be fulfilled in order for the oscillator to show there is...