Aok, you obviously know the subject and I don't, but do I really need to learn Excel to write formulas? I looked at it a bit, and it says it contains something called Visual Basic for Applications. You can bet I'll continue to trade. Do you know Excel was what was used for Strategy Desk? If I could send you the formula and syntax guide, you would see how grossly inadequate it is as an introduction, and the general manual doesn't add much to that deficit. I would think some of the platforms would have better guides, if the languages have general applicability.
rosy2, what I want is the same as every trader, the best price based on my projection. I did come up with an answer, but you must be familiar with TD Ameritrade features to understand. To afford privacy, I won't name the stock, but sages can tumble. The projected low was 2.03. For the AM session only, I placed a limit order for 1.89 to buy to cover. For the regular I created this formula: PriceRangeChannels[Lower,1,O,1,1]=2.03 AND (Bar[Hour,1] * 100 + Bar[Minute,1])>=945 encompassing a limit order at 2.03, which I probably should've made 2.00. Someone had previously helped me with the timestamp. and I modified it. Also for the regular I put in a trade trigger for 1.89. The delay until 9:45am was to allow the trigger to fill first, if possible. The problem with this setup is that I could've gotten a double fill, which I would not have wanted, due to my existing holdings so I had to further maneuver due to that. I might be ignorant, but I'm not incapable.
Everyone, I shall check your recommendations and any future ones and report back. Again, the subject is autotrading, not hft per se.
rosy2, what I want is the same as every trader, the best price based on my projection. I did come up with an answer, but you must be familiar with TD Ameritrade features to understand. To afford privacy, I won't name the stock, but sages can tumble. The projected low was 2.03. For the AM session only, I placed a limit order for 1.89 to buy to cover. For the regular I created this formula: PriceRangeChannels[Lower,1,O,1,1]=2.03 AND (Bar[Hour,1] * 100 + Bar[Minute,1])>=945 encompassing a limit order at 2.03, which I probably should've made 2.00. Someone had previously helped me with the timestamp. and I modified it. Also for the regular I put in a trade trigger for 1.89. The delay until 9:45am was to allow the trigger to fill first, if possible. The problem with this setup is that I could've gotten a double fill, which I would not have wanted, due to my existing holdings so I had to further maneuver due to that. I might be ignorant, but I'm not incapable.
Everyone, I shall check your recommendations and any future ones and report back. Again, the subject is autotrading, not hft per se.