OK, instead of doing
Code:
myAlgo==TradeAlgo


try
Code:
strstr(myAlgo,TradeAlgo)



You should probably do this for TradeAsset as well.
Comparing strings with == and != is usually not a good idea.

Last edited by Dalla; 01/30/18 10:13.