Installation intuitive and connectivity couldn't be simpler for Win 8.1/Interactive Brokers. Beginning to learn the product and replicate functionality used in QuoteTracker.
Please include the following indicators if possible:
Volatility Stop - On the chart
In QuoteTracker I select hide the indicator and show the value -- the value shows on the right scale with my selected color of the indicator, but the indicator does not show on the chart. In MT, when I select hide the indicator and show the value, both the indicator and value are hidden. Could MT be changed as it is helpful to see the value?
Weighted TSI - True Strength Indicator
The same as the TSI indicator, but with WMA (Weighted Moving Average) used to calculate it instead of the EMA.
StochMFI (Period, St period, signal) option for Wilder's smoothing
Bottom indicator
DeMarker
This indicator is an oscillator - between 0 and 100, and tries to predict price reversals. Bullish price revesal is indicated by the oscillator rising above 70, while bearish price revesale is indicated by the oscillator falling below 30. The formula is as follows (H,L - current candle's high/low, PH,PL - previous candle's high/low)
if H > PH then DeMax=H-PH else DeMax=0
if L < PL then DeMin=PL-L else DeMin=0
DeMark = 100*SMA(DeMax) / (SMA(DeMax) + SMA(DeMin))
Demarker(Period)
Bottom indicator
Tomorrow I will test performance with my first chart template during market hours and may have some additional feedback.
Question
whereRU
Installation intuitive and connectivity couldn't be simpler for Win 8.1/Interactive Brokers. Beginning to learn the product and replicate functionality used in QuoteTracker.
Please include the following indicators if possible:
Volatility Stop - On the chart
In QuoteTracker I select hide the indicator and show the value -- the value shows on the right scale with my selected color of the indicator, but the indicator does not show on the chart. In MT, when I select hide the indicator and show the value, both the indicator and value are hidden. Could MT be changed as it is helpful to see the value?
Weighted TSI - True Strength Indicator
This is a stochastic of the MFI indicator.
StochMFI (Period, St period, signal) option for Wilder's smoothing
Bottom indicator
if H > PH then DeMax=H-PH else DeMax=0
if L < PL then DeMin=PL-L else DeMin=0
DeMark = 100*SMA(DeMax) / (SMA(DeMax) + SMA(DeMin))
Tomorrow I will test performance with my first chart template during market hours and may have some additional feedback.
Many thanks.
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.