vectorbt-expert
Audited by Runlayer on Mar 5, 2026
Malicious tool definition detected
Malicious tool definition detected
Malicious tool definition detected
Malicious tool definition detected
Malicious tool definition detected
Malicious tool definition detected
Malicious tool definition detected
Malicious tool definition detected
Malicious tool definition detected
Malicious tool definition detected
Malicious tool definition detected
""" import os from datetime import datetime, timedelta from pathlib import Path import numpy as np import pandas as pd import talib as tl import vectorbt as vbt from dotenv import find_dotenv, load_dotenv from openalgo import api, ta # --- Config --- script_dir = Path(__file__).resolve().parent load_dotenv(find_dotenv(), override=False) SYMBOL = "SBIN" EXCHANGE = "NSE" INTERVAL = "D" INIT_CASH = 1_000_000 FEES = 0.00111 FIXED_FEES = 20 ALLOCATION = 0.75 BENCHMARK_SYMBOL = "NIFTY" BENCHMARK_EXCHA
Malicious tool definition detected
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Passed Files (14)Click to expand
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan