Пример #1
0
 public BotWhithTwoTimeFrameUi(BotWhithTwoTimeFrame bot)
 {
     InitializeComponent();
     _painter = new ChartPainter("chart", bot.StartProgram);
     _painter.StartPaintPrimeChart(HostChart, Rectangle);
     _bot = bot;
 }
Пример #2
0
 public BotWhithTwoTimeFrameUi(BotWhithTwoTimeFrame bot)
 {
     InitializeComponent();
     _painter = new ChartCandlePainter("chart", bot.StartProgram);
     _painter.StartPaintPrimeChart(HostChart, Rectangle);
     _bot = bot;
     ButtonPaint.Content = OsLocalization.Trader.Label133;
 }