Our specialty is 
AUDUSD but our Technical Analysis is Great.
This is a Live Test and a Tutorial on an Entry SIgnal called Fractal.
We use it a lot when making trading decisions and you can use it too.
Here are parameters you can add to your Trading Bot:
0) First Candle High
1) First Candle Close
2) Second Candle High & Close
if (Second Candle Close < First Candle Close) and (Second Candle High > First candle High)
# once the first statement passes, we check the third candle
3) Third Candle Close
If (Third Candle Close < First Candle Close) or (Third Candle Close < Second Candle Close)
Once all the Parameters are Complete, we move to code execution.
NOTE:
Sometimes the movement starts before the third candle closes.
We sometimes move to a few candlesticks lower to get a better view.
1D, 4HR, 15M, and 3M Depending on where the Fractal is Identified.
NOTE:
This Is not a stand-alone INDICATOR.
We combine it with Support and Resistance.
We combine it with Price Pattern Analysis.
We combine it with Fundamental Analysis
Like, Follow, Share. Hit me up if you want to build this on TradingView. Using PineScript.
This is a Live Test and a Tutorial on an Entry SIgnal called Fractal.
We use it a lot when making trading decisions and you can use it too.
Here are parameters you can add to your Trading Bot:
0) First Candle High
1) First Candle Close
2) Second Candle High & Close
if (Second Candle Close < First Candle Close) and (Second Candle High > First candle High)
# once the first statement passes, we check the third candle
3) Third Candle Close
If (Third Candle Close < First Candle Close) or (Third Candle Close < Second Candle Close)
Once all the Parameters are Complete, we move to code execution.
NOTE:
Sometimes the movement starts before the third candle closes.
We sometimes move to a few candlesticks lower to get a better view.
1D, 4HR, 15M, and 3M Depending on where the Fractal is Identified.
NOTE:
This Is not a stand-alone INDICATOR.
We combine it with Support and Resistance.
We combine it with Price Pattern Analysis.
We combine it with Fundamental Analysis
Like, Follow, Share. Hit me up if you want to build this on TradingView. Using PineScript.
免責聲明
這些資訊和出版物並不意味著也不構成TradingView提供或認可的金融、投資、交易或其他類型的意見或建議。請在使用條款閱讀更多資訊。
免責聲明
這些資訊和出版物並不意味著也不構成TradingView提供或認可的金融、投資、交易或其他類型的意見或建議。請在使用條款閱讀更多資訊。