maybe someone here will see instantly what ive been looking for for a while now
You need to open the debug window for that code. Upon right click on the panel where the study is loaded, the script detects that the right button was pressed, prints its bar coordinate and then it proceeds with the rest of the calculation
The bug is that if i comment out if (rclick ==1) to exectue the whole calculation only upon click detection, the efs exits main() when it gets at the offsetSeries(t3 ... line
I have no idea why
You need to open the debug window for that code. Upon right click on the panel where the study is loaded, the script detects that the right button was pressed, prints its bar coordinate and then it proceeds with the rest of the calculation
The bug is that if i comment out if (rclick ==1) to exectue the whole calculation only upon click detection, the efs exits main() when it gets at the offsetSeries(t3 ... line
I have no idea why
Comment