Hey I've just got a quick question. In metatrader on the charts you can have an MA plot off the data of another MA, but how do you set up the MAs to do this in an EA?
With the way indicators work (auto-managed buffers), it's probably easiest to create an indicator which does this and then reference it from the EA (via iCustom function). I prefer this from a "neatness" standpoint as well, as it keeps indicator logic in the indicators and EA logic in the EA.