Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

accessing ChartTrader Sell Bid button

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    accessing ChartTrader Sell Bid button

    it seems this is not working...

    buttonSellBid = chartTraderGrid.FindFirst("ChartTraderControlQuick SellBidButton") as Button;

    I'm able to get the others...

    buttonBuyMarket = chartTraderGrid.FindFirst("ChartTraderControlQuick BuyMarketButton") as Button;

    buttonSellMarket = chartTraderGrid.FindFirst("ChartTraderControlQuick SellMarketButton") as Button;

    ;buttonBuyAsk = chartTraderGrid.FindFirst("ChartTraderControlQuick BuyAskButton") as Button;;

    buttonSellAsk = chartTraderGrid.FindFirst("ChartTraderControlQuick SellAskButton") as Button;

    buttonBuyBid = chartTraderGrid.FindFirst("ChartTraderControlQuick BuyBidButton") as Button;

    buttonSellBid = chartTraderGrid.FindFirst("ChartTraderControlQuick ReverseButton") as Button;


    ???

    #2
    this is not working

    buttonSellBid.IsEnabled = false;
    buttonSellBid.Visibility = Visibility.Hidden;​

    Comment


      #3
      the others I can disable and hide

      Comment


        #4
        Well, I had a bug...this is working now....

        Comment


          #5
          Hello llanqui,

          I just wanted to post a follow-up here, it looks like you solved your problem but for future reference our support cannot assist with disabling default platform features. Items like this would be up to you to debug or solve if you wanted to do that type of task.

          Comment


            #6
            thanks, yes...sometimes I post here knowing that Ninja Support will not provide an answer, but other members might

            anyway, it was an error in my code

            Comment


              #7
              It is helpful if you provide the corrected code otherwise it's just buggy code that doesn't work.

              Comment

              Latest Posts

              Collapse

              Topics Statistics Last Post
              Started by CarlTrading, 05-11-2026, 05:56 AM
              0 responses
              28 views
              0 likes
              Last Post CarlTrading  
              Started by CarlTrading, 05-10-2026, 08:12 PM
              0 responses
              20 views
              0 likes
              Last Post CarlTrading  
              Started by Hwop38, 05-04-2026, 07:02 PM
              0 responses
              183 views
              0 likes
              Last Post Hwop38
              by Hwop38
               
              Started by CaptainJack, 04-24-2026, 11:07 PM
              0 responses
              337 views
              0 likes
              Last Post CaptainJack  
              Started by Mindset, 04-21-2026, 06:46 AM
              0 responses
              261 views
              0 likes
              Last Post Mindset
              by Mindset
               
              Working...
              X