-
Where can I find more detailed instructions on how to setup the various aspects of Nautilus such as the back testing and trading. A suggested architecture layout would be helpful. Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
Hi @euriska - I'm not exactly sure what you're asking - but there is an examples folder in the repo with a handful of backtesting and live trading example setups. The readme also contains a high level architectural diagram. |
Beta Was this translation helpful? Give feedback.
-
The architectural diagram is nice but it doesn't tell me what servers I need to build or if it's one server. I would think the back testing server and execution engines would be on separate servers at the very least. I did not see any guidance on how to build these components.
Thanks,
…________________________________
From: Brad ***@***.***>
Sent: Tuesday, May 23, 2023 4:39 PM
To: nautechsystems/nautilus_trader ***@***.***>
Cc: Douglas Sterner ***@***.***>; Mention ***@***.***>
Subject: Re: [nautechsystems/nautilus_trader] Setup (Discussion #1112)
Hi @euriska<https://github.com/euriska> - I'm not exactly sure what you're asking - but there is an examples folder in the repo with a handful of backtesting and live trading example setups. The readme also contains a high level architectural diagram.
—
Reply to this email directly, view it on GitHub<#1112 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AKNIICSWX24T6HZME26DTA3XHUN7PANCNFSM6AAAAAAYMA5ZYE>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
And is there guidance on how to build these additional components and integrate them into the messaging bus and cache. I would prefer to build the environment in its final end state.
Thanks,
…________________________________
From: Brad ***@***.***>
Sent: Tuesday, May 23, 2023 5:04 PM
To: nautechsystems/nautilus_trader ***@***.***>
Cc: Douglas Sterner ***@***.***>; Mention ***@***.***>
Subject: Re: [nautechsystems/nautilus_trader] Setup (Discussion #1112)
Nautilus is run as a single process. Typically backtest and live execution would however be split across different servers.
—
Reply to this email directly, view it on GitHub<#1112 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AKNIICUCXEQHIDBA755TCATXHUQ6RANCNFSM6AAAAAAYMA5ZYE>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Brad,
How to I accomplish this: "Typically backtest and live execution would however be split across different servers."
…________________________________
From: Brad ***@***.***>
Sent: Tuesday, May 23, 2023 5:22 PM
To: nautechsystems/nautilus_trader ***@***.***>
Cc: Douglas Sterner ***@***.***>; Mention ***@***.***>
Subject: Re: [nautechsystems/nautilus_trader] Setup (Discussion #1112)
The "components" are all internal to the nautilus process - no building required. Running any of the live or backtests examples includes all of these components.
—
Reply to this email directly, view it on GitHub<#1112 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AKNIICXHV5V53VSEJENKBTTXHUTBPANCNFSM6AAAAAAYMA5ZYE>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
The "components" are all internal to the nautilus process - no building required. Running any of the live or backtests examples includes all of these components.