Login Page - Create Account

Support Board


Date/Time: Sat, 18 May 2024 15:41:00 +0000



Post From: Simultaneous live/demo algo trading on one instance

[2024-04-10 07:15:40]
User61168 - Posts: 351
I am not a qualified programmer...just a guy keeping everything simple with simple alerts so here's my 2 cents:
1) clone the charts: one for live account and one or more for each demo account with their respective study collections
2) Use price overlay study on live chart to pull in the open position qty (and average price line if required) of each demo account chart
3) check for open trade qty/price in your live trade entry logic as a condition before sending the live order to your trading service.