Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.
From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.
Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
Elite Section
Get access to private discussions, specialized support, indicators and trading systems reported every week.
Advanced Elite Section
For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
i+StartEMAShift and i+EndEMAShift are number of bars on the chart. For example: bar #0, bar #1 and so on.
And all bars on the chart is counted starting from zero (0):
- bar #0 is current bar which you see on the chart. It is open bar in most of the cases.
- bar #1 is previous bar.
Bar # -1 is future bar which does not exist yet. So the bar number can not have negative value.
Of course sometimes some coders are coding for future bars especially but it is very special cases. For example well-known case with Future-is-not-set indicator based on DayImpulse indicator is such a case.
i+StartEMAShift and i+EndEMAShift are number of bars on the chart. For example: bar #0, bar #1 and so on.
And all bars on the chart is counted starting from zero (0):
- bar #0 is current bar which you see on the chart. It is open bar in most of the cases.
- bar #1 is previous bar.
Bar # -1 is future bar which does not exist yet. So the bar number can not have negative value.
Of course sometimes some coders are coding for future bars especially but it is very special cases. For example well-known case with Future-is-not-set indicator based on DayImpulse indicator is such a case.
Sometime you post a chart and we don't know which MA is which. So I modified the indicator to show what color belongs to which MA. Attached is a template so you can use it to modify. It's easier to see how it was set up. You can display the info in any 4 corner: upper left, upper right, lower left, lower right. In this set up, I display the info in the upper right corner.
An indicator to show the hourly moving averages like 20 period hourly MA within a 5 min chart. Any indicator like this on this forum ?? Please share, thx.