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...
Library "string_variables" Collection of string utilities that can be used to evaluate string variables in a message and evaluate it with the current value eval_vars(message, variableNames, variableValues) eval_vars - Evaluates the string variables in the form of {${variable}} in the given message Parameters: message : - The string message...
Library "RecursiveAlerts" The library provides options to run alert() calls in loop without worrying about limitations of frequency options. When an alert statement is called within a loop, it will fire just once per bar irrespective of how many iterations allowed when fequency is set to alert.freq_once_per_bar or alert.freq_once_per_bar_close it will fire...
Library "TradingHook" This library is a client script for making a webhook signal formatted string to TradingHook webhook server. buy_message(password, amount, order_name) Make a buy Message for TradingHook. Parameters: password : (string) password that you set in .env file. amount : (float) amount. If not set, your strategy qty will be...
Converted the QQE oscillator to in-chart long and short signals with built in alerts. This is multi-timeframe and quite robust.
This is Dynamic Support / Resistance script. How it Works? It finds Pivot Points and creates channels for each Pivot Point. Channel size is calculated by (Highest - Lowest) * %Channel_size in Loopback Period. After creating channels it calculates that how many Pivot Points in the channels. more Pivot Points in channel means stronger Support/Resistance. in the...
This strategy is based off of Chris Moody's Vix Fix Indicator . I simply used his indicator and added some rules around it, specifically on entry and exits. Rules : Enter upon a filtered or aggressive entry If there are multiple entry signals, allow pyramiding Exit when there is Stochastic RSI crossover above 80 This works great on a number of...
Accidentally, I’m sharing open-source profitable Forex strategy. Accidentally, because this was aimed to be purely educational material. A few days ago TradingView released a very powerful feature of dynamic values from PineScript now being allowed to be passed in Alerts. And thanks to TradingConnector, they could be instantly executed in MT4 or MT5 platform of...
This indicator is an implementation of the Bollinger Band and Awesome Oscillator Scalping system. This technique is for those who want the most simple method that is very effective. It is BEST traded during the busiest trading hours, 3am to 12am EST NY time. This method doesn't work in sideways markets, only in volatile trending markets. Time Frames: 1, 5, 10,...
This is On-Balance Volume recalculated to be an Oscillator, a Divergence hunter was added, also Pivot Points and Alerts. On-Balance Volume, or OBV is considered a "leading indicator" - in contrast to a "lagging indicator" just as Moving Averages it does not show a confirmation what already happened, but it shows what can happen in the future. For example: The...
This is a diversified Binary Option or Scalping Alert indicator originally designed for lower Time Frame Trend or Swing trading. Although you will find it a useful tool for higher time frames as well. The Alerts are generated by the changing direction of the ColouredMA (HullMA by default), you then have the choice of selecting the Directional filtering on these...
This indicator finds possible points of reversion, you can use it to stack positions and get a good average price for when the price changes direction, it is the trader responsibility to manage the position and make a profit. -Added alerts
This is an updated and improved version of my "Price Action Trading strategy". I have added two extra optional filters, one is a trend direction filter based on the MACD slow EMA(17), blue line, and the other is a RSI(7) filter which works similarly to CCI(14) but slightly different dynamics (thank you to gianfranco60 for the suggestion). Also made a couple of...
For the fibonacci traders. The Auto Fib Retracement Is a good indicator for tradingview to show you the current alerts and points to watch in the market IMPORTANT SETTING => Retracement This controls your alert levels I have modified it to deliver the following +Custom Fib retracement level alerts +Drawing of old levels and retracement levels +Backtesting Old...
This version of the indicator makes a distinction between the types of QQE cross alerts on the chart and now only recommends the Thresh Hold channel exit crosses for BUY/SELL alerts, the other two types of crosses are still there to provide pre-warning of pending BUY/SELL alerts. Also only the BUY/SELL alerts are filtered by Moving Average Filter and/or the new...
Original Version found here: Changes: -Changed source used to `close` as i think this is a much more expected level for future S/R on a retest (obviously subjective) -Removed the majority of the plots as they were melting my CPU. -Added Alert functionality on the closest S/R levels ~~-Tried doing some fills to represent S/R ranges but it was too...