dudeowns

Mobius - Trend Pivot

dudeowns Güncellendi   
// Mobius
// V01.01.29.2019
// Uses trend of higher highs with higher lows and trend of lower lows with lower highs to locate pivots. Distance for trend is set by the user. Confirmation of a reversal from pivots is set with a multiple of the pivot bars range. That multiple is also a user input.
// Trading Rules
// 1) Trade when price crosses and closes outside the pivot Confirmation line. At that point looking for best entry. Min trade is 2 contracts
// 2) Know your risk point before entering trade. Typical risk point is the pivot line itself. If your risk is crossed look for an exit. Never use hard stops - you'll often get out for little or no loss
// 3) Know your Risk off point before entering. Typical Risk Off is an ATR multiple. Offer Risk Off as soon as possible for a Risk Free trade
// 4) set mental stop one tick above entry when Risk Off is achieved
// 5) if trade continues your way move mental stop for your runner to last support / resistance each time a new support / resistance is hit.

The script is an indicator called "Mobius - Trend Pivot" and is designed to be overlaid on price charts. It utilizes a concept called "Mobius - Trend Pivot" to identify potential reversal points in the market based on the trend of higher highs with higher lows and lower lows with lower highs. The user can adjust the parameters through input variables. The script expects two inputs: "n" and "R_Mult." The "n" input determines the distance for trend calculation, and the "R_Mult" input is used for confirming a reversal from the pivots. The script calculates the True Range, which is the maximum of the current bar's high minus the previous bar's close or the previous bar's close minus the current bar's low. It then identifies the highest high (hh) and lowest low (ll) based on the trend criteria using the input variable "n." The script plots lines representing the pivot points, their confirmation levels, and risk-off levels. It also generates alerts when the price crosses above or below the confirmation or risk-off levels. Additionally, it plots shapes (arrows) on the chart to indicate bullish or bearish conditions based on the crossover or crossunder of the price with the pivot levels.
Sürüm Notları:
Fixed STO RO
Sürüm Notları:
Fixed

Açık kaynak kodlu komut dosyası

Gerçek TradingView ruhuyla, bu betiğin yazarı, yatırımcının anlayabilmesi ve doğrulayabilmesi için onu açık kaynak olarak yayınladı. Yazarın eline sağlık! Bunu ücretsiz olarak kullanabilirsiniz, ancak bu kodun bir yayında yeniden kullanımı Kullanım Koşulları ile yönetilir. Bir grafikte kullanmak için favorilere ekleyebilirsiniz.

Feragatname

Bilgiler ve yayınlar, TradingView tarafından sağlanan veya onaylanan finansal, yatırım, işlem veya diğer türden tavsiye veya tavsiyeler anlamına gelmez ve teşkil etmez. Kullanım Şartları'nda daha fazlasını okuyun.

Bu komut dosyasını bir grafikte kullanmak ister misiniz?