You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In manual trading, a common technique used to increase profit is the concept of “taking profits and leaving runners.” This can be executed in 2 ways:
Sell x% of your position at a take profit point and then continuously exit more as the trade goes in your favor with stop losses at certain levels or when it falls down to breakeven from your initial take profit point.
Trailing stop losses. Disadvantages: You might get “chopped” out even if the general trend of the trade will eventually succeed and continue on.
So my question is: is there a way to implement the first way with the signal_dict construction, Order construction logic, and/or Isolated Position? Thanks!
The text was updated successfully, but these errors were encountered:
In manual trading, a common technique used to increase profit is the concept of “taking profits and leaving runners.” This can be executed in 2 ways:
So my question is: is there a way to implement the first way with the
signal_dict
construction, Order construction logic, and/or Isolated Position? Thanks!The text was updated successfully, but these errors were encountered: