the system was super slow, as I've found my experience to be multiple times. As per usual, I've uninstalled NT8B12, and deleted all of the files, and reinstalled everything, and imported over 4 public indicators from your website, and my own strategy.
I have the picture of it attached, on the right screen. Not sure if maybe I didn't read the log before, but I'm 99% sure I didn't see this fault previously; no code has been modified, and I'm using built in NASDAQ100 list.
Strategy makes 23 trades, and another 13 are ignored, as per the log; for NASDAQ 100. I got the last trade in question highlighted on log and output, and have the relevant code. Couple questions about that...
1) Is my logic crazy? Is it the way I've got it put together? I'm looking for an entry, and then I'm trying to get a better price. NT cannot do real time entries as of CURRENT bar - or can it? - so I'm using last bar's close and if it's a long entry I want to try a limit 2% less, then 1% less, then if position is still flat, I'll take what I can get at market entry.
2) IS it possible to time an entry on the current bar? Let's say Close[0] satisfies en entry long. Can I then check what the CURRENT bar is, and if its OPEN[NOW] -+2.5% above or below Close[0] I don't want to trade a trade. Otherwise can I write a LOOP ON THE CURRENT bar entry? trying a long entry 2% limit, if that doesn't fill then try 1%, if that doesn't fill do market. I think that's essentially what I have?
3) SIDE note, why Am i getting LMCK and LMCA as not available? I've got historical downloaded, and indeed when I open the chart for those two, I am only getting TODAY. I checked with ToS platform, and TD DOES have those stocks in there...
Thanks for ideas!

Comment