Welcome to NexusFi: the best trading community on the planet, with over 150,000 members Sign Up Now for Free
Genuine reviews from real traders, not fake reviews from stealth vendors
Quality education from leading professional traders
We are a friendly, helpful, and positive community
We do not tolerate rude behavior, trolling, or vendors advertising in posts
We are here to help, just let us know what you need
You'll need to register in order to view the content of the threads and start contributing to our community. It's free for basic access, or support us by becoming an Elite Member -- discounts are available after registering.
-- Big Mike, Site Administrator
(If you already have an account, login at the top of the page)
I started to use easylanguage/tradestation. Honestly, I can't stand it. But it is what it is. I think TOS and TV are infinitely more intuitive. TS feels like it was designed for windows 95.
Anyway, if I create a strategy that places an order, does the stoploss and target price go to TS's server? Or is it the client app on my computer that handles it?
I am really hoping the answer is TS server. If I lose electricity, or internet, I could also lose a boatload of money if this is handled on the client side.
Assuming it is on the server side, what about the next piece of code. This one I am 100% sure it is handled by the client. How can I rewrite this to be server based? Assuming it is even possible.
Can you help answer these questions from other members on NexusFi?
Trading: Primarily Energy but also a little Equities, Fixed Income, Metals, U308 and Crypto.
Frequency: Many times daily
Duration: Never
Posts: 5,117 since Dec 2013
Thanks Given: 4,482
Thanks Received: 10,335
If your not a programmer its very friendly. If you can program it can be a little limiting. Initially I was impressed with Tradestation but the more I dug in the more limitations I found. Not sure what, if anything, is out there that is better though.
I believe its your choice. 1/ Desktop 2/ Tradestation Network 3/ Sent to Exchange
It's not. Code runs on the client. If you want this you'll need to run the client co-located or in the cloud.
There is a checkbox setting in the strategy "properties>>automation" dialog box that sends stop orders to the tradestation server.
Search YT for "The Art of TradeStation - The Strategy Automation Process" for details. And there is always the cell phone app as a last resort.
I think you hit the nail on the head about being a programmer or not. I am a programmer, and ,maybe that's why I don't like it. I like pine script in tradingview a lot better, although it also has limitations. Would love to be able to call external scripts as includes. But overall, I like working with it a lot better.
I am currently working on connecting to the tradestation and IBRK APIs and running my strategies in PHP. But also am exploring the ideas of using the tradingview alerts with webhooks that trigger orders with the API. My concern though is the speed and execution time of it all.
As for having the choice of desktop, ts network, or exchange, where is this set?