Topics
Replies
mfedora
27 Aug 2015, 13:01
RE:
Spotware said:
Dear Trader,
Could you please explain us in more detail what would you like to do?
The x-axis of an indicator is based on time and the y-axis is based on values that may vary based on the indicator.
I want to create in the graphic form. For when you resize the chart, the form also changed. Ie the form must be a child of the schedule.
@mfedora
mfedora
18 Aug 2015, 12:22
RE:
public enum mySymbols
{
AUDCAD,
AUDCHF,
AUDDKK,
AUDJPY,
AUDNZD,
AUDUSD,
CADCHF,
CADJPY,
CHFJPY,
EURAUD,
EURCAD,
EURCHF,
EURGBP,
EURHUF,
EURJPY,
EURNOK,
EURNZD,
EURSEK,
EURUSD,
GBPAUD,
GBPCAD,
GBPCHF,
GBPJPY,
GBPNOK,
GBPNZD,
GBPSGD,
GBPUSD,
NZDCAD,
NZDCHF,
NZDJPY,
NZDUSD,
USDCAD,
USDCHF,
USDDKK,
USDJPY,
USDMXN,
USDNOK,
USDSEK,
USDSGD,
USDPLN
}
[Parameter("Symbol1", DefaultValue = mySymbols.EURUSD)]
public mySymbols symbol1 { get; set; }
so ideally
but does not work.
Paul_Hayes said:
can you explain a bit further the problem please.
@mfedora
mfedora
18 Aug 2015, 12:04
RE:
track parameter change does not happen?
Some event occurs when you change a parameter?
Paul_Hayes said:
When you create an instance it is the instance of the symbol, you cannot as far as I know dynamically change this, what what you can do as a workaround is this.
[Parameter("Custom Symbol Name", DefaultValue = "EURUSD")] public string CustomSymbolName{ get; set; }Symbol symbol = MarketData.GetSymbol(CustomSymbolName);
@mfedora

and
mfedora
01 Oct 2015, 09:58
2 years have passed, and ClosePrice or not.
And in general, at least someone is engaged in the development of libraries for cAlgo?
@mfedora