Skip to content

Smart Trades with RR ( RISK and REWARD )

T Zacks edited this page Oct 15, 2022 · 1 revision

when you run it , it will ask for data as shown below

image

Same data as the previous script except the following

  • 3c-apikey - your 3Commas API key value. How to Create a 3commas API ?
  • 3c-apisecret - your 3Commas API key secret value.
  • accounts = your account/accounts number how to get the account number?
  • risk-per-trade = 100 -- in this script it asks for how much you will to risk per trade in Dollar value example $100
  • risk_reward-1 = 1.0 -- your first TP is 1:1 Risk Reward Ratio
  • risk_reward-2 = 2.4 -- your 2nd TP is 1:2.4 Risk Reward Ratio
  • vol1 = 2.0 -- how much volume of your position will you sell at the first TP
  • vol2 = 98.0 how much volume of your position will you sell at the 2nd TP
  • Breakeven = True - when reaching the first TP , do you want to move your stop loss to Breakeven ?! True for yes or False for NO
  • leverage - are you going to use leverage Trading ? then what is your lev maybe 5 or 10 or 100? default is 1 for SPOT Trading
  • tgram-phone-number - your Telegram phone number, needed for first time authorization code. (session will be cached in watchlist.Session)
  • tgram-api-id - your telegram API id. how to get Telegram App/HASH?
  • tgram-api-hash - your telegram API hash.
  • tgram-channel - name of the chat channel to send trades to
  • notifications - set to true to enable notifications. (default = False) How to setup telegram Notifications
  • notify-URLs - one or a list of apprise notify URLs, each in " " separated with commas. See Apprise website for more information.

Smart_Trade_with_RR FORMAT

LONG/SHORT COIN entry price ( limit ) stoploss

image

You can use CLOSE to Close/Panic Sell all your SMART trades