Support Board
Date/Time: Sun, 22 Dec 2024 04:23:34 +0000
Post From: ACSIL Question
[2014-12-16 20:06:54] |
Entropy - Posts: 36 |
I coding my own trading system in ACSIL and have a problem with sc.CrossOver(OscSubgraph, ShortEntryLevel) as ShortEntryLevel is a scalar and not an array. I thought perhaps the sc.CrossOver() was overloaded but it doesn't seem to be. How do I solve this problem? Also I want to make sure the close is above a moving average, sc.Close > MASubgraph, but I am not sure how to do this properly in ACSIL. Perhaps sc.Close[sc.Index] would work but how do I access last value of MASubgraph properly? Cheers, |