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. Its 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.
How do you find ang* indicators useful? Can you show please when to buy and when to sell?
Quote:
Originally Posted by kohzadi
Hi newdigital
your job is great.
I used some indicators such ang* and these are useful.
How can I get more such indicators.where can I download other angs indicators.
with many thanks.
How do you find ang* indicators useful? Can you show please when to buy and when to sell?
Salam maccavity
You find good indicators in this topic like Ang_Azad (c) .(see picture of today)
Some indicators are base on mathematics issue like polynomial regression.
Plot indicators on chart and find positive and negative points.
Good luck.
__________________
health & wealth , success & happiness
If indicator goes above 0, go long and if indicator goes below 0, go short? Thatīs all??? What is your win/lose ratio with this indicator if you have it?
Can you to clarify Please.
Quote:
Originally Posted by kohzadi
Salam maccavity
You find good indicators in this topic like Ang_Azad (c) .(see picture of today)
Some indicators are base on mathematics issue like polynomial regression.
Plot indicators on chart and find positive and negative points.
Good luck.
every time I try to see this indicator in a time frame below 30 min or when I try to put over 180 days as input to make a backtest my MT$ crashes. Any suggestion or help?
every time I try to see this indicator in a time frame below 30 min or when I try to put over 180 days as input to make a backtest my MT$ crashes. Any suggestion or help?
It is indicator for forecasting of the daily range according to DeMark (daily range - min and max D1 or support/resistance on the current or next day). Author of the indicator is KimIV. This indicator is not working on D1 and more higher timeframes.
But H4, H1, M30 and m15 is ok.
And 100 days is ok (see image). But I think 100 days is necessary just for backtesting only. The most important thing is forecasting for tomorrow and daily range in the current day.
Has anyone been able to get this indicator to work? I copied the af_T3.ex4 file into the Libraries directory and when I place the ang_Fourier indicator on a chart then it immediately unloads the indicator and in the terminal>experts tab tells me it "cannot load external expert 'af_T3'". It then deletes the af_T3.ex4 file from my Libraries directory. Strange indeed.
I modified the code to work with a non-linear regression program I translated some time ago for MT4 and the output is quite nice. I would like to know/understand why I am seeing the behavior from the interaction of MT4, ang_Fourier and af_T3.
On the attached graphic:
White line - NLR (non-linear regression)
Yellow line - modified ang_Fourier using NLR as input instead os af_T3
Cleaned up a couple of the indicators and modified ang_Fourier.mq4 to use a nonlinear moving average. If any further mods are needed I'm open to doing them.
I did not write the NLR algorithm. I simply translated it from another language into MQL4.