Page 1 of 1

Programming Request

PostPosted: Wed Sep 05, 2018 1:39 pm
by Fernas
Hi

Can I please ask you to program the following (you can name it as you wish):


IF
(K) in Dinapoli Preferred Stochastic > (D)
AND
(CG) in Center Of Gravity Oscillator by John Ehlers (Upd: Jun 08) > (SIG)
THEN
Color Green (+1)

IF
(K) in Dinapoli Preferred Stochastic < (D)
AND
(CG) in Center Of Gravity Oscillator by John Ehlers (Upd: Jun 08) < (SIG)
THEN
Color Red (-1)

ELSE
ZERO



It would be highly appreciated, if possible, if the output of this indicator will be similar to the output in the photo attached.

Many thanks

Re: Programming Request

PostPosted: Fri Sep 07, 2018 5:04 am
by Apprentice

Re: Programming Request

PostPosted: Fri Nov 01, 2019 1:48 pm
by Fernas
Hi

could you please modify the above indicator to add two more lines in the above logic.

many thanks



IF
(K) in Dinapoli Preferred Stochastic > (D)
AND
(CG) in Center Of Gravity Oscillator by John Ehlers (Upd: Jun 08) > (SIG)
AND
CCI MA Difference > EMA(CCI MA Difference, x)
AND
standard indicator Kairi KRI > EMA(KRI, x)
THEN
Color Green (+1)

IF
(K) in Dinapoli Preferred Stochastic < (D)
AND
(CG) in Center Of Gravity Oscillator by John Ehlers (Upd: Jun 08) < (SIG)
AND
CCI MA Difference < EMA(CCI MA Difference, x)
AND
standard indicator Kairi KRI < EMA(KRI, x)
THEN
Color Red (-1)

ELSE
ZERO

---------------

CCI MA Difference:

viewtopic.php?f=17&t=65046

Re: Programming Request

PostPosted: Sat Nov 02, 2019 8:51 am
by Apprentice
Your request is added to the development list.
Development reference 273.

Re: Programming Request

PostPosted: Mon Nov 04, 2019 6:56 am
by Apprentice
Can you provide a reference for "Kairi KRI"?

Re: Programming Request

PostPosted: Mon Nov 04, 2019 10:55 am
by Fernas
Hi

I believe it's a build-in FXCM Trading Station Oscillator. It comes under the name:

"Kairi Relative Index" (KRI)

at least in my FXCM TM, its there without any need for further installation. Just type KRI in (Add Indicator) search box and it should show up.

Regards

Re: Programming Request

PostPosted: Tue Nov 05, 2019 6:25 am
by Apprentice
Try Modified Dinapoli_Preferred_Stochastic_Center_Of_Gravity_Oscillator.lua
viewtopic.php?f=17&t=66628

Re: Programming Request

PostPosted: Tue Nov 05, 2019 7:26 pm
by Tomoso
Could i ask for MT4 version?

Re: Programming Request

PostPosted: Wed Nov 06, 2019 8:54 am
by Apprentice
Your request is added to the development list.
Development reference 286.

Re: Programming Request

PostPosted: Thu Nov 07, 2019 9:20 am
by Apprentice