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 am NOT the ORIGINAL author and I am not claiming authorship of this indicator. All I did was modify it. I hope you find my modifications useful.
SuperTrend_Clean_mtf_TRO_MODIFIED_VERSION has a user input to turn on/off the price box and input to turn on/off alert when price hits the super trend line.
I am NOT the ORIGINAL author and I am not claiming authorship of this indicator. All I did was modify it. I hope you find my modifications useful.
Need assistance to create an Indicator - Any help appreciated
Good day to you, all interested...
I am the first to acknowledge that I do not have a clue about programming and I find this extremely frustrating - but I would like to appeal for assistance to create the following indicator. I am attaching a screenshot as to what the final result must look like.
The indicator will be a combination of the following 2 seperate indicators:
1) Super Trend 2
2) ADX Crossing
Could be called STAC (Super Trend & Adx Cross)
I am attaching the 2 seperate files.
I do not know if this is possible to create. The indicator must have a 5m/15m/30m/60m and 240m input feature to be able to be placed on any intra-day timeframe.
The idea behind this request:
It seems that whenever the ADX cross dot appears on the Super Trend 2 and both are the same color (long or short), the following move in the direction indicated by the ADX dot is quite strong. The opposite also seems true - when the ADX cross dot appears over/under the Super Trend 2 abd they are contrasting colors, the move in the direction of the ADX cross is a slow one.
However, if the ADX dot remains valid and the Super Signal 2 line changes color from opposing color to same color as ADX dot - we have another strong move - and vice versa.
I believe this type of indicator would be a great tool in your trading consideration.
Are there any coders/creators out there that could do this?
ADX Crossing.mq4 (2.4 KB, - show "tomorrows" signals - set 1day into the future
- set one bar to the right - to show cross before it happen (before it existed) - "predicting" the past
b4plusdi=iADX(NULL,0,ADXbars,PRICE_CLOSE,MODE_PLUS DI,shift-1);
nowplusdi=iADX(NULL,0,ADXbars,PRICE_CLOSE,MODE_PLU SDI,shift);
works only on history (1bar shift) - when "future" known and desn't work in real time (when future unknown)
rest idea is sound - but please, check if it still works with real indis which work in real time (past we can see by simple HH LL)
in the forum you can find many versions of ADXcrosses - check it again and tell if it works