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 Geovanny Suaza, 02-11-2026, 06:32 PM
              0 responses
              579 views
              0 likes
              Last Post Geovanny Suaza  
              Started by Geovanny Suaza, 02-11-2026, 05:51 PM
              0 responses
              334 views
              1 like
              Last Post Geovanny Suaza  
              Started by Mindset, 02-09-2026, 11:44 AM
              0 responses
              101 views
              0 likes
              Last Post Mindset
              by Mindset
               
              Started by Geovanny Suaza, 02-02-2026, 12:30 PM
              0 responses
              554 views
              1 like
              Last Post Geovanny Suaza  
              Started by RFrosty, 01-28-2026, 06:49 PM
              0 responses
              551 views
              1 like
              Last Post RFrosty
              by RFrosty
               
              Working...
              X