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.
Can you confirm that the CountBars in the Asctrend indicator is just the number of bars to paint backwards?
Meaning, that changing CountBars to say "10", wouldn't actually change the placement of a signal, but rather, the indicator would only calculate the last 10 bars for a signal...
Can you confirm that the CountBars in the Asctrend indicator is just the number of bars to paint backwards?
Meaning, that changing CountBars to say "10", wouldn't actually change the placement of a signal, but rather, the indicator would only calculate the last 10 bars for a signal...
Is that correct?
Thanks!
-CS
Not exactly like this.
I am not good coder but I see something in the code:
Code:
if (CountBars>=1000) CountBars=950;
SetIndexDrawBegin(0,Bars-CountBars+11+1);
SetIndexDrawBegin(1,Bars-CountBars+11+1);
As i understand this indicator is starting to draw not from Bars-CountBars ("Bars" is number of bars visible on the chart). It was started from 11+1. So if you set CountBars as 10 so nothing will be happened.
Hi ND
Thanks so much for all your hard work and contributions You are a star! I have been following all your systems Could I check with you - the 30 min system with the Nonlag MA vs 5 - should it use less resources than vs 4?
Also, with the new 5 min system how would you use the NRTR Color line for entries/exits It is not very clear to me?
Thanx