指标开发订单 - Python - 已过时
创建一个订单
所有语言在存档的工作653
排序方式:
50+ USD
我来为您创建一个包含这些技术指标的交易信号引擎。以下是完整的实现: ```python import pandas as pd import numpy as np import talib from typing import Dict, Tuple, Optional import warnings warnings.filterwarnings('ignore') class SMCSignalEngine: """ SMC (Smart Money Concept) 交易信号引擎 包含:Heiken Ashi蜡烛过滤、布林带、SMC指标、振荡器 """ def __init__(self, bb_period: int = 20, bb_std: int = 2, rsi_period: int = 14, stoch_k: int = 14, stoch_d: int =
100+ USD
Please make a new set of indicators according to my indicators, MACD, rsi, MA , ema, sma Fibola; put these indicators together. In addition, you need to make tradingview indicators, and I need backtest data. Please take orders from experts, I will make an EA after the indicator test