Crypto Market Cap, BTC/USD, ETH/USD, USDT/USD, XRP/USD, Bitcoin
WIRECARD AG, BAYER AG NA O.N, DAIMLER AG NA O.N, Apple, Advanced Micro Devices Inc, Amazon Com Inc
DAX Index, TECDAX TR, MDAX PERFORMANCE-INDEX, Dow 30, S&P 500, Nasdaq Composite
Euro Bund, Euro BTP, Euro BOBL, Germany 10Y, US 10Y, Ultra T-Bond
So the idea of the Daily Play Ace Spectrum is to extend the Ace Spectrum . By exposing more parameters, making a variation of the Ace Spectrum which is more configurable. The idea is this makes the Daily Play Ace Spectrum more suitable for use on shorter (hourly and minute) time scales. These specific parameters exposed still maintain the original form ...
This code is modified to draw the first 15 minutes(variable in setting by default 15m is set) of the high and lows through out the day. It will work on time frames less than than or equal to 1st input. Hope this code helps you all. IMPORTANT SETTING DETAILS: 1.Res = input(title="Starting X minutes lines to be Displayed",defval="15",...
This is a forex strategy suited for day traders, specialized in the london breakout session The key elements for this strategy are the specific london time session, together with an exit time(before asian trade/at the end of new york session). At the same time, as logic elements we only use price action inside like : For long we have 3 ascending candles, and...
Hello, today I bring another amazing strategy for forex . Its made of T3 moving average , combined together with a pattern rule and a specific entry time. We take all of that and we trade it in inverse. So what normally for long would be : close higher than the previos high and close higher than the average, we use this as a short condition. We do the same...
Today I bring an indicator specialized in crypto markets. Its made of multiples EMA : very fast, fast, normal, slow, very slow The logic behind its simple : For long : we check that the EMA are in ascending order like EMA 5 > EMA 10 > EMA 20 .... and at the same time that last close of candle is above all of them. For short : we check that the EMA are in...
This is a crypto bot designed for lower time frames. Its made of 2 EMA, one fast and one slower . They are combined together with Stochastic, MACD and price action patterns. For entries we have multiple conditions : First we check if one of our last 4 closed candles crossed above or below the faster EMA. After that for long, we check that last close is above...
First I would like to thank to @KivancOzbilgic for developing this indicator. All the credit goes to him. I just created a strategy, in order to try to find the perfect parameters, timeframe and currency for it. I will provide below the same description like he has in the publish of profit maximizer Profit Maximizer - PMax combines the powerful sides of MOST...
This strategy is designed for crypto markets like ETHUSD/T, BTCUSD/T and so on. It works amazingly with 15 min time frames. Its idea consists in : We have the RSI indicator, and with it we check for the crossover with overbought and oversold levels. At the same time we have the zigzag which is made from the higher highs and the lower lows between a specific...
Hello, today I bring a swing reversal strategy that work on all financial markets. It uses timeframes starting from 1h, the bigger the better. Its very dangerous because it has no stop loss, neither a take profit. Our exit condition is based on the reversal on the entry . For entry we have 2 types : normal and reversal Lets say we want to go long , for that we...
updated my on screen options added chris moody's day of the week - added that option so that day range can be seen easily - credit to chris moody. also have favoured EMAS and bollinger band so that 3 indicators can be used on accounts with 5 indicator options. colours can be changed in the script so ones that suit white back grounds or can save a template...
This system can be used on all timeframes. It works on scalping, daytrading and swing trading. Its made from a Baseline slow and fast , together with MACD, Stochastic RSI and a risk management for SL/TP using pip points and a trailing stop . The strategy for entry its the next one: We first wait for the cross between the baselines. Once this happens, then we...
This is a strategy made from ichimoku cloud , together with MACD, Chaiking Money FLOW and True Strenght Index. It can be adapted to any timeframe and any type of financial markets. The idea behind its very simple, We combine the long / short strategy from ichimoku, like cross between lines and below/above cloud together with histogram from MACD for...
In this script I combined SSL channel with RSI and EMA 200 mainly. Can be modified to apply EMA 50/100 condition aswell. Also contains SL/TP in pip points to play with. Credits goes to : @ErwinBeckers for ssl @Skrymtn for EMA crossover For more details/ improvements feel free to message me.
ATTENTION: This is a symmetrical algorithm designed only for trading EUR/USD on the 1h time frame. For other currency pairs and time frames, you need to re-calibrate the RSI-EMAs as well as the profit targets and stop losses. BACKTEST CONDITIONS: Initial equity = $100,000 (no leverage) Order size = 100% of equity Pyramiding = disabled TRADING RULES: Long...
This script plots volume bars and highlight bars that have an unusual activity, compare to the average (Standard: Simple Moving Average, 50 periods). The script is useful for checking daily volume levels on equities. Where there is high volume, there is likely volatility, wich is good for day trading and swing trading entries.
An improved version for minimum and maximum in a day trading session. You can choose the session resolution, it ranges from 1 minute to 1 week. It works well for stocks and non-extended sessions due to security() function limitations. Any suggestions, please leave a comment. Happy trading.
This strategy is designed for daytrade charts. Its made from EMA 4 / EMA 8 to check for crosses RSI levels for overbough/oversold CCI levels For entry, we check first if the ema 4 crossed ema 8 Secondly we confirm by checking the level of RSI level Finally we confirm with CCI level If all of them are on the same page we enter. For exit we have a fixed...
Hello there, Today I bring you a stock market strategy, specialized in NASDAQ stocks. Its a daytrading strategy, that can only do a max of 1 trade per day. In this case it only trades the first 2 opening hours of the market. The rules are simple : We follow the trend based on a big EMA, in this case 200, after that, we check for VWAP direction , then, we...