NexusFi: Find Your Edge


Home Menu

 





Daily Profit Stop


Discussion in EasyLanguage Programming

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




 
Search this Thread
  #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?
April 2026 Jobs Report: +115k vs +65k Expected
Traders Hideout
TradingView Deploys AI to Monitor SEC Filings in Real Ti …
TradingView
Netherlands & Germany Surge as World Cup Field Narro …
Prediction Markets & Event Contracts
Iran Forward Curve: June 30 at 56% vs June 15 at 28% -- …
Prediction Markets & Event Contracts
Orban at 29pct as Hungary Votes Tomorrow -- McIlroy Surg …
Prediction Markets & Event Contracts
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Big Mike in Ecuador
197 thanks
Sober Journey With S&P
27 thanks
30 Sessions
20 thanks
BERN ALGOS algo trading journal
8 thanks
Volume Indicators
8 thanks
  #3 (permalink)
 choke35 
Germany
 
Experience: Intermediate
Platform: Other
Trading: ES, YM, 6E
Posts: 2,622 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 NexusFi 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,622 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


© 2026 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 - Downloads - Top
no new posts