Library "POA" This library is a client script for making a webhook signal formatted string to POABOT server. entry_message(password, percent, leverage, kis_number) Create a entry message for POABOT Parameters: password : (string) The password of your bot. percent : (float) The percent for entry based on your wallet balance. leverage :...
iMoku™ is a professional all-in-one solution for the famous Ichimoku Kinko Hyo indicator. The algorithm includes: 1. Backtesting spot 2. Visual tool 3. Auto-trading functions With iMoku you can test four different strategies. Strategy 1: Cross Tenkan Sen - Kijun Sen A long position is opened with 100% of the invested capital ($1000) when "Tenkan Sen"...
An effort to enhance auto-trading based on Gaussian Filter with Standard Deviation Filtering, Trading True Range and Smoothed SMA was added to remove noise contributing to ranging markets and unwanted entries against established trend. Gaussian parameters need to be adjusted for different asset pair to find its own "signature", then filter out bad entry with TTR...
Strength Volatility Killer - The Quant Science™ is based on a special version of RSI (Relative Strength Index), created with the simple average and standard deviation. DESCRIPTION The algorithm analyses the market and opens positions following three different volatility entry conditions. Each entry has a specific and personal exit condition. The user can...
Statistical Correlation Algorithm - The Quant Science™ is a quantitative trading algorithm. ALGORITHM DESCRIPTION This algorithm analyses the correlation ratios between two assets. The main asset (on the chart), and the secondary asset (set by the user). Then apply the long or short trading strategy. The algorithm divides trading work into three parts: 1....
A strategy created using Hull Moving Average and WT Cross . Hull Moving Average turns green and WT Cross crossover this is a long. Otherwise short. Stop Loss and Take Profit settings are available. You can set it to the level you want or turn it off. According to my measurements, it shows the best performance in the 4-hour period. But you can find the best...
- Commission: 0.06 = Binance future fee. - Autotrade by webhook to Binance future options: 1. Trend Identification: a. UPTRENDTREND: - HH_Trend: Higher High trend. - HL_Trend: Higher Low trend. b. DOWNTREND: - LL_Trend: Lower Low trend. - LH_Trend: Lower Low trend. 2. Open trades conditions: a. LONG OPEN CONDITION: Điều kiện MUA. - HH_E: Higher High...
Commission = 4 USD per order >>> check in the Performance Summary Slippage = 2 ticks - I see from Kodify (tradingview.com/pine-wizards) Risk: 1% per trade >>> check at the "List of trades" * Auto trade BINANCE FUTURE by Webhook + Pro, Pro+, Premium Tradingview user. Binance future quantity setting: - Fixed Quantity = 0 => Auto quantity (Balance, risk, pips...
Commission = 4 USD per order >>> check in the Performance Summary Slippage = 2 ticks - I see from Kodify (tradingview.com/pine-wizards) Risk: 1% per trade >>> check at the "List of trades" * Auto trade BINANCE FUTURE by Webhook + Pro, Pro+, Premium Tradingview user. Binance future quantity setting: - Fixed Quantity = 0 => Auto quantity (Balance, risk, pips...
Commission = 4 USD per order >>> check in the Performance Summary Slippage = 2 ticks - I see from Kodify (tradingview.com/pine-wizards) Risk: 1% per trade >>> check at the "List of trades" * Auto trade BINANCE FUTURE by Webhook + Pro, Pro+, Premium Tradingview user. 1. H3 timeframe: Supertrend indicator. - Long when the closes candle is above Green line. ...
Introduction It has always been a major challenge to detect the current market price in technical analysis . There are some basic but strong indicators that help us to estimate the next market action. Relative Strength Index and Simple Moving Average indicators were used in this strategy. This strategy aims to detect the next market action with different...
What is Algo Trading Strategy ( Nifty & Bank Nifty )? There are many 9 to 5 working professionals who have some spare money to invest each month but they can not do active trading because they are busy with their full time job. So they wish to have an automated system which could take and close trades for them with a proven back-tested strategy, proper money...
QaSH DCA Algorithm implements a DCA strategy that takes advantage of price volatility by buying dips to average down, and adjusting price targets as the break-even price gets lower. How does the DCA strategy work? When the specified entry condition has occurred, the indicator will set up several limit orders below the current price. If price goes up a specified...
What is Algo Trading ( Nifty & Bank Nifty ) Indicator? There are many 9 to 5 working professionals who have some spare money to invest each month but they can not do active trading because they are busy with their full time job. So they wish to have an automated system which could take and close trades for them with a proven back-tested strategy, proper money...
This strategy is based on 3 main indicators. 1st indicator is a trend indicator, which consists of SMA and EMA 2nd is Keltner Channel 3rd is DM indicator. The conditions for the entry of this strategy are following: First of all the assets need to be in an upward trend, this will occur when the EMA will cross SMA. The next condition for the entry is the...
Hi everyone, After a few iterations and additional implemented features this version of the Backtester is now open source. The Strategy is a Backtester for 3commas DCA bots. The main usage scenario is to plugin your external indicator, and backtest it using different DCA settings. Before using this script please make sure you read these explanations and make sure...
Based on the ANNE EA v3 for MT4. For use on FOREX. if ATR is greater than ATR average taken from last 5 candles, then market considered as trending, and so Open(0)>Close(1)=buy Open(0)Close(1)=sell Open(0)<Close(1)=buy. If trending, then buy high & sell low, if consolidation then buy low sell high. Exit is by trail and Take Profit. PM me for edit or MT4 version info.
ENG: This script is based on a simple principle - MartinGale. Each subsequent entry, if the price goes in the wrong direction, increases the number of contracts taking into account the coefficient and also changes the entry price taking into account the coefficient. The coefficients can be configured so that the script keeps the drawdown up to 85%. For...