I know efs can handle studies on studies .... but I get the impression it can only do that if both studies are 'built-in' type studies. For example, recently this thread showed an example of a MA on a Mom study.
What I'm trying to do is get a ExpMA of a custom study value. Say I'm trying to get a ExpMa of a 'custom' formula that looks something like:
CustomFormula = Close() +Highest(17)-Lowest(16);
where Highest and Lowest are also functions returning a value based on their logic.
Maybe ingore the fact that CustomFomula is comprised on functions itself ... I'm basically wondering if I can call a built-in study on something other than Open, High, Low, Close, etc ... and something other than another built-in study.
Thanks so much.
beaker
What I'm trying to do is get a ExpMA of a custom study value. Say I'm trying to get a ExpMa of a 'custom' formula that looks something like:
CustomFormula = Close() +Highest(17)-Lowest(16);
where Highest and Lowest are also functions returning a value based on their logic.
Maybe ingore the fact that CustomFomula is comprised on functions itself ... I'm basically wondering if I can call a built-in study on something other than Open, High, Low, Close, etc ... and something other than another built-in study.
Thanks so much.
beaker
Comment