Im trying to plot a buy sell signal on the bar chart panel using data generated by an efs that is NOT a price study. The setGlobalValue can be used to transfer data from one efs to another, but only the last bar of data is transferred. I would like to transfer all past bars of data and sync the data between the tow efs'. I have tried using a bar counter, but the counter is not the same count in the two efs' and will not pass anything but the current bar's value.
Any suggestions other than to reload all the logic from the non- price study into the price study ???
Any suggestions other than to reload all the logic from the non- price study into the price study ???
Comment