How to create a STOP LOSS (in python)

Поделиться
HTML-код
  • Опубликовано: 16 ноя 2024

Комментарии • 6

  • @moondevonyt
    @moondevonyt  2 года назад +1

    🧠 remove emotion & automate your trading in my step by step bootcamp: algotradecamp.com/?
    ❤ Use Luxee AI be 10X more productive: www.luxeeai.com/
    💥 Don't have any money to trade? Earn $100 per day with AI: algotradecamp.com/100day

  • @kodeshministry4612
    @kodeshministry4612 2 года назад +2

    My dudeeeeee, just booked a call! Can't wait to chat tomorrow. Please help me make my dreams come TRUEEEEEE!

  • @preglerjr
    @preglerjr 2 года назад +1

    did you get an error that said the Trigger price was too small?

    • @moondevonyt
      @moondevonyt  Год назад

      Thank you for your comment and for your interest in creating a stop loss in Python. When setting up a stop loss, it's important to ensure that the trigger price is set correctly to avoid any potential errors.
      If you encountered an error message stating that the trigger price was too small, it typically means that the trigger price you set is below the minimum allowed value for the specific exchange or trading platform you are using. Different platforms and exchanges may have different requirements and limitations when it comes to setting stop loss orders.
      To resolve this issue, you can check the documentation or support resources provided by the exchange or platform to understand the specific requirements for setting a stop loss order. You may need to adjust the trigger price to meet the minimum threshold specified by the platform.
      If you're interested in learning more about implementing stop loss orders and removing emotion from your trading, I invite you to visit my website at algotradecamp.com/limited-edition?. In my limited edition course, I provide detailed guidance on these topics, including how to effectively set up stop loss orders in your trading strategies.
      Thank you for your comment, and I hope this information helps you in troubleshooting the error message. For more in-depth guidance on removing emotion and automating your trading, make sure to visit algotradecamp.com/limited-edition?.

  • @L0RDAP0PHIS
    @L0RDAP0PHIS Месяц назад

    I have an issue where my bots TP and SL limit orders don't always trigger. I'd like to make them market orders instead. What would that code look like? I'm interested in trading BTCUSDT on Binance and BTCUSD on Bybit

    • @moondevonyt
      @moondevonyt  Месяц назад

      for market orders, u can tweak the bot to send a market order instead of a limit order when ur TP/SL triggers. it's a simple switch in the code. what language is ur bot coded in, python or something else?