how I can feed the bollinger band my ratio of spy / qqq.
it says:
aValue = close(Offset,-Length); //insert the result of user defined variable here
...how do I insert my variable, which is RATIO = Symbol1 / Symbol2; ?
it says:
aValue = close(Offset,-Length); //insert the result of user defined variable here
...how do I insert my variable, which is RATIO = Symbol1 / Symbol2; ?
Comment