Got an error trying to do 2 crossing VIDYAs. managed to replace the error as follows
if (_fastVIDYA_Buy1.Result.LastValue < _slowVIDYA_Buy1.Result.LastValue)
with:
if (_fastVidya_Buy1.Result.LastValue < _slowVidya_Buy1.Result.LastValue)
and
if (_fastVIDYA_Sell1.Result.LastValue > _slowVIDYA_Sell1.Result.LastValue)
with:
if (_fastVidya_Sell1.Result.LastValue > _slowVidya_Sell1.Result.LastValue)
Thought you may want to amend the code internally.
cheers