Logistic Map Equation - The logistic map connects fluid convection, neuron firing, the Mandelbrot set and so much more. This study is an attempt to apply Logistic Map Equation in Trading Logistic Map Equation Xn+1 = r * Xn * (1 - Xn) Where, r - growth rate Xn - percentage of theoretical maximum of measured event (from 0 to 1) (1 - Xn) - represents...
Some time ago I published an example of simple custom screener in PineScript: The only thing this screener did is created a dynamic label with screener output. Recently TradingView announced alerts from the strategy with the possibility to add custom messages to alerts. So using it I was able to create a bit more advanced screener which sends results as...
First of all the biggest thanks to @tista and @KivancOzbilgic for publishing their open source public indicators Bayesian BBSMA + nQQE Oscillator. And a mighty round of applause for @MarkBench for once again being my superhero pinescript guy that puts these awesome combination Ideas and ES stradegies in my head together. Now let me go ahead and explain what we...
How it works? - It calculates the linear regression of the last X candles and define a range based on a linear regression deviation (represented by the 3 parallel lines over the last candle). -Open trades based on the breakout of the deviation of the linear regression (represented by the yellow triangle). -Advanced trend filter to not open trades against the trend...
On this occasion I present a script that detects Ignored Red Candles and Ignored Green Candles, basically it is a Price Action event that indicates a possible continuation of the current trend and gives the opportunity to climb it with a Very tight risk, before delving into detail I would like to leave this note: Note: the detection of this event does not...
A strategy created using Hull Moving Average and WT Cross . Hull Moving Average turns green and WT Cross crossover this is a long. Otherwise short. Stop Loss and Take Profit settings are available. You can set it to the level you want or turn it off. According to my measurements, it shows the best performance in the 4-hour period. But you can find the best...
The Average Directional movement indeX (ADX) is an indicator that helps you determine the trend direction, pivot points, and much more else! But it looks not so easy as other famous indicators. It seems strange or even terrible, but don't be afraid. Let's understand how it works and get its power into your analysis tactics. In the beginning, imagine a drunk man...
Free arrow indicator for TradingView. For Binary Options. BinaryMT2 nick WONNDER v7 Free Description: Signals are based on RSI divergence and ADX divergence when RSI and ADX diverge, a signal appears. It is advisable to filter signals with trend indicators. Entry to the next candle after the signal. Signals are not drawn after the candle closes. Alert for...
This strategy looks for MACD signal crossover and RSI confirmation of oversold/overbought condition. Tune to your crypto/stock for best results using the strategy and sent an alert. Currently set up to use 25% of equity at each buy signal and will sell 1/3 of position at each sell signal. Initial investment is $1000, but adjust as necessary. Currently tuned to...
I found a very high correlation in a research-based Artificial Neural Networks.(ANN) Trained only on daily bars with blockchain data and Bitcoin closing price. NOTE: It does not repaint strictly during the weekly time frame. (TF = 1W) Use only for Bitcoin . Blockchain data can be repainted in the daily time zone according to the description time. Alarms are...
BINANCE:BTCUSDT * * * TESTED ON BTCUSDT 4H CHART * * * The indicator gives signals based on candles touching BB lines and RSI oversold/overbought conditions, also a 200 EMA filter is used to trade following the major trend. Only LONG signals are given. Signals are divided in 3 categories based on their strenght: - Weak BUY/SELL (green/red circles on chart) ...
The introduction of candlestick methods for market price data visualization might be one of the most important events in the history of technical analysis, as it totally changed the way to see a trading chart. Candlestick charts are extremely efficient, as they allow the trader to visualize the opening, high, low and closing price (OHLC) each at the same time,...
Based on logic from many top contributors here, the script utilizes LazyBear's WaveTrend Oscillator Indicator along with custom code to plot a few key components for daily trading; Boundaries for entry and exit points which are based on a 6-day trend in OPEN/HIGH and OPEN/LOW prices. Daily HIGH and LOW points to establish a good view of stock's movements ...
EMA Clouds for Options! This indicator can help you confidently open and close options positions. Note that you should set stop a little below midline EMA . Risk reward for good signals is fairly consistent in profit. Most of the simulations I ran got between 1:2 and 1:4 profits. The losers usually can be avoided by making sure you are not in a choppy trading...
I just found this script from @kingthies here and like it. So i just made some changes and added some little code into it. Reduced some noise for the signals. Hope anyone can enjoy it. But keep in mind, did not test it on live trading! Had just some time and love to work in pine :) Original Happy Trading
This is an update to the idea of The Kahlman smoother makes the signal more precise (by one candle).
This is the main strategy that I will be forward testing on demo for a month or two, then making it an EA in MetaTrader4 You can see the code for yourself this time, all the strategy is, is a crossover of various moving averages. Commission included, $10,000 account. Results over the past 3 months, beginning in January 2017.