Quote:
Hi,
Cubic Spline is a data interpolation available in the run-time parameters when back-testing:
I need to use it like an indicator in my code in the OnTick or OnBar method.Is there any API in JForex?There are some java liberary for Cubic Spline on the internet they all get 3 parameters:
https://www.jsc.nildram.co.uk/api/index.htmlSpline(int N, double[] X, double[] Y)
What should I pass to Spline to get the same functionality in Back-testing?
Period 1 Hour
Thanks.