NexusFi: Find Your Edge


Home Menu

 





Daily Profit Stop


Discussion in EasyLanguage Programming

Updated
    1. trending_up 1,533 views
    2. thumb_up 0 thanks given
    3. group 2 followers
    1. forum 4 posts
    2. attach_file 0 attachments




 
Search this Thread

Daily Profit Stop

  #1 (permalink)
ELong
Chicago
 
Posts: 4 since Apr 2013
Thanks Given: 3
Thanks Received: 0

Hello All,

I am trying to build a daily profit stop for my trading system. The idea is to activate a trigger (or flag) that kicks in at a predetermined profit ($200 dollars for example) and keeps trading as long as the daily profit is above that profit level. As soon as the daily profit drops below it ($187.50 for example) the system stops trading for the day. I tried variations on the daily loss/profit examples in this forum, but it does not work correctly. Here is an example of what I have done so far:

If Use_ProfitStop = True then begin

If date > date[1] and time < StartTime then begin
yesterdayProfit = NetProfit;
end;

begin
todayProfit = NetProfit - yesterdayProfit;
end;

end;

If ProfitStop < (todayProfit + MaxPositionProfit) and (todayProfit + OpenPositionProfit) < ProfitStop
then StopTrading = True else StopTrading = False;
If MarketPosition = 1 and StopTrading = True then Sell("PStop_X_L")this bar close;
If MarketPosition = -1 and StopTrading = True then Buytocover("PStop_X_S")this bar close;

Problem is that I get the signal that it has reached a limit, but it re-enters the market again later on the same trading day. Any help is greatly appreciated!

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
MC PL editor upgrade
MultiCharts
ZombieSqueeze
Platforms and Indicators
Exit Strategy
NinjaTrader
Better Renko Gaps
The Elite Circle
Increase in trading performance by 75%
The Elite Circle
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Diary of a simple price action trader
26 thanks
Just another trading journal: PA, Wyckoff & Trends
25 thanks
Tao te Trade: way of the WLD
23 thanks
My NQ Trading Journal
16 thanks
HumbleTraders next chapter
9 thanks
  #3 (permalink)
 choke35 
Germany
 
Experience: Intermediate
Platform: Other
Trading: ES, YM, 6E
Posts: 2,668 since Feb 2013
Thanks Given: 5,101
Thanks Received: 6,558


The code that you combine with your question doesn't make sense since it doesn't show any entries.
So, by which magic do you think other FIO members could guess how your entry rules are faulty
because they lead to unwanted re-entries?

Reply With Quote
  #4 (permalink)
ELong
Chicago
 
Posts: 4 since Apr 2013
Thanks Given: 3
Thanks Received: 0

This code was simply a variation I was trying. I am open to any code snippet that will accomplish the stated goal. Do you have any suggestions?

Reply With Quote
  #5 (permalink)
 choke35 
Germany
 
Experience: Intermediate
Platform: Other
Trading: ES, YM, 6E
Posts: 2,668 since Feb 2013
Thanks Given: 5,101
Thanks Received: 6,558


ELong View Post
This code was simply a variation I was trying. I am open to any code snippet that will accomplish the stated goal. Do you have any suggestions?

Think, you a) didn't get the answer or b) don't want to get it.

Let's suppose a), so the answer is:
Your code isn't "a variation", it doesn't contain any entries at all. I.e.: There are no longs that
could be sold nor shorts that could be covered. Nada.

In short:
Based on this code snippet there is nothing that could be corrected that is related to your problem.

Reply With Quote




Last Updated on May 8, 2016


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts