Grid Spot Trading Algorithm V2 is the last grid trading algorithm made by our developer team. Grid Spot Trading Algorithm V2 is a fixed 10-level grid trading algorithm. The grid is divided into an accumulation area (red) and a selling area (green). In the accumulation area, the algorithm will place new buy orders, selling the long positions on the top of the...
The Rocket Grid Algorithm is a trading strategy that enables traders to engage in both long and short selling strategies. The script allows traders to backtest their strategies with a date range of their choice, in addition to selecting the desired strategy - either SMA Based Crossunder or SMA Based Crossover. The script is a combination of trend following and...
This is a long only strategy designed maily for stock markets and futures. In general it works best with 1h, however it can be optimized with other timeframes as well. Components: VWAP MACD histogram EMA 9 Rules for entry Long : For VWAP: close is above the vwap daily EMA: close is above the moving average MACD histogram is above 0 Short: For VWAP: close...
This is strategy, mainly designed for stock markets It makes uses of the EMA 50/ 200 ( Golden cross) and VWAP and Bollinger bands. It only takes long positions. It can be adapted to all time frames, but preferably to be used with longer timeframes 1h + The rules for entry are the next ones : 1. EMA50 > EMA 200 2. if current close > vwap session value 3. check...