I need information to explain some of the varables and functions in scripts. Is there some where I can download a list of the various variables. Could you advise me?
Example what I am trying to read right now:
SwingHigh = myLib.dsSwingHighBar( instance, strength, offset, trailing_bars );
SwingLow = myLib.dsSwingLowBar( instance, strength, offset, trailing_bars );
Thanks,
Jerry D.
Example what I am trying to read right now:
SwingHigh = myLib.dsSwingHighBar( instance, strength, offset, trailing_bars );
SwingLow = myLib.dsSwingLowBar( instance, strength, offset, trailing_bars );
Thanks,
Jerry D.
Comment