After struggling with coding errors impacting trading, i have started separating dev and prod setups. My current setup is
1. dev (separate ninjatrader instance running on sim, connection replay)
2. test(separate ninjatrader instance running on sim, connection paper trade)
3. prod(separate ninjatrader instance running on broker a/c)
i plan to host the code on git. currently i copy/paste the code across environments. Is there a systematic way of using a cicd pipeline. I would use some ideas and if there a working model, pl share.
1. dev (separate ninjatrader instance running on sim, connection replay)
2. test(separate ninjatrader instance running on sim, connection paper trade)
3. prod(separate ninjatrader instance running on broker a/c)
i plan to host the code on git. currently i copy/paste the code across environments. Is there a systematic way of using a cicd pipeline. I would use some ideas and if there a working model, pl share.