MoneyMechanics wrote:
I am wondering how to define the Period for a chart which I am displaying in a backtest that is not using JForex? I'm assuming that to change the Period once within the strategy I will have to add a drop down menu populated with different Periods within the JPanel that holds the other four buttons as described in your example:
https://www.dukascopy.com/wiki/#Test_a_s ... n_GUI_mode
I am also unsure of how to define the default Period before the chart starts drawing too.
Try the following example:
https://www.dukascopy.com/wiki/#Standalo ... chart_typeMoneyMechanics wrote:
Is there a way to specify the indicator parameters for indicators added below charts via the addSubIndicator method for type IChart?
The method does not work at the moment, this will be fixed as soon as available. This means that currently you can't put multiple indicators on the same indicator panel - each indicator gets plotted own indicator panel.