NexusFi: Find Your Edge


Home Menu

 





TradeStation Execution


Discussion in TradeStation

Updated
      Top Posters
    1. looks_one jkepha with 3 posts (2 thanks)
    2. looks_two SMCJB with 1 posts (2 thanks)
    3. looks_3 tarzan2 with 1 posts (1 thanks)
    4. looks_4 kevinkdog with 1 posts (2 thanks)
      Best Posters
    1. looks_one vmodus with 4 thanks per post
    2. looks_two SMCJB with 2 thanks per post
    3. looks_3 kevinkdog with 2 thanks per post
    4. looks_4 jkepha with 0.7 thanks per post
    1. trending_up 4,078 views
    2. thumb_up 11 thanks given
    3. group 5 followers
    1. forum 6 posts
    2. attach_file 0 attachments




 
Search this Thread

TradeStation Execution

  #1 (permalink)
jkepha
San Antonio, TX
 
Posts: 31 since Apr 2020
Thanks Given: 10
Thanks Received: 6

Hello,

I've been trading a strategy successfully in TradeStation. I am going to start upping the notional value (total dollar amount on the trade) of the trades. Does tradestation ever mess things up? I.e. not exit when it's supposed to?

Wondering if anyone has any experience with this. I may use some leverage on my strategy but don't want to get blown up if TradeStation messes up. Any help would be appreciated!

Thanks,
Ryan

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
MC PL editor upgrade
MultiCharts
Cheap historycal L1 data for stocks
Stocks and ETFs
Quant vue
Trading Reviews and Vendors
ZombieSqueeze
Platforms and Indicators
REcommedations for programming help
Sierra Chart
 
  #2 (permalink)
 
vmodus's Avatar
 vmodus 
Somewhere, Delaware, USA
 
Experience: Intermediate
Platform: MultiCharts
Broker: Barchart.com
Trading: Everything, it all tastes like chicken
Posts: 1,271 since Feb 2017
Thanks Given: 2,958
Thanks Received: 2,853


jkepha View Post
Hello,

I've been trading a strategy successfully in TradeStation. I am going to start upping the notional value (total dollar amount on the trade) of the trades. Does tradestation ever mess things up? I.e. not exit when it's supposed to?

Wondering if anyone has any experience with this. I may use some leverage on my strategy but don't want to get blown up if TradeStation messes up. Any help would be appreciated!

Thanks,
Ryan

I am pretty sure every platform messes up. We use TradeStation and MultiCharts for trading, all automated. It does have an occasional error. I am not sure where you are in your journey with trading strategies (and I assume automated), so excuse me if I am hitting some very basic points. You have to look at all points of failure for your system:
  • Internet connectivity
  • Hardware
  • Software
We mitigate all of these by having a dedicated virtual machine which only runs our strategies. We do not develop or test on this machine, as TS is notorious for failing, in our experience, when you are live trading and developing on the same PC/machine. You will save yourself a ton of money just by using a machine just for trading. And your trading machine does not have to be a beast of a machine to run your strategies.

Then there are the trades themselves:
  • Does your system execute well in simulation? This is a good test, as orders are sent to their servers, but just executed against your sim account. It is also a good test of your hardware.
  • Have you had missed trades at your current level of live trading?
  • Are you monitoring your system? As they tell us, 'automated trading is not unattended trading'.
  • Do you understand how orders are managed by the trade servers? The Trade Manager provides you with a lot of good information. The TradeStation community forums has details on how orders are sent, received, and filled/cancelled/rejected, etc.
  • Are they sitting on your machine or are they on the trade server? Market, limit, stop limit, and the such have different attributes and should be well understood.
  • Are you using the simple buy, sellshort, sell, buytocover functions, or the more advanced OrderTicket feature?
  • How many trades are you executing per day? The more trades, the greater chance of having one of them failing.
Kevin Davey ( @kevinkdog ) has written a best practices guide, but I think it is only available to students of his Strategy Factory course (I am an alumni of the course). In any case, here is a link to his free stuff, which is invaluable to a beginning algo trader: https://kjtradingsystems.com/free.html. He is a guy who has been there and done that.

Let me know if this helps or have other questions.

~vmodus

Enjoy everything!
Follow me on Twitter Visit my NexusFi Trade Journal Reply With Quote
  #3 (permalink)
 kevinkdog   is a Vendor
 
Posts: 3,666 since Jul 2012
Thanks Given: 1,892
Thanks Received: 7,360



jkepha View Post
Hello,

I've been trading a strategy successfully in TradeStation. I am going to start upping the notional value (total dollar amount on the trade) of the trades. Does tradestation ever mess things up? I.e. not exit when it's supposed to?

Wondering if anyone has any experience with this. I may use some leverage on my strategy but don't want to get blown up if TradeStation messes up. Any help would be appreciated!

Thanks,
Ryan

@vmodus gives excellent advice above.

I can tell you that EVERY platform I have ever worked with has at times messed up. Many times, the screw up can be traced back to me (like the time I send 300? orders in 1 minute - I did a YT video on that debacle), but sometimes the software itself screws up.

The key is not to eliminate problems - that will never happen - but make sure you monitor what is going on. As they say "automated trading does not mean unattended trading."

Follow me on Twitter Reply With Quote
Thanked by:
  #4 (permalink)
jkepha
San Antonio, TX
 
Posts: 31 since Apr 2020
Thanks Given: 10
Thanks Received: 6

thank you very very much! will dig into the videos : )



vmodus View Post
I am pretty sure every platform messes up. We use TradeStation and MultiCharts for trading, all automated. It does have an occasional error. I am not sure where you are in your journey with trading strategies (and I assume automated), so excuse me if I am hitting some very basic points. You have to look at all points of failure for your system:
  • Internet connectivity
  • Hardware
  • Software
We mitigate all of these by having a dedicated virtual machine which only runs our strategies. We do not develop or test on this machine, as TS is notorious for failing, in our experience, when you are live trading and developing on the same PC/machine. You will save yourself a ton of money just by using a machine just for trading. And your trading machine does not have to be a beast of a machine to run your strategies.

Then there are the trades themselves:
  • Does your system execute well in simulation? This is a good test, as orders are sent to their servers, but just executed against your sim account. It is also a good test of your hardware.
  • Have you had missed trades at your current level of live trading?
  • Are you monitoring your system? As they tell us, 'automated trading is not unattended trading'.
  • Do you understand how orders are managed by the trade servers? The Trade Manager provides you with a lot of good information. The TradeStation community forums has details on how orders are sent, received, and filled/cancelled/rejected, etc.
  • Are they sitting on your machine or are they on the trade server? Market, limit, stop limit, and the such have different attributes and should be well understood.
  • Are you using the simple buy, sellshort, sell, buytocover functions, or the more advanced OrderTicket feature?
  • How many trades are you executing per day? The more trades, the greater chance of having one of them failing.
Kevin Davey ( @kevinkdog ) has written a best practices guide, but I think it is only available to students of his Strategy Factory course (I am an alumni of the course). In any case, here is a link to his free stuff, which is invaluable to a beginning algo trader: https://kjtradingsystems.com/free.html. He is a guy who has been there and done that.

Let me know if this helps or have other questions.


Reply With Quote
Thanked by:
  #5 (permalink)
jkepha
San Antonio, TX
 
Posts: 31 since Apr 2020
Thanks Given: 10
Thanks Received: 6

thank you very much



kevinkdog View Post
@vmodus gives excellent advice above.

I can tell you that EVERY platform I have ever worked with has at times messed up. Many times, the screw up can be traced back to me (like the time I send 300? orders in 1 minute - I did a YT video on that debacle), but sometimes the software itself screws up.

The key is not to eliminate problems - that will never happen - but make sure you monitor what is going on. As they say "automated trading does not mean unattended trading."


Reply With Quote
Thanked by:
  #6 (permalink)
tarzan2
San Jose CA
 
Posts: 12 since Apr 2019
Thanks Given: 6
Thanks Received: 4

TradeStation has glitch few weeks ago and count not able to login for 15 min. This is first time in my3 years experience. Overall good platform to use


Sent using the NexusFi mobile app

Reply With Quote
Thanked by:
  #7 (permalink)
 
SMCJB's Avatar
 SMCJB 
Houston TX
Legendary Market Wizard
 
Experience: Advanced
Platform: TT and Stellar
Broker: Advantage Futures
Trading: Primarily Energy but also a little Equities, Fixed Income, Metals and Crypto.
Frequency: Many times daily
Duration: Never
Posts: 5,049 since Dec 2013
Thanks Given: 4,388
Thanks Received: 10,207

You've received some great advise already. If you can, I would advise you to diversify (run other systems) rather than to just trade one system larger and larger. Its great when it works but when you go into a drawdown it will be terrible.

jkepha View Post
I may use some leverage on my strategy

Futures themselves are already highly leveraged (S&P500 17:1, Crude 15:1 even Bitcoin is 2.4:1) hence I would advise against this. Always have sufficient funds so that you can handle a risk of ruin event, which normally means never use additional leverage.

Reply With Quote
Thanked by:




Last Updated on March 8, 2021


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts