Welcome to Robo King Master repository for stock market-related scripts, utilities, and indicators. This collection is designed to help traders and analysts make better-informed decisions by providing useful technical tools and automation scripts. The repository includes various TradingView Pine scripts, data utilities, and custom indicators.
This repository is created and maintained by Robo King Master and focuses on providing tools for technical analysis, including custom indicators, alert systems, and automation scripts for TradingView, Python, and other platforms. The code here is designed to assist traders in the analysis of stocks, forex, and cryptocurrency markets.
Below is an outline of the available categories in this repository:
- Pivot Points & Support/Resistance Indicators: Customizable indicators for calculating and plotting key levels on TradingView.
- Moving Averages & Trend Analysis: Different variations of moving averages (simple, exponential, weighted) to help with trend analysis.
- Volume Indicators: Indicators such as Volume Profile, OBV (On-Balance Volume), and custom volume analysis tools.
- Oscillators & Momentum Indicators: RSI, MACD, Stochastic, and other momentum indicators with enhanced configurations.
- Automation Scripts: Python and Pine Script utilities to automate alerts and manage watchlists.
- Risk Management Tools: Position sizing, stop-loss calculation, and other risk management scripts.
To use these scripts and indicators, you need to have a TradingView account for Pine scripts, or a Python environment for automation scripts.
- TradingView: For using Pine Script indicators.
- Python: For automation scripts (if any). Ensure Python 3.x is installed.
- Libraries: Install necessary Python libraries for automation scripts using
pip install -r requirements.txt(if applicable).
- Clone the Repository:
git clone https://github.com/robokingmaster/stockscripts.git