

WeeklySMACrossBot_777_Stock
Algorithmic trading system for stocks combining weekly trend analysis with hourly entries. The strategy determines the main market direction on the weekly chart (W1) using two simple moving averages: Fast MA (1) and Slow MA (32). When the fast average is above the slow one, trading is allowed only in the buy direction; when below — only in the sell direction.
On the hourly chart (H1) the bot executes trades strictly in line with the weekly trend. It applies ATR(15) for dynamic volatility and risk control.
Stop Loss = 1.5 × ATR, Take Profit = 0.1 × ATR, Risk per trade = 2.9% of account balance. Position size adjusts automatically according to market volatility.
Key Advantages:
– Weekly trend logic with hourly precision
– Optimized for stock trading
– ATR-based risk and volatility control
– No over-optimization or duplicate entries
– Transparent and logical rule-based design
Parameters:
Fast MA = 1, Slow MA = 32, ATR = 15, SL = 1.5 ATR, TP = 0.1 ATR, Risk = 2.9%, Label = WeeklySMACrossBot_777_Stock
The bot integrates long-term trend analysis with intraday execution, operating strictly by statistics and trend direction without emotions or subjective decisions.