Search found 616 matches

Return

Re: Indicators with ON/OFF buttons

by: 太虚一毫
I made a new one, try it. 6 type of rsi. 3 type of coloring on slope, levels, cross MA. possible smoothing, new MTF, alerts, arrows. I also attach a subwindow version. https://forex-station.com/download/file.php?id=3403825 [/url] https://forex-station.com/download/file.php?id=3403824 [/url] https:/...

Re: Coding Help

by: 太虚一毫
By any chance do you have any more information? Without more information, the source code is just that. :sad: This is a built-in indicator in Chinese futures software (such as Tongdaxin, Flush and other software), the so-called LON (long-term) indicator. All software and indicators in China are act...

Re: Coding Help

by: 太虚一毫
Another way of writing <Tongdaxin Software>:

Code: Select all

N=10


LC := REF(CLOSE,1);
VID := SUM(VOL,2)/(((HHV(HIGH,2)-LLV(LOW,2)))*100);
RC := (CLOSE-LC)*VID;
LONG := SUM(RC,0);
DIFF := SMA(LONG,10,1);
DEA := SMA(LONG,20,1);
LON : DIFF-DEA;
LONMA : MA(LON,N);
LONT : LON, COLORSTICK;

Re: Indicators with ON/OFF buttons

by: 太虚一毫
I recode this indicator completly... In this new indy you can use average for smooth rsi value or as presmoothing for price. 19 averages with jurik filter. Coloring by slope of RSI, cross with signal and cross on levels(DSL or fixed) 6 types of RSI arrows, alerts. And button. I'm Attached subwindow...

Re: RSI Indicators for MT4

by: 太虚一毫
Rapid RSI T3 Adaptive pre Filtered nmc Rapid RSI T3 Filtered (VHF Adaptive) Rapid RSI T3 Filtered (VHF Adaptive) 1_1       (smoother) https://forex-station.com/download/file.php?id=3247940 [/url] https://forex-station.com/download/file.php?id=3247939 [/url] https://forex-station.com/download/file.p...

Re: Indicators with ON/OFF buttons

by: 太虚一毫
Squeeze ma with button https://forex-station.com/download/file.php?id=3432322 [/url] squezed ma (alerts + arrows + candles + BT) is a rare quality indicator! :thumbup: The only downside is that BT has a little flaw: it is always turned on automatically after restarting MT4, regardless of whether it...