development

  1. B

    Question on ... Custom trading software dev & data feed

    Hello friends, I am developing a minor analysis platform more suited for individual investors with JAVA. Till now this is used for US market and pulls data, allows some analysis as well as prints reports etc. I am now customizing it for India market and I have few basic questions. 1. In US...
  2. A

    Amibroker System Development

    Hi All, I was developing a trend following system in Amibroker and have come across several mind-numbing errors. Consider for example, this snippet TimeFrameSet(inWeekly); LongTrend=IIf(EMA(C,11)>EMA(C,22),1,0); ShortTrend=IIf(EMA(C,11)<EMA(C,22),1,0); TimeFrameRestore(); ...