Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Takeprofit and reverse

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

    Takeprofit and reverse

    Hi,
    sorry for my english,
    I need to revese the position in the same bar and moment of takeprofit.
    How can i do?
    Something like this...

    if(...)
    EnterLong("EnL1");
    SetProfitTargetANDREVERSE("EnL1", CalculationMode.Percent, 0.1);

    #2
    Hi Fabri, welcome to our forums - there would be unfortunately not a Set Target method that would offer the option to reverse as well, but you could custom code to achieve this trait.

    For example you could detect the Execution of the Set Target and then issue your reverse order as needed -

    Comment


      #3
      I tried with this script....
      if (Position.GetProfitLoss(V, PerformanceUnit.Percent)>=0.01)
      EnterShort("EnS1");

      but I failed because beacktest does not gave me the signal profit and reverse at the same bar and moment... can you help me please?
      I need to write this script..
      SetProfitTarget ("EnL1", CalculationMode.Percent, 0.1).... when condition profitTarget=true entershort or shortsell at the same livel of target
      Last edited by fabri; 04-24-2012, 01:56 AM.

      Comment


        #4
        nobody can help me to write it in ninjatrader language?
        thanks

        Comment


          #5
          fabri, we can unfortunately not custom code this for you - but with the sample I provided you could check when the Profit Target order executes and then submit your reverse order in OnExecution() - this would work for a backtest as well.

          If you seek to have the code needed created professionally for you - please check with those certified NinjaScript consultants available - http://www.ninjatrader.com/partners#...pt-Consultants

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by Geovanny Suaza, 02-11-2026, 06:32 PM
          0 responses
          561 views
          0 likes
          Last Post Geovanny Suaza  
          Started by Geovanny Suaza, 02-11-2026, 05:51 PM
          0 responses
          325 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
          547 views
          1 like
          Last Post Geovanny Suaza  
          Started by RFrosty, 01-28-2026, 06:49 PM
          0 responses
          547 views
          1 like
          Last Post RFrosty
          by RFrosty
           
          Working...
          X