█ INTRODUCTION Nearly three years in the making, intermittently worked on in the few spare hours of weekends and time off, this is a passion project I undertook to flesh out my skills as a computer programmer. This script currently recognizes 85 different candlestick patterns ranging from one to five candles in length. It also performs statistical analysis on...
⚉ OVERVIEW ⚉ One of the best Systems for Backtesting your Strategies. Incredibly flexible, simple, fast and feature-rich system — will solve most of your queries without much effort. Many systems for setting StopLoss, TakeProfit, Risk Management and advanced Filters. All you need to do is plug in your indicator and start Backtesting . I intentionally left the...
This is a simple strategy that is working well on SPY but also well performing on Mini Futures SP500. The strategy is composed by the followin rules: 1. If RSI(2) is less than 15, then enter at the close. 2. Exit on close if today’s close is higher than yesterday’s high. If you backtest it on Mini Futures SP500 you will be able to track data from 1993. It is...
EN: TradingView indicator for FBMA strategy People oftem ask: “Dmitry, BABA, TSLA, AAPL flies like a rocket! Well, what are we buying!?” - And I say no, the price does not act like a straight rocket upwards or downwards, instead it breathes, inhales moving away from the moving average and exhales returning to it, so we will wait for the first pullback and buy...
Extreme Volume Support Resistance Levels are S/R levels(zones, basically), based on extreme volume . Settings: Lookback -- number of bars, which algorithm will be using; Volume Threshold Period -- period of MA (Volume MA), which smoothers volume in order to find the extremes; Volume Threshold Multiplier -- multiplier for Volume MA, which "lift" Volume...
The script filters stocks on the basis of ATR. If the stock has moved above 7 times the ATR from the lows, the system generates buy signal and continues till the stock drops by 2 ATR. It is a good system in trending markets however in sideways consolidating markets, the system must be avoided. In trending markets it can generate good returns with significant Risk...
We are happy to introduce the Key Performance Indicator by Detlev Matthes. This is an amazing tool to quantify the efficiency of a trading system and identify potential spots of improvement. Abstract A key performance indicator with high explanatory value for the quality of trading systems is introduced. Quality is expressed as an indicator and comprises the...
We script this one for combining VWAP , EMA50 and EMA200. The tool is fantastic if traders know how VWAP , EMA work? Just adding this script in your favorite and work like charm: VWAP: How to trade with that - One of the simplest uses of the VWAP is gauging support and/or resistance. - A trader who is long a stock can use the VWAP as a target exit if its trading...
This indicator is based on Consensio strategy. Green = 100% Bullish, Yellow = 75%-90% Bullish, Orange = 30%-75% Bullish, Red = 100% Cash Position 1-4 Green candles = Bullish trend momentum (4 is stronger) 1-4 Red candles = Bearish trend momentum (4 is stronger)
INDIGO Cloud System © This script shows the monthly dip and peak zones and the daily highs & lows. The green zone is the dip zone. It's the place to enter a long position if you think there is or will be a reversal. The red zone is the peak zone. It's the place to enter a short position if you think there is or will be a reversal. The script uses the INDIGO...
This indicator combines the Supertrend (to determine the main trend direction) with two Keltner channels (used for add and take profit signals) to construct a trend trading system. These are the available settings: General UseTrendChange ➞ toggle trend change alerts and labels UseAdds ➞ toggle add to position alerts and labels UseTakeProfits ➞ toggle...
Function to convert unix time to a datestamp string.
The SMA 200 basic strategy will be more than familiar to most traders. This strategy is to stay with the programming language so to say the "Hello World" of trading. The SMA 200 basic strategy is also one of the simplest strategies in trading. All that is required is the price and a 200 period moving average. Usually the strategy is used in the daily chart....
Hey, I am glad to present you one of the strategies where I put a lot of time in it. This strategy can be adapted to all type of timecharts like scalping, daytrading or swing. The context is the next one : First we have the ATR to calculate our TP/SL points. At the same time we have another rule once we enter(we enter based on % risk from total equity, in this...
This indicator was based on the Elders Impulse System by astraloverflow. The only difference is that I included the weekly EMA26 as a filter and you can plot it on the graph if you want (unchecking the Weekly EMA26 won't turn the filter off, will only stop plotting it). The indicator works this way: When the MACD Histogram is growing UP, the EMA13 is pointing...
Chaloke System Strategy This is a trend indicator Atr and 3 moving averages are used Short 9-day moving average,Medium 15-day moving average,Calculated with a long 24-day moving average. Atr period : 5 Sht,Mid,Lng calculation method is different Buying Strategy long = crossover(Sht,Mid) and close > Sht Selling Strategy short = crossunder(Sht, Lng ) or close <...
Hello traders, I started this script as a joke for someone... finally appears it could be used for educational content Let's talk about leverage and margin call Margin Call A margin call is the broker's demand that an investor deposit additional money or securities so that the account is brought up to the minimum value, known as the maintenance margin. A...
Harmonic System Strategy Buy=crossover(X1,X2) Sell=crossunder(X3,X4)