Login Page - Create Account

Support Board


Date/Time: Sun, 19 May 2024 01:42:20 +0000



Post From: Subgraph in more regions, is it possible?

[2019-06-06 14:52:43]
User932967 - Posts: 18
ok, in this way I can manually move the individual studies applied to the main graph in other regions.
But what I meant was different.
For study reasons, I programmed a classic Trading System based on 2 moving averages. When they are crowned on the chart an order is opened or closed, I don't go into detail because it is a classic and well-known example.
In the programmed trading system there is also a "counter", practically it is a vector of integer values, :

SCSubgraphRef CandelaSubgraph = sc.Subgraph [7];

for each new candle in the graph's time frame a routine performs a calculation.. it calculates an integer value and saves it in the vector.
The trading system that I have programmed must be able to show on the screen the 2 moving averages (and this does it regularly) but also a line that represents "CandelaSubgraph", but this one in a different region, otherwise it could not be seen since the calculated values ​​differ too much from the price of the financial instrument..
This is the meaning of my request, I hope I was clear now.
Thanks
Piero
Date Time Of Last Edit: 2019-06-06 14:55:27