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 raelly impressed by your MTF Alligator and Bands plotting, but sir, Is it possible to plot this Alligator lines on lower bars??
I use 1Min chart and want to plot alligator of 5Min Time frame. By this indicator The 5-min alligator plotted in nw window without price bars. May there have some error in settings by me, so please guide me for the issue.
I raelly impressed by your MTF Alligator and Bands plotting, but sir, Is it possible to plot this Alligator lines on lower bars??
I use 1Min chart and want to plot alligator of 5Min Time frame. By this indicator The 5-min alligator plotted in nw window without price bars. May there have some error in settings by me, so please guide me for the issue.
i again appriciate your efforts for MTF alligator
H patel
change "chart_window" (#property indicator_chart_window) to "separate"
#property indicator_separate_window" - that's it
doesn't look real? well, it is (and look exactly like it should)
I have this same MTF_OsMA_Lc indicator, but it only plots the line, not the histogram as shown in the picture. There does not appear to be an input to change to histogram. How do you get the histogram to show?
I have this same MTF_OsMA_Lc indicator, but it only plots the line, not the histogram as shown in the picture. There does not appear to be an input to change to histogram. How do you get the histogram to show?
TIA
SetIndexStyle(0,DRAW_LINE);
you can change LINE to HISTOGRAM
SetIndexStyle(0,DRAW_LINE);
you can change LINE to HISTOGRAM
That did it, thanks!
Also, I've searched the site for quite awhile, but can't seem to find a simple MTF MA that you can apply to sub windows (ie "Apply to:" First Indicator's Data or Previous Indicator's Data).