Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Algorithmic Trading Weighted Strategy developed in Pine Script for TradingView
| Date | Stars |
|---|---|
| 2026-07-24 | 297 |
| 2026-07-25 | 297 |
| 2026-07-28 | 297 |
| 2026-07-30 | 297 |
| 2026-08-06 | 297 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
## Weighted strategy [](https://www.tradingview.com/script/OF3TzrNS-Acrypto-Weighted-Strategy/)  [](https://creativecommons.org/licenses/by-nc-sa/4.0/) [](https://www.tradingview.com/gopro/?share_your_love=accry) --- **Note** This project is on hold until further news. The idea is to take it up again when I defend my PhD in June 2023. Best, Alberto --- I have been developing a fully customizable Algorithmic Trading Weighted Strategy in Pine Script for the last year in my spare time. The algorithm is based on a set of well-documented strategies, each with its own weight (weighted strategy). Currently a set of 5 strategies have been implemented: * `MACD` * `Stochastic RSI` * `RSI` * `Supertrend` * `MA crossover` Moreover, the algo includes stop losses criteria and a taking profit strategy. The algo must be optimized for the desired asset to achieves its full potential. The 4H dataframe gives good results. The algo has been tested for several asset (same dataframe, different optimization values). To set an order, first, the algorithm calculates the weight_strategy, which represents a value from 0 to 5 of the number of strategies that are satisfied (in case the weight of each strategy is the same, i.e., same relevance over the rest). To open a position, the value of weight_strategy must be greater than the value of weight_signal, by default 2. Modify the indicator parameters for the desired asset and data frame. Set stop-loss and take profit criteria. ## Pro and Premium version (in Development) There are two additional new versions of the algorithm under development: * Pro: + complete alert system ✅ 🐛 + access to a telegram channel with instant signals of BTC/USDT ✅ 🐛 + new entry strategy based on limit orders instead of market orders as in the basic plan 👨🏭 + more control of the stop-loss and take profits orders 👨🏭 * Premium: + all of pro version + kernel based on more sophisticated indicators 👨🏭 + compatible with 3Commas + access to the premium telegram channel with instant signals of BTC/USDT and few altcoins ✅ 🐛 + the premium telegram channel allows auto-trading with the use of a secure third-platform API ✅ 🐛 + access to more reliable signals based on an in-house optimization algorithm 👨🏭 ## Features: * The algorithm allows to trade with long, short or both positions. * `Backtest the algorithm` over a defined interval (data stamp), e.g., from 01/01/2021 to 01/01/2022. * Set stoploss (SL) orders based on a percentage of the previous candle source, e.g., close or hl2 (high + low)/2. The position will only be closed if after the candle closes, it still meets the stop condition. * Set SL to previous TP targets. * Set SL to the average position (after TP). * Stop position in case the algo `detects a potential Top/Bottom`. + It can close a specific percentage of the remaining open long position. + It can close a specific percentage of the remaining open short position. * It can `moves the stoploss` every time the algo takes profit (TP) * `Take profit` based on a percentage of the open position. It is possible to define different values for short positions. Define the percentage of TP to close from the open position. * Choose the maximum number of Take Profits (TP) * `Define delays` to evaluate the strategies of more previous candles: + Candle Delay is for MACD strategy + Candle Delay Stoch RSI is for the Stochastic RSI strategy. + Candle Delay RSI is for the RSI strategy. + Candle Delay Exit is the number of candles the algorithm waits to open a new position. * Choose if you want to use the weighted strategy or just some of them. * Choose the weight (relevance) o
Excerpt of 7,597 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:91c75a7d6aaf9849, topic:trading