Quote:
|
Originally Posted by quksilver
Beluck,
Any particular reason you have the iCustom call to the T3MA indicator? I didn't see the result being used anywhere.
|
I was experimenting and forgot to comment it out.
Quote:
btw, nicely written. I noticed the use of TradeSymbol. Any chance you were thinking of incorporating multiple pair trading? 
-lcg
|
I don't think it is good approach to incorporate multiple pairs logic into one expert, but my experts can easily trade multiple pairs (and even the same pair with unique magic number parameter) if you run them to different charts.
TradeSymbol is there because I have a library of functions which I include to experts, but in this case I just copy-pasted functions directly into expert's code so that people could see entire picture in one file.