Рыночная капитализация криптовалют, BTC/USD, ETH/USD, USDT/USD, XRP/USD, Биткоин
USD/RUB, EUR/RUB, EUR/USD, USD/JPY, USD/CNY, Индекс доллара США
Сбербанк, Газпром, Банк ВТБ, ЛУКОЙЛ, АЛРОСА ПАО АО, ПАО НК РОСНЕФТЬ
Индекс МосБиржи, Индекс РТС, S&P 500, Dow 30 (DJI), Nikkei 225, FTSE 100
Нефть Brent, Нефть WTI, Золото, Серебро, Природный газ, Биткоин
Государственные облигации США, 10 лет, Евробонд, Государственные облигации Германии, 10 лет, Государственные облигации Японии, 10 лет, Государственные облигации Великобритании, 10 лет, Государственные облигации Индии, 10 лет
I will start with a small introduction about myself. I'm now trading cryto currencies manually for almost 2 years. I decided to start after watching a documentary on the TV showing people who made big money during the Bitcoin pump which happened at the end of 2017. The next day, I asked myself "Why should I not give it a try and learn how to trade". This was in...
Many people asking me: How to find the right time to exit BitCoin long position? First, that comes to mind is Do Not use simple Buy-and-Hold strategy, but make short-term trades. Here is the simple algorithm for D1 or 4H timeframes.
Published source code is subject to the terms of the GNU Affero General Public License v3.0 This script describes and provides backtesting functionality to internal strategy of algorithmic crypto trading software "HatiKO bot". Suitable for backtesting any Cryptocurrency Pair on any Exchange/Platform, any Timeframe. Core Mechanics of this strategy are based on...
This script was built using a logical approach to trading systems. All the details can be found in a step by step guide below. I hope you enjoy it. I am really glad to be part of this community. Thank you all. I hope you not only succeed on your trading career but also enjoy it. docs.google.com
Market prices do not have a Gaussian probability density function as many traders think. Their probability curve is not bell-shaped. But trader can create a nearly Gaussian PDF for prices by normalizing them or creating a normalized indicator such as the relative strength index and applying the Fisher transform. Such a transformed output creates the...
This is a bullish reversal pattern formed by two candlesticks. Following a downtrend, the first candlestick is a down candlestick which is followed by an up candlestick which has a long real body that engulfs or contains the real body of the prior bar. The Engulfing pattern is the reverse of the Harami pattern. WARNING: - For purpose educate...
The Keltner Channel, a classic indicator of technical analysis developed by Chester Keltner in 1960. The indicator is a bit like Bollinger Bands and Envelopes. You can change long to short in the Input Settings WARNING: - For purpose educate only - This script to change bars colors.
Simple Overbought/Oversold indicator You can change long to short in the Input Settings WARNING: - For purpose educate only - This script to change bars colors.
Demarker is an indicator similar to DM+ developed by Welles Wilder. The DM+ (a part of Directional Movement System which includes both DM+ and DM- indicators) indicator helps determine if a security is "trending." The differences between the indicators are in the somewhat different calculation methods. You can change long to short in the Input Settings ...
The RSI is a very popular indicator that follows price activity. It calculates an average of the positive net changes, and an average of the negative net changes in the most recent bars, and it determines the ratio between these averages. The result is expressed as a number between 0 and 100. Commonly it is said that if the RSI has a low value, for...
This technique was described by William Blau in his book "Momentum, Direction and Divergence" (1995). His book focuses on three key aspects of trading: momentum, direction and divergence. Blau, who was an electrical engineer before becoming a trader, thoroughly examines the relationship between price and momentum in step-by-step examples. From this...
This indicator plots the oscillator as a histogram where blue denotes periods suited for buying and red . for selling. If the current value of AO (Awesome Oscillator) is above previous, the period is considered suited for buying and the period is marked blue. If the AO value is not above previous, the period is considered suited for selling...
Moving Average Envelopes are percentage-based envelopes set above and below a moving average. The moving average, which forms the base for this indicator, can be a simple or exponential moving average. Each envelope is then set the same percentage above or below the moving average. This creates parallel bands that follow price action. With a moving...
The Gann Swing Oscillator has been adapted from Robert Krausz's book, "A W.D. Gann Treasure Discovered". The Gann Swing Oscillator helps define market swings. You can change long to short in the Input Settings Please, use it only for learning or paper trading. Do not for real trading.
Ichimoku Strategy You can change long to short in the Input Settings WARNING: - For purpose educate only - This script to change bars colors.
The Donchian Channel was developed by Richard Donchian and it could be compared to the Bollinger Bands. When it comes to volatility analysis, the Donchian Channel Width was created in the same way as the Bollinger Bandwidth technical indicator was. You can change long to short in the Input Settings WARNING: - For purpose educate only - This script to change...
Double Smoothed Stochastics (DSS) is designed by William Blaw. It attempts to combine moving average methods with oscillator principles. You can change long to short in the Input Settings Please, use it only for learning or paper trading. Do not for real trading.
//---------------------------INTRO------------------------------ Hi All! Let me introduce myself as a semi-successful forex trader & lover of automation. I've taken to algo trading and have been hunting down strategies (that usually use indicators) to automate, backtest, and hopefully implement in MT4. Unfortunately, most strategies are complete bulls*** and the...