I am looking for a way to integrate code into existing strategies. The purpose of this modification is to have Strategy1 create an Indicator on the Instrument’s Chart other Strategy2 can call upon for conditions used in Strategy2?
Example:
Strategy1 generates an indicator that outputs double in a window similar to William R%.
Strategy2 calls on the value created by the indicator created by Strategy1.
Strategy2 then uses Strategy1 values in a condition that it uses.
Note: the double value will change as Strategy1’s output changes. (Currently OnPriceUpdate)
The question becomes:
Is this possible?
and
What scripting considerations should I take into account?
and
Please list all components required to accomplish this goal.

Comment