Search found 8 matches

by Kamisyed
03 Aug 2017
Forum: MultiCharts
Topic: Data on indicators doesn't update until next day
Replies: 1
Views: 725

Data on indicators doesn't update until next day

Hi, I have certain indicators on my scanner, and none of them update until the next day (including volume, close, etc.) although they update on the chart right after session close. Note: I understand in-built close in the scanner will not work with EoD data so using an indicator for this. It still s...
by Kamisyed
28 Jul 2017
Forum: MultiCharts
Topic: Annualized Exponential Linear Regression Slop of X Bars
Replies: 2
Views: 1316

Re: Annualized Exponential Linear Regression Slop of X Bars

Thanks for the heads up TJ. Updated the post with Code properly tagged.
by Kamisyed
28 Jul 2017
Forum: MultiCharts
Topic: Annualized Exponential Linear Regression Slop of X Bars
Replies: 2
Views: 1316

Annualized Exponential Linear Regression Slop of X Bars

Hi, I would highly appreciate if someone on the forum could please assist with this indicator below. I am trying to plot the annualized exponential linear regression slope multiplied by the coefficient of determination (i.e. RSquared). I essentially need to calculate the exponential linear regressio...
by Kamisyed
12 Jul 2014
Forum: MultiCharts
Topic: ATR Trailing Stop (Volatility Stop) Study [SOLVED]
Replies: 5
Views: 6026

Re: ATR Trailing Stop (Volatility Stop) Study [SOLVED]

I thought I'd post the code for anyone ever interested in the ATR Trailing Stop. This is a modified version created by Sylvain Vervoort with certain minor differences from the tradition ATR Stop. Inputs: Period(14), ATRMultiplication(2); Variables: HiLo(0), Href(0), Lref(0), diff1(0), diff2(0), atrM...
by Kamisyed
10 Jul 2014
Forum: MultiCharts
Topic: ATR Trailing Stop (Volatility Stop) Study [SOLVED]
Replies: 5
Views: 6026

Re: ATR Trailing Stop (Volatility Stop) Study [SOLVED]

Thanks Henry,

Just purchased the lifetime license and will try wrapping my head around this.

New to programming so all of this is a little overwhelming!
by Kamisyed
04 Jul 2014
Forum: MultiCharts
Topic: ATR Trailing Stop (Volatility Stop) Study [SOLVED]
Replies: 5
Views: 6026

Re: ATR Trailing Stop (Volatility Stop) Study [SOLVED]

Thanks evld! I really appreciate your input! However, this is saved as a signal and I am looking for an indicator. Its a standard ATR Trailing Stop/Volatility Stop that plots the stop values on the chart and starts the plot assuming the 1st position is long (like how the PSAR indicator plots in mult...
by Kamisyed
30 Jun 2014
Forum: MultiCharts
Topic: ATR Trailing Stop (Volatility Stop) Study [SOLVED]
Replies: 5
Views: 6026

ATR Trailing Stop (Volatility Stop) Study [SOLVED]

New to programming and to multicharts. Can someone please help me code a study for atr trailing stops on a chart (ATR Length 10 / ATR Factor 3). This is a standard indicator in most charting packages and is also called a volatility stop in some packages. I want the indicator on my charts like PSAR d...
by Kamisyed
25 Feb 2014
Forum: MultiCharts
Topic: Help with Study
Replies: 1
Views: 1187

Help with Study

I have the following Long-Only Study: Buy Signal: EMA3 crosses above EMA8 Exit Signal: EMA3 crosses below EMA8 Money Management: Starting Account Balance: 10,000 % Account Size at Risk per Trade: 1% Position Size: (Account Size * Risk%) / (((EMA3-EMA8)/EMA8)*2) Max Position Size: 10% of Account Size...

Go to advanced search