Page 1 of 6

Influx

PostPosted: Wed Apr 29, 2015 6:32 am
by Apprentice
Influx.png

Based on request.
viewtopic.php?f=27&t=62159
RawFast is Avg of source of last P1 seconds;
RawSlow is Avg of source of last P2 seconds;
FastMA is Avg of RawFast of last P1 seconds;
SlowMA is Avg of RawSlow of last P2 seconds;
Fast is 2*RawFast - FastMA;
Slowis 2*RawSlow - SlowMA;
MACD is Fas-Slow;
Basically Influx is the MACD indicator.
Unlike regular MACD, whose period is determined by Number of period,
MACD moving average period is specified in seconds.
In addition, additional filter is applied to reduce the lag time.
Influx.lua
(5.48 KiB) Downloaded 1571 times

Timed MACD.lua
(5.12 KiB) Downloaded 1389 times


Tick Influx.lua
(4.77 KiB) Downloaded 1422 times

Tick Timed MACD.lua
(4.65 KiB) Downloaded 1339 times

Tick versions can be applied to individual data streams.
(high, low, close, indicator outputs ..)

This is a temp fix.
Next TS update will allow us to have single version,
regardless of source type.
Tick tick does not represent a time frame, rather, tick data source.

Tick Time Frame Timed MACD.lua
(3.72 KiB) Downloaded 1522 times

Tick Time Frame Influx.lua
(4.08 KiB) Downloaded 1398 times

Tick Time Frame Versions will also work on "t1" time frame.
Period Tick Time Frame Influx.lua
(4.97 KiB) Downloaded 1043 times

Influx with Duration in periods, NOT seconds

Re: Influx

PostPosted: Fri May 29, 2015 4:32 am
by blueseahorse
hi sir

i found influx indicator can not be used in tick chart
can this be solved?
thanks

Re: Influx

PostPosted: Sun Jun 07, 2015 3:43 am
by Apprentice
For the time being, influx will only be available for Bar sources.
Tick version will be possible with one of the following TS updates.

Re: Influx

PostPosted: Sun Jun 07, 2015 8:43 pm
by blueseahorse
thanks a lot.
because influx is based on seconds level deviation,if not used on tick chart, the indicator will have no differences than other MACD.
looking forward to the update.

Re: Influx

PostPosted: Tue Jun 09, 2015 11:37 am
by strbac
Dear sir,

Can this indicator somehow be converted or modified to work in JForex (.jfx)?

Thank you

Re: Influx

PostPosted: Wed Jun 10, 2015 3:20 am
by Apprentice
Unfortunately Fxcodedebase do not provide JForex support.

Re: Influx

PostPosted: Thu Jun 25, 2015 7:59 am
by sosinsky
I read someone said that this indicator doesn't work on tick chart, it's right because it's made to work with bars.
Can you rewrite it, a new version, that work with tick stream?

Re: Influx

PostPosted: Fri Jun 26, 2015 4:17 am
by Apprentice
Tick Influx.lua, Tick Timed MACD.lua Added.

Re: Influx

PostPosted: Fri Jun 26, 2015 5:29 am
by sosinsky
Thanks, but I see something doesn't work, at least for me.
An illustration is on the picture.
Immagine 1.png

Re: Influx

PostPosted: Fri Jun 26, 2015 6:03 am
by Apprentice
Tick tick does not represent a time frame, rather, tick data source.
Similarly as the original, This version will work on the time frames "m1" and higher.