Login Page - Create Account

Support Board


Date/Time: Fri, 03 May 2024 02:35:09 +0000



Post From: price1 rounding

[2013-04-29 15:48:14]
User35525 - Posts: 180
Manual trades with attached stops worked ok. The problem was my fault. I used a reference to a persistent integer instead of double to hold the stop price.

Now I have to figure out why my new m1.small Amazon instance isn't taking some real-time trades. Maybe m1.small is too slow? My study runs on every tick but only considers trades on bar close. The same study is running on a non-Amazon host and is taking all the trades correctly.

--Ted