TradersAI_UTBotCREDITS to @HPotter for the orginal code.
CREDITS to @Yo_adriiiiaan for recently publishing the UT Bot study based on the original code -
I just added some simple code to turn it into a strategy. Now, anyone can simply add the strategy to their chart to see the backtesting results!
While @Yo_adriiiiaan mentions it works best on a 4-hour timeframe or above, I am happy to share that this seems to be working on a 15-minute chart on e-mini S&P 500 Index (using the KeyValue setting at 10)! You can play around with the different settings, and may be you might discover even better settings.
Hope this helps. Btw, if any of you play with different settings and discover great settings for a specific instrument, please share them with the community here - it will be rewarded back multiple times!
Pesquisar nos scripts por "bot"
Quad Moving Avgerages BackTestHello Fellow Traders!
-------------------------------------------
This is the newest addition to Gnome Alerts PRO!
Trade Moving Average Breakouts with Minimal Drawdon.
This Bot Script works on all Crypto, Leverage, Forex, & Traditional Exchanges.
FEATURES
------------------------
*Autoview Ready*
- Easy to Use
- Backtesting Included
-Take Profit
- Stop Loss
You can get access to any of my scripts by visiting my Website, link is in Tradingview Bio ... Just click on the Gnome!
21 Trader BacktestHello Fellow Traders!
-------------------------------------------
This is the newest addition to Gnome Alerts PRO!
Trade Moving Average Breakouts with Minimal Drawdon.
This Bot Script works on all Crypto, Leverage, Forex, & Traditional Exchanges.
FEATURES
------------------------
*Autoview Ready*
- Easy to Use
- Backtesting Included
-Take Profit
- Stop Loss
Dragon Bot - Default ScriptDragon Script is a framework to make it as easy as possible to test your own strategies and set alerts for external execution bots.
The script has many features build in, like:
1) A ping/pong mechanism between longs and shorts
2) A stop-loss
3) Trailing Stops with several ways to calculate them.
4) 2 different ways to flip from long to short.
The script is divided into several parts.
The first part of the script is used to set all the variables. You should normally never change the first part except for the comments at the top.
The second part of the script is the part where you initialise all your indicators. Several indicators can be found on Tradingview and on other sites. Please keep in mind that all the variable names used in the indicator should be unique. (all the … = … parts)
The third part of the script, is the most important part of the script. Here you can create the entry and exit points.
Let’s look at the OPENLONG function to explain this part: The first variables are all the possible entries; These are longentry1 till longentry5. You can add many more if you like.
The variables are all initialised as being false. This way the script can set a value to true if an entry happens.
The if function is the actual logic: You could say “if this is true” then (the line below the if function) longentry1 := (becomes) true.
In this case we have said: “if this is true” then (the line below the if function) longentry1 := (becomes) true when the current close is larger than the close that is 1 back.
The last part is the makelong_funct. This part says that if any of the entries are true, the whole function is true.
The last part of the script is the actual execution. Here the alerts are plotted and the back test strategies are opened and closed.
We hope you guys like it and all feedback is welcome!
Pivot Point Bot BacktestHello Fellow Traders!
-------------------------------------------
This is the newest addition to Gnome Alerts PRO!
This Bot Script written for leverage Crypto exchanges like BITMEX & Deribit but also works with Forex.
FEATURES
------------------------
*Autoview Ready*
- Easy to Use
- Backtesting Included
- Stop Loss
More info on how gain access in my profile!
BTC MTF Directional average (1h/2h res)1h or 2h resolution
Any market without multiple weekly binary data events and enough liquidity (eg. Bitcoin)
**For bitcoin use preferably on bitfinex or an index of all exchanges and exchange volume. Most of the price manipulation occurs at bitfinex, other exchanges will often be slightly behind.
V 0.0.1
** KNOWN ISSUES
Around the time of the new daily candle (2AM GMT+1 on BTC) false signals may occur due to 24 hours being the highest resolution.
Repainting: due to the nature of tradingview's pinescript these false signals will disappear after 2-3 new candles and refreshing the page.
** UPDATES
Added browser alerts (untested)
Tip: Don't always wait for the bot to flip to risk off when volatility kicks in (eg. during wash trades).
BITCOIN DOMINATOR-- BOT-- Bitmex Ready!ladies and gentlemen,
We cracked the XBT code.
For more information, visit the website in my bio.
Moon Bound! god speed!
My AlgoTraderFirst, please find it in your heart to donate to my broke college student fund. I am in the final stages of making an algorithmic trading bot in Python, which hooks up to this particular exchange, but I do not have the disposable income to really test it out, so any donation helps. Comment below to let me know you donated so others can see your support!
Please send BTC Donations to: 13ZJ3xTLgJ6hNrv7e5eyEqhabxivYnuu8p
Please send LTC Donations to: LYeFrR9faLaAxJdB1anqVu3mCNxADZDHND
Anyway, on the the program.
I made an algorithmic trader which uses a set of self made indicators. This algorithm was written in pine version 3 and does not calculate_on_tick , therefore it does not repaint . The numbers you see are, to the best of my understanding, accurate.
Because I was concerned about overfitting, I created this algorithm with the intention of being generalizable to many different trading pairs. This program is generalizable to most trading pairs -- both crypto and normal stocks. This algorithm works best on shorter time frames for crypto markets, and longer timeframes for the conventional stock market.
Please let me know what you think and what I could do better!
Loop mediaThis bot should be used to enhaned trading of beginner-intermediate traders and not elliminate human analysis.
Please use it wisely.
Use Heikin Ashi and 4H candles and you are good to go
BCH Precognition - Mtrl_ScientistHello everyone,
Following up on my first bot, I've tuned my algorithm to work with Bitcoin Cash. In order to get rid of these nasty (and sometimes costly) indecision points, I've just enabled the 'Recalculated After Order Fill' option, which... well, recalculates the algorithm on the spot (instead of waiting for 1 additional bar) for situations where a signal is immediately followed by a conflicting signal, effectively cancelling it out. Obviously you have to rely on your own judgement if that happens in a real world scenario. However, in this simulated environment, this change resulted in a 0% risk, whereas the gain exceeded 800% with an initial capital of $100'000.
Again, in order for the results to be as accurate as possible, I've averaged the date from all major exchanges.
All of this is free to use for you, and you are welcome to share it.
If you like it, please give me a follow on Trading View & Twitter.
If you have any requests or suggestions/concerns, please let me know!
Note:
- This algorithm works best for Heikn Ashi candles, but I'm working on improving it for normal candles
- This is not financial advice (I'm in chemistry, not finance), so do your own research
Mtrl_Scientist
Build A BotThis is the Robot we built during the 60 Minute Build-A-Bot webinar on September 12, 2018. We had a great time, and a lot of participation and the best part was that we finished up this robot and even ran a backtest in exactly 60 minutes! We built this robot based on recommendations and suggestions from those who were attending live. Lots of pieces in this robot, but you can always tinker with it, remove stuff, add things, whatever you want!
This version uses the CCI as a trigger for trade entry. The other version uses the Hull Moving Average as a trigger for trade entry.
Build A Bot Hull TriggerThis is the automated trading system we built during the 60-Minute Build-A-Bot webinar on September 12, 2018. We had a lot of fun, and implemented a TON of indicators LIVE during this webinar! And the best part is that as a group we researched, designed, and built a profitable robot in exactly 60 minutes!
We started by voting on the type of trading system, and this is a trend following system because it got the most votes. Then, the attendees in the webinar sent in their suggestions for indicators and settings during the live webinar (still counting toward the 60 minutes). Once we had the indicators on the chart, and we discussed various settings we could use, we got to work building the robot, and ran the first strategy test...and it was profitable!
This version uses the Hull Moving Average as a trigger for initiating the trade, and everything else is the same for the filters. The other version uses the CCI as a trigger for the trade, and many other indicators as filters.
Crypto Reversal Scalper BacktesterThe script that will detect a reversal with two variables. The script will then attempt to scalp against the trend short-term.
Absolutely, NO REPAINTING. Can be used across crypto pairs.
You must use ONCE PER BAR for alerts! Yes it does work!
PM me for a trial.
Cost for the bot will be 0.01 BTC/month. Cost can be negotiable.
Heikin Ashi Margin Scalping script for BitmexA script made for a lot of trades (scalping) and good solid profits on the Tested and it generates very attractive profits. Test it for yourself.
- Made for BITCOIN / US DOLLAR PERPETUAL INVERSE SWAP CONTRACT XBTUSD on Bitmex.
- Only 40% of these trades are profitable, but within this 40 percent, it catches all the spikes and lows. And therefore a lot more profit then loss. The most loss is generated at the moment BTC is falling still and there is not a lot of volatility.
- I use it to create alerts and sent these to my bot, so i don't have to do manual trading.
You can ask for access and try this strategy for yourself for 5 days. When you are convinced and want to have the script with alerts to be shared with you, I ask for a small donation of 0.02 BTC. This allows me to create other scripts and to improve this script.
I only sell this script to 50 people, so that it remains exclusive.
Swingbot (45m) - XBTUSD- I've edited this bot to work ONLY on XBTUSD 45min timeframe.
- Using 2% stop i've been able to make it earn 350%+ since 1st Jan 2017 - assuming NO leverage.
- These settings are using 100% equity every trade.
- Recalculated after order filled is not checked, so backtest results are realistic.
- I have an associated alert script that is able to make this strategy fully automated.
- If you are interested in using this script, please feel free to contact me!
Miscbot 5.0 - StrategyA general strategy for BitMEX that uses a combination of indicators and filters to determine long and short zones.
Tested and coded for 20m. Use at your own risk. I take no responsibility for lost currency.
BitMex referral - 10% off fees: : www.bitmex.com
I have also converted the strategy to a bot that can be used with autoview to make the trades for you.
-Pinescript v3
-Heikin Ashi candles
-20m
PTStratX Free - Multi Period Tester for Profit Trailer 2PTStratX Free Edition - Multi-Period Backtesting Tool for Profit Trailer 2!
PTStratX is free for everyone and can be used immediately without prior activation!
It is now free for everyone to create, test and optimize your own Buy, DCA and Sell strategies.
Look how your bot will perform with your strategy and optimize and enhance it with other indicators.
Now the time has come: PTStratX Free Edition is here!
More information about PTStratX Free and other scripts can be found at PTStratX.com
Have fun and discover the incredible possibilities of PTStratX!
If you like our work, we would be pleased about a donation.
BTC: 37ufrNH75U4btRGn23PEnZmqdhn1gmysbf
Crypto Wave Rider Indicator - Bitcoin & Crypto SignalerAfter months of research and testing, I have developed the first public beta of my Crypto trading script.
Note the following:
1.) This algo works best with /USD pairings (e.g. ETH/USD). Doesn't work as well with /BTC pairings (e.g. ETH/BTC). I believe this is because USD is stable and allows for better data (rather than comparing two very volatile assets to each other).
2.) This algo works best on swing trading time frames (4 hour - 12 hour) but can also be used on lower time frames (although lower than 1 hr is not recommended). For reference, I've found the best time frames to be as follows: BTC - 6 hour, LTC - 4 hour, ETH - 12 hr
So far, the results have been far better than the other bots/indicators I've come across.
This indicator has been optimized for use on Bitcoin with 6 hour candles just because Bitcoin is the oldest crypto & has the most backtesting data available. And 6 hour time frame because I prefer swing trading over day trading.
Feel free to test on different time frames and coins to see what gets the best results.
Comments and feedback appreciated!!
************Note: Please do not ask me for the source code. It is protected for a reason....I won't be giving it out to anyone.*************
CMYK XIAM◊ Introduction
This is project XIAM, a trading bot based on SMA and RMI
◊ Origin
Based on 'The Relative Momentum Index' by Roger Altman : February, 1993 issue of Technical Analysis of Stocks & Commodities magazine.
While RSI counts up and down days from close to close, the Relative Momentum Index counts up and down days from the close relative to a close x number of days ago.
This results in an RSI that is smoother. The input has been changed to the change of a smoothed close multiplied by a smoothed volume .
In addition SMA is used to detect an up/downwards phase.
◊ Adjustments
CMYK color theme applied.
◊ Usage
Automatic trading strategy
◊ Future Prospects
Remove jitter.
Take Variance into account
Auto adjusting settings evaluated on previous placements.
Proper asset management.
BB/StochRSI Strategy Backtest For Crypto BotThumbs Up for access
Buy is triggered when the price reaches chosen percent of lower Bollinger Band, Stoch RSI is oversold and there's a K/D signal crossover. The exit is when StochRSI is Overbought or K/D Crossover (toggle) AND/OR (toggle) price is greater than or equal to Top or Mid Bollinger Band (toggle).
Use 15m charts. It works excellent for consolidating/sideways markets and good for bullish impulsive moves but takes losses during impulsive downside market moves.
Results will be better in real-time. The script calculates the price based on the close, but a bot would calculate in real-time. Entries would be better. I recommend manually testing the strategy by using the "Date and Price Range" tool in TradingView.
I'll share the source code to those who wish to collaborate for improving profitability.
BTC Long vs. Short http://cryptoanalyzer.info/botThis indicator uses Longs and Shorts count to predict market divergences. 77% profitable.
Margin calls speaks for itself. Get it for free with TradingView Auto-Trader BOT
It will do not repaints, use stable data from market. Trade signals are stable as in Blue Velvet and Purple Sea