Hi,
I am using eclipse for strategy development in jforex using eclipse and following code works like a charm in eclipse and show the same value as on charts .
double currentValues[]= indicators.stoch(chart.getFeedDescriptor(), OfferSideSTO1, fastKPeriodSTO1, slowKPeriodSTO1 , slowKMaTypeSTO1 , slowDPeriodSTO1 , slowDMaTypeSTO1).calculate(i);
When i import the same code in Jorex demo application and run through historical Tester same code returning some different value from charts. Charts have some different value for STOCH while code is giving me other value which is completely different then value on chart.
I would request you to please let me know of possible solution for this. I have wasted lot's of time to find this. it look like bug in historicalTester.