RenkoGurus
  • Getting Started
    • What is TradingView?
    • How to setup RenkoGurus Indicators
    • How to get updates
    • How to setup alerts in TradingView
  • Indicators
    • RenkoGurus-Consolidation & Breakout Filter
      • Signals
      • Settings
      • Alerts
    • RenkoGurus-SmartTrend
      • Signals
      • Settings
      • Alerts
    • RenkoGurus-SmartChannel
      • Signals
      • Settings
      • Alerts
    • RenkoGurus-SmartMoney
      • Signals
      • Settings
      • Alerts
    • RenkoGurus-PowerMeter
      • Signals
      • Settings
      • Alerts
  • RenkoGurus-PropBot-User-Guide
    • Onboarding
    • Non VPS Prop Bot
      • Tradovate/NinjaTrader Prop Bot
        • APIs & Payloads
      • TopstepX PropBot
        • APIs & Payloads
    • VPS Prop Bot
      • RenkoGurus VPS Dashoard
        • Bot Status Panel
        • Customer Info Panel
        • Actions Panel
        • Trade Command Panel
        • Window Settings Panel
        • Trading Hours Settings (GMT) Panel
        • Alerts Configuration Panel
      • RenkoGurus VPS Metrics Dashboard
Powered by GitBook
On this page
  1. RenkoGurus-PropBot-User-Guide
  2. VPS Prop Bot
  3. RenkoGurus VPS Dashoard

Bot Status Panel

PreviousRenkoGurus VPS DashoardNextCustomer Info Panel

Last updated 17 days ago

Bot Status Panel

The Bot Status panel provides real-time information about the current operational state of your VPS Bot instance. This is essential for understanding whether your bot is ready to accept and execute commands, as well as for verifying webhook setup and system health.


📋 Status Indicators

Field

Description

Status

Indicates the current operational mode of the bot. Possible values: Idle, Executing, or Error. If Idle, the bot is awaiting commands.

Uptime

Shows the duration (in hours:minutes:seconds) for which the bot has been running since the last launch or reboot. Useful for monitoring session stability.

Current Time

Displays both Local Time (based on VPS timezone) and UTC Time. This helps ensure correct synchronization of trade alerts and webhook triggers, especially across global markets.

AWS Webhook

This is the endpoint that receives webhook signals from TradingView or other sources. It triggers trades or actions based on incoming alert payloads.


🌐 AWS Webhook Setup

⚠️ Important Note: The AWS Webhook URL is pre-configured and securely hosted by the RenkoGurus team. ✅ You do not need to modify or set this yourself. Your only task is to copy this URL and paste it into your TradingView alert webhook field to connect signals to the bot.

Webhook Usage Example in TradingView:

  • Go to your indicator’s alert setup

  • In the “Webhook URL” field, paste the full AWS Webhook URL and the payload to place orders

  • Example: https://XXXX.execute-api.us-east-1.amazonaws.com/PROD/buy

This will ensure TradingView alerts are sent directly to your bot in real-time.


🧠 Best Practices

  • Check the Status before triggering alerts to ensure the bot is not paused or erroring.

  • Monitor the Uptime periodically if you are running a multi-session or multi-day strategy.

  • Use the Current Time to validate alignment with your configured Trading Hours (GMT).

  • Double-check the Webhook URL in TradingView if you notice signals not executing — any typo will result in dropped alerts.