If anyone is using this well with DynaOrder, EFS, and so forth, can they hook me up with some code examples. The ones on the DO site are a little confusing . . .
I would first try Dave's method. That did not work for me. I had to go with the Advanced defaults.
var Content = "Trade concluded, original position = "+p[3]+" On a "+p[6]+". Entry price of "+p[21]+" with a "+p[44]+" exit. The exit price was "+p[61]+ " for a profit / loss of "+p[69]+" Total profit / loss for the day is "+n_TotalProfitLoss;
Comment