NexusFi: Find Your Edge


Home Menu

 





What ports to monitor on VPS


Discussion in TradeStation

Updated
    1. trending_up 4,759 views
    2. thumb_up 8 thanks given
    3. group 3 followers
    1. forum 14 posts
    2. attach_file 1 attachments




 
Search this Thread

What ports to monitor on VPS

  #11 (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


planetkill View Post
What do you mean by locks up? Like the process (.exe) stops responding? I'd dig deeper into the source of the lock up.

From my own experience, I run NT8 on an azure VM, and have used aws too. The only time I've had a problem was when the program crashed, but the root cause was that I was running on an instance will too little RAM.

If tradestation randomly crashes and there is no solution such as increase memory, then perhaps tradestation is not the right platform to choose.

I have 16 GB of RAM and the programs never hit that ceiling. It happens at various points, usually when launching a workspace or adding an indicator or strategy. Nothing exotic, mind you. It happened 4 times the other day. The workspace flickers white and I get the dreaded 'TradeStation has experienced a problem and will shut down' message.

How is your VM spec'd on Azure?

~vmodus

Follow me on Twitter Visit my NexusFi Trade Journal Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Quantum physics & Trading dynamics
The Elite Circle
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
Cheap historycal L1 data for stocks
Stocks and ETFs
ZombieSqueeze
Platforms and Indicators
REcommedations for programming help
Sierra Chart
 
  #12 (permalink)
Prophet85
Gothenburg Sweden
 
Posts: 75 since Jul 2019
Thanks Given: 53
Thanks Received: 24


vmodus View Post
I have 16 GB of RAM and the programs never hit that ceiling. It happens at various points, usually when launching a workspace or adding an indicator or strategy. Nothing exotic, mind you. It happened 4 times the other day. The workspace flickers white and I get the dreaded 'TradeStation has experienced a problem and will shut down' message.

How is your VM spec'd on Azure?

~vmodus

I'm actually interested to know what specs others use for there VPC so I just made another thread asking this question. Maybe I am stupid but for me it seems much more expensive to get the same specifications on a VPC compared to VPS specially if you are running the service 24/5.

Reply With Quote
Thanked by:
  #13 (permalink)
 planetkill 
New York City + NY/United States
 
Posts: 356 since Sep 2018
Thanks Given: 108
Thanks Received: 311


On Azure im on Standard D4s v3 (4 vcpus, 16 GiB memory), Windows (Windows Server 2019 Datacenter
Costs $200 per month. I also use it for other stuff, but in terms of trading I only use it with RDP for discretionary chart trading. I think of it more like a dedicated 99.99% uptime internet connection. A recall reading on this forum that Big Mike has multiple internet connections for his home as backups, this VM is my version of that. Another benefit is I can trade on any pc, and even on my phone through RDP.

With NT8, I've never had a single crash on this instance, and I never restart it (outside of azure doing some kind up automatic upgrade restart).
I think you could get away with a much cheaper instance too.

Once my new AMP account is funded, I'll be testing Sierra Charts on the VM. But everything I've read so far says Sierra Charts is one of the most light weight platforms, so I don't expect any crashes.

If I were you I'd contact tradestation support for help debugging your frequent crashes. I'm sure there's crash logs with additional info. Probably best to address the crashes directly instead of building hacky work arounds.



vmodus View Post
I have 16 GB of RAM and the programs never hit that ceiling. It happens at various points, usually when launching a workspace or adding an indicator or strategy. Nothing exotic, mind you. It happened 4 times the other day. The workspace flickers white and I get the dreaded 'TradeStation has experienced a problem and will shut down' message.

How is your VM spec'd on Azure?

~vmodus


Reply With Quote
Thanked by:
  #14 (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


planetkill View Post
On Azure im on Standard D4s v3 (4 vcpus, 16 GiB memory), Windows (Windows Server 2019 Datacenter
Costs $200 per month. I also use it for other stuff, but in terms of trading I only use it with RDP for discretionary chart trading. I think of it more like a dedicated 99.99% uptime internet connection. A recall reading on this forum that Big Mike has multiple internet connections for his home as backups, this VM is my version of that. Another benefit is I can trade on any pc, and even on my phone through RDP.

With NT8, I've never had a single crash on this instance, and I never restart it (outside of azure doing some kind up automatic upgrade restart).
I think you could get away with a much cheaper instance too.

Once my new AMP account is funded, I'll be testing Sierra Charts on the VM. But everything I've read so far says Sierra Charts is one of the most light weight platforms, so I don't expect any crashes.

If I were you I'd contact tradestation support for help debugging your frequent crashes. I'm sure there's crash logs with additional info. Probably best to address the crashes directly instead of building hacky work arounds.

I also use MultiCharts (64-bit) and Sierra Charts (analysis only, no trading). Both have performed flawlessly. SC is just awesome when it comes to performance.

I have done the rounds with TS support to no avail (hours and hours and hours). This has been a years long thing and not isolated to one PC. We will move away from TS at some point.

One suggestion with regards to using RDP: you need to make sure your IP with Azure is configured to only allow connections from certain IP addresses, otherwise you leave the VM open to attacks. There are a number of ways to do this, including Azure's VPN. The key is having a dedicated IP, as I understand it. If you use a VPN service (I use NordVPN), you can get a dedicated IP address, in case you hop around the planet like we tend to do. Or just get Azure's. I know once we move our live strategies to Azure, I will be securing it.

~vmodus

Follow me on Twitter Visit my NexusFi Trade Journal Reply With Quote
Thanked by:
  #15 (permalink)
 planetkill 
New York City + NY/United States
 
Posts: 356 since Sep 2018
Thanks Given: 108
Thanks Received: 311

Another option is to use Azure's JIT RDP.

Pros:*Reduces the risk of succesfull brute force attacks as the port is only open when you need it

Cons:*You still need to open port 3389 to public internet leaving you vulnerable within the allotted time frame.

https://docs.microsoft.com/en-us/azure/security-center/security-center-just-in-time

vmodus View Post
I also use MultiCharts (64-bit) and Sierra Charts (analysis only, no trading). Both have performed flawlessly. SC is just awesome when it comes to performance.

I have done the rounds with TS support to no avail (hours and hours and hours). This has been a years long thing and not isolated to one PC. We will move away from TS at some point.

One suggestion with regards to using RDP: you need to make sure your IP with Azure is configured to only allow connections from certain IP addresses, otherwise you leave the VM open to attacks. There are a number of ways to do this, including Azure's VPN. The key is having a dedicated IP, as I understand it. If you use a VPN service (I use NordVPN), you can get a dedicated IP address, in case you hop around the planet like we tend to do. Or just get Azure's. I know once we move our live strategies to Azure, I will be securing it.

~vmodus


Reply With Quote




Last Updated on July 11, 2020


© 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