ParCorn

Output of Ichimoku Screener

NYSE:RACE   Ferrari N.V.
Promising results, will soon try this in quantopian backtest

I would impose more rules but something funky happening in the pipeline backtester, I think

Rules:
universe_filter = (average_dollar_volume > 10e6)

cloud_volume = (ichi.senkou_span_a - ichi.senkou_span_b) / ichi.senkou_span_a
thick_bullish_cloud = cloud_volume > 0.02
trigger_above = ichi.tenkan_sen > ichi.kijun_sen
price_above_trigger = USEquityPricing.close > ichi.tenkan_sen
price_above_base = USEquityPricing.close > ichi.kijun_sen
price_above = price_above_base
uptrend_filter = thick_bullish_cloud & (price_above & trigger_above)
免責聲明

這些資訊和出版物並不意味著也不構成TradingView提供或認可的金融、投資、交易或其他類型的意見或建議。請在使用條款閱讀更多資訊。