Custom stochastics indicator
-
I want to use a custom stochastics indicator because the standard one lacks multi time frame functionality. The question is how can I define that the K line (main line) is below the D line (signal line)? When I open the custom indicator in a block, the option to choose the main or signal line (as provided for in the normal stochastics indicator) is missing:

This is the normal Stoch indicator where I can select the mode, main line or signal line to define K<D:

-
One of your output buffers will be the signal line and the other the main line.
-
-
@alphaomega @CPBonzo Excellent! Will try it out, and my apologies for the belated reply.

