OANDA:USDJPY   美元 / 日圓
This indicator is simple, clever, and effective. Just simple simple maths and probability.
Only long indications are produced.

//@version=3
strategy("Probability Genius", overlay=true)
// Strategy by GrantPeace
// www.tradingview.com/u/GrantPeace/
Prob1 = (((close<close) and (close<close)) and ((close<close) and (close<close)))and close<close
Prob2 = Prob1 and (close<close)
Prob3 = Prob2 and (close<close)
Prob4 = Prob3 and (close<close)
Prob5 = Prob4 and (close<close)
Prob6 = Prob5 and (close<close)
Prob7 = Prob6 and (close<close)
Prob8 = Prob7 and (close<close)
Prob9 = Prob8 and (close<close)
Prob10= Prob9 and (close<close)

if Prob1
strategy.entry("Prob1", strategy.long, 1)
if close
strategy.close("Prob1")
if Prob2
strategy.entry("Prob2", strategy.long, 10)
if close
strategy.close("Prob2")
if Prob3
strategy.entry("Prob3", strategy.long, 100)
if close
strategy.close("Prob3")
if Prob4
strategy.entry("Prob4", strategy.long, 1000)
if close
strategy.close("Prob4")
if Prob5
strategy.entry("Prob5", strategy.long, 10000)
if close
strategy.close("Prob5")
if Prob6
strategy.entry("Prob6", strategy.long, 100000)
if close
strategy.close("Prob6")
if Prob7
strategy.entry("Prob7", strategy.long, 1000000)
if close
strategy.close("Prob7")
if Prob8
strategy.entry("Prob8", strategy.long, 10000000)
if close
strategy.close("Prob8")
if Prob9
strategy.entry("Prob9", strategy.long, 100000000)
if close
strategy.close("Prob9")
if Prob10
strategy.entry("Prob10", strategy.long, 1000000000)
if close
strategy.close("Prob10")

Kenzing trading indicators for TradingView perform advanced real-time analysis of stock price trends and display alerts that are easy for the average Trader to interpret.


www.kenzing.com

相關想法

免責聲明

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