DislikedHey llambert3 -
I just tried this little mod - it works for me in the tester by adding the filter type in the comments written to the journal - you might see if it works for you .
In the 'VersatileOrderTaker' function at the very bottom of the function, make these changes:
// Send Order
string filtercomment =commentString() + (pos1+pos2+pos3+pos4+pos5+pos6+pos7);
ticket=OrderSend(Symbol(),oType,lotMaker(),entryPrice,slippage,Stopvalue,TPvalue,filtercomment,simpleMagicGenerator(),0,c_color);
if (ticket>0)
{if...Ignored
Thanks Gary.. I also made the change in red above. I think that should work too.