█ OVERVIEW This script reduces the amount of time it takes to turn your indicator into a live trading bot. It will convert your signals into alerts that will be sent to your exchange for trading. The script features a broker connector to automate alert syntax and connect with third-party exchanges to live trade strategies with minimal setup. It also includes...
This is an example snippet that should allow for adding a trailing stop and trailing stop activation to almost any script. You can use it by setting a trailing stop alone. This will provide you standard trailing stop functionality allowing you to lock in profits and increase your stop-loss as the price moves in your direction. You can also set the trailing stop...
Trader Bot - ATR Advanced Algorithm This strategy/indicator can be used to either trade manually per signal Alerts or you can configure a completely automated system using AutoView (considering your Broker has API capability/included). The strategy/indicator Settings are very flexible, self-explanatory and are very quick to setup, you can setup the Alert in...
Library "myAutoviewAlerts" My Alerts Functions - To use with autoview @returns - These functions returns a string to use in alerts to send commands to autoview. You can open an order, place a stop or take order, close an opened order or a opened position, or open a hedge position. @param a = String - Account Identification @param e = String -...
Library "myAlerts" My Alerts Functions - To use with autoview f_order(_price, _qty, _position, _account, _exchange, _i, i_qtyTypeOrder, typeMsg, syminfoticker) - Write the entry order message Parameters: _price : - The order price _qty : - The order quantity _position : - The order side _account : - The user account _exchange : -...
What is the 3LS | 3 Line Strike Strategy? Incorporating the 3 Line Strike candlestick pattern into our strategy was inspired by Arty at The Moving Average and the amazing traders at TheTrdFloor . The Three Line Strike is a trend continuation candlestick pattern consisting of four candles. Depending on their heights and collocation, a bullish or a bearish...
What is the VSA | Volume Spread Analysis Indicator? I created this premium volume indicator to find and place high probability forex trades as a part of the Kintsugi Trading 3LS | 3 Line Strike Strategy . Originally developed by Tom Williams who is considered the father of Volume Spread Analysis, this tool is an amazing indicator and would make a great...
Hello Traders I've build a strategy template building for you the AUTOVIEW commands I made this template based on this documentation: use.autoview.with.pink You can select whether you want to use an SL or not, a TP or not, using the borrow/repay feature (only for Binance), ... and it will build dynamically the Autoview commands and will send them when...
THE IMPOSSIBLE TRADER A simple, but effective High Freq Strategy script based on MACD or RSI trend, with extra customizable Alert Messages for Bots. WHAT IT DOES This script (works best at lower TimeFrames) just follow the trend of MACD or RSI on your asset. Why it should work? Because in an upper trend, there are more chance of green candles than reds. And...
What is the StochRSI + MA Strategy? This premium indicator was inspired by my desire to find and place high probability forex trades in any market, direction, or time of day. Why Forex? The Forex markets operate 24 hours, 5.5 days a week Access to meaningful leverage Ability to easily trade long or short High liquidity How to use it! ----- First, start by...
What is the 3SMMA + Fractal Strategy? This premium indicator was inspired by my desire to find and place high probability forex trades in any market, direction, or time of day. Why Forex? The Forex markets operate 24 hours, 5.5 days a week Access to meaningful leverage Ability to easily trade long or short High liquidity How to use it! ----- First, start by...
What is the Range Filter + MA Strategy? This premium indicator was inspired by my desire to find and place high probability forex trades in any market, direction, or time of day. Why Forex? The Forex markets operate 24 hours, 5.5 days a week Access to meaningful leverage Ability to easily trade long or short High liquidity How to use it! ----- First, start by...
What is Session Breakout Strategy? This premium indicator was inspired by my desire to find and place high probability forex trades in any market, direction, or time of day. Why Forex? The Forex markets operate 24 hours, 5.5 days a week Access to meaningful leverage Ability to easily trade long or short High liquidity How to use it! ----- First,...
A MACD 15 min trading strategy, I set two macd trends that must match in trend direction to be traded, along with that they must follow the moving average trend set in place the trades trigger with an atr stop loss indicator "atr+" by zedartoftrading to be exact It automates fully through autoview/oanda broker the ma breach settings look back however many bars...
MyTradePartner strategy makes the cryptocurrency markets buy and sell automatically. 5 stoploss, fixed profit take and stoploss level can be customized from strategy settings. There are 4 separate strategies that you can set in the strategy. First of them, there are strategies that decide long and short positions in accordance with your settings at the pivot...
Companion::Insurgent is a combined indicators strategy. Performances are pretty good on 1D, 4H and 1H timeframes and it can be used on Bitcoin and Altcoin markets. Mainly, it is a trategy based on Ehlers formulas. Used indicators: - Ehlers Instantaneous Trend: trendline analysis; - Ehlers Super Bandpass Filter: momentum detection; - EMA: Long/Short time...
Companion::Divergent is a combined indicators strategy optimized for Bitcoin Markets and tested on Bitfinex. Mainly, it is an Ichimoku based strategy. Used indicators: - Ichimoku (displayed on chart): trendline analysis; - Double Hull MA (displayed on chart): trendline analysis; - MACD (not displayed): confirmative/momentum detection; - CCI (not displayed):...
This is a complex strategy for Scalp that is fully configurable and can be automated This script uses a combination of ma to detect the trend at a higher time frame, which can be defined by the user, as default set to 1D and 1M. Triggers for long and short are given in a lower time frame, for example 30 minutes and are given by a combination of factors and...