DATASONIC GROUP BERHAD, KNM GROUP BHD, ZECON BHD, EXCEL FORCE MSC BHD, PCCS GROUP BHD, VSOLAR GROUP BERHAD
Indeks Bursa Malaysia KLCI, Hang Seng, Indeks Komposit Jakarta, Nikkei 225, Komposit Shanghai, FTSE Straits Times Singapura
US 10Y, Euro Bund, Jerman 10Y, Jepun 10Y Hasil, UK 10Y, India 10Y
Original version: Open Close Cross Strategy R5 revised by JustUncle. Change: script changed to a study script with custom alerts. This revision is an open Public release, with just some minor changes. It is a revision of the Strategy "Open Close Cross Strategy R2" originally published by @JayRogers. Revised by JustUncleL Description : Strategy based around...
This modification of LazyBear's popular script called Pip collector features custom signal generation and information section displaying elapsed bar time useful for timing trades.
Ichimoku Kinko Hyo Signals This script show signals based on my understanding in Ichimoku Kinko Hyo. /!\ Please do not follow signals blindly and always make your own analysis /!\ Buy : Han Ne lines are up, price is up, and also stochastic (K=30, D=10) is up Strong Buy : Is a Sanyaku Kouten and can show a potential reverse in current tendance and Buy...
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...
█ OVERVIEW This Framework allows Pine Coders to quickly code Study() based signal/strategy and validate its viability before proceed to code with more advance/complex customized rules for entry, exit, trailstop, risk management etc.. This is somewhat an upgraded version of my earlier personal template with different strategy used, cleaner code and additional...
Sample Strategy: MACD Crossover with trend filter options MA Filter : Price Close Above MA, Search for Buy, Price Close Below MA, Search for Sell ADX Filter : Take trade only when ADX is above certain treshold MACD Signal : MACD Cross above signal line while under 0 line indicate Buy Signal MACD Cross below signal line while...
Trend Trader The code is open source, what it uses to print signals is MACD cross and ADX. Bar colors change in relation to where price is according to the 50 day MA. The MA ribbon is used for visualizing trend and using it for dynamic support/resistance. The ribbon is comprised of the 50 day and 100 day MAs. Main reason to publish this script is because some...
-This script uses a triple EMA strategy to establish trend direction and reversal points -Inputs are smoothed with Heiken Ashi values to reduce whipsaws, while providing timely execution -Buy and sell indications are dictated by bar color -Bar color is dictated by the candle close value in relation to the EMAs, specifically the faster of the 3 (If candle closes...
MACD = Moving Average Convergence and Divergence Hybrid = Combining the two main MACD signals into one indicator BSH = Buy Sell Hold This indicator looks for a crossover of the MACD moving averages (12ema and 26ema) in order to generate a buy/sell signal and a crossover of the MACD line (12ema minus 26ema) and MACD signal line (9ema of MACD line) in order to...
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...
I do not own the original indicators. This is just a combination of the two because of their nature to work in a similar way. Camarilla Pivots run on the basis of intraday range trading. Usually after daily open you look the fade whatever move happened before. by shorting R3/H3 levels or longing R3/L3. Targeting the other side of the range. This is the infamous...
Elliott Wave Principle , developed by Ralph Nelson Elliott, proposes that the seemingly chaotic behaviour of the different financial markets isn’t actually chaotic. In fact the markets moves in predictable, repetitive cycles or waves and can be measured and forecast using Fibonacci numbers. These waves are a result of influence on investors from outside sources...
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...
Vdub Binary Options SniperVX v1 Designed for Binary Options 60 sec trading upwards Notes on chart Please note the signal generated are configure to be super fast on candle opening. The down side to this is signals may switch direction mid stream. ITM candlesticks signals generated went 6/300 Losses on a 1 min chart. the blue line indicates reversal zones. Buy /...
RSI DIVERGENCE is a difference between a fast and a slow RSI. Default values are 5 for the fast one and 14 for the slow one. You can use this indicator in 2 different ways: normal RSI : check double or triple top/bottom on a chart meanwhile RSI is descending/ascending (check the example on chart) signal line : when RSI Divergence cross zero line from...
This is a simple RSI based signal indicator. It is intended for algorithmic trading by bots, currently working one up for bitforex.uk.to and okcoin.uk.to to use this. For the best results leave it on 1-Hour time-frame. It also works best on bitcoin and stocks, not so much oil. GBP/USD and AUD/USD it fairs well too. When RSI touches 70 it gives a...
// Script created by JoinFree // BuySellSignal for Forex traders the-real-trader.com // Buy Long when you see a Green colour bar // Sell Short when you see a Red colour bar // BollingerBands added for reference
This is a simple scalping strategy that works for all time frames... I have only tested it on FOREX It works by checking if the price is currently in an uptrend and if it crosses the 20 EMA. If it crosses the 20 EMA and its in and uptrend it will post a BUY SIGNAL. If it crosses the 20 EMA and its in and down it will post a SELL SIGNAL. The red line is the...