输入包括signalToken、enterOrderType、enterOrderPriceOffset、enterInvestmentType、enterAmount、exitOrderType、exitOrderPriceOffset、exitInvestmentType和exitAmount。这些输入用于指定警报的订单类型、价格偏移量、投资类型和金额。 然后,代码使用buySignal和sellSignal条件来检查买入和卖出信号。如果发生买入信号,它通过调用带...
Optimize your trading strategy with AI trading indicators. Try our free & premium tradingview buy and sell indicators & make accurate decisions in any market! | www.smarttradingindicators.com/
//@version=4 strategy("My Strategy") // 定义指标 fast_ma = sma(close, 10) slow_ma = sma(close, 30) // 定义买入信号 buy_signal = crossover(fast_ma, slow_ma) // 定义卖出信号 sell_signal = crossunder(fast_ma, slow_ma) // 实施交易逻辑 if (buy_signal) strategy.entry("Buy", ...
这个在策略右键可以选择报警提醒,如果代码中不添加这个,右键则没有报警功能选项 alertcondition(buySignal, title="SuperTrend Buy", message="SuperTrend Buy!") alertcondition(sellSignal, title="SuperTrend Sell", message="SuperTrend Sell!") changeCond = trend != trend[1] alertcondition(changeCond, title=...
= "closesell" && Signal.Action != "closebuy") { Log("指令为操作期货,Action错...
Real-time Buy Sell Signal Screener Stay ahead of the game with our real-time screener, displaying signals as they are generated. Proper Entry, Stoploss & 3 Targets Clearly displayed Entry , SL & 3 targets, empowering you with a strategic approach for every trade. Smart Trail for Maxim...
A user would need to choose what value of the signal they want to use: Strong Buy or Buy to go long or Sell or Strong Sell to go short. TradeSanta’s team shares that this feature is just the first step of the many they plan to implement to make crypto trading clear and user-...
if(Signal.Amount<=0||typeof(Signal.Amount)!="number"){Log("交易量不能小于0,并且为数值类型",typeof(Signal.Amount),Danger)return}if(typeof(Signal.Price)!="number"){Log("价格必须是数值",Danger)return}if(Signal.ContractType=="spot"&&Signal.Action!="buy"&&Signal.Action!="sell"){Log("...
量化合约指的是目标或任务具体明确,可以清晰度量。根据不同情况,表现为数量多少,具体的统计数字,范围...
Mario's signals are very good. I use them every day. The only problem is, they sometimes signal sell on 3rd wave top or buy on the way down when the bottom is not there yet. So, if you know this and use rsi divergences or wait for more sell/buy signals, then this is the best...