How can convert following message in esignal from ninjatrader...
It bassically alerts me when the stock condition is met, it will send out email to me for which symbol trigger at certain time frame base on the chart at closing price at the current time.
"Long triggered on " + Instrument.MasterInstrument.Name + " in " + Bars.Period.Value + "-" + Bars.Period.Id + " time frame " + " at " + Close[0] + " on " + Time[0], "Long triggered on " + Instrument.MasterInstrument.Name + " in " + Bars.Period.Value + "-" + Bars.Period.Id + " time frame " + " at " + Close[0] + " on " + Time[0]
It bassically alerts me when the stock condition is met, it will send out email to me for which symbol trigger at certain time frame base on the chart at closing price at the current time.
"Long triggered on " + Instrument.MasterInstrument.Name + " in " + Bars.Period.Value + "-" + Bars.Period.Id + " time frame " + " at " + Close[0] + " on " + Time[0], "Long triggered on " + Instrument.MasterInstrument.Name + " in " + Bars.Period.Value + "-" + Bars.Period.Id + " time frame " + " at " + Close[0] + " on " + Time[0]
Comment