NexusFi: Find Your Edge


Home Menu

 





Help! My program will not stop trading for the day even thou I set a maximum loss


Discussion in EasyLanguage Programming

Updated
      Top Posters
    1. looks_one Quick Summary with 1 posts (0 thanks)
    2. looks_two Keystone with 1 posts (0 thanks)
    3. looks_3 ABCTG with 1 posts (0 thanks)
    4. looks_4 honoluluhustler with 1 posts (0 thanks)
    1. trending_up 1,554 views
    2. thumb_up 0 thanks given
    3. group 4 followers
    1. forum 3 posts
    2. attach_file 0 attachments




 
Search this Thread
  #1 (permalink)
honoluluhustler
Honolulu + Hawaii / USA
 
Posts: 18 since Jul 2014
Thanks Given: 16
Thanks Received: 1

Help! My program will not stop trading for the DAY even thou I set a maximum loss limit for the day.
What is wrong with my code?
Thanks

if Date <> Date [1] then
begin
PrevNetProfit = NetProfit;
StopTrading = false;
end;

if NetProfit >= PrevNetProfit + 100 then StopTrading = true;

if Date <> Date [1] then
begin
PrevNetLoss = GrossLoss;
StopTrading = false;
end;

if GrossLoss >= PrevNetLoss + 65 then StopTrading = true;


Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Building models w/Neuroshell and Adaptatrade
Platforms and Indicators
Feb & Mar24 New Ag Micros & New Solana Crypto Fu …
Traders Hideout
Requesting replay data for...
NinjaTrader
My funded futures (mffu)
Funded Trading Evaluation Firms
Cocretum bands convert to NinjaTrader8
NinjaTrader
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Machine Learning Journal
41 thanks
Is the WH trying to engineer a recession? This Wall Stre …
15 thanks
Demark Indicator
5 thanks
OpenAIs Deep Research - finance/trading related prompts
3 thanks
Daytrading ES & NQ
3 thanks
  #3 (permalink)
 ABCTG   is a Vendor
 
Posts: 2,447 since Apr 2013
Thanks Given: 493
Thanks Received: 1,639


honoluluhustler,

when posting code, please wrap the code tags around it, it makes reading things a lot easier.
GrossLoss returns a negative number, so the condition
 
Code
if GrossLoss >= PrevNetLoss + 65 then StopTrading = true;
can never become true.

Regards,
ABCTG


Follow me on X Reply With Quote
  #4 (permalink)
 Keystone 
Dallas Texas
 
Experience: Advanced
Platform: Tradestation
Trading: Emini ES, Emini YM
Posts: 12 since Sep 2013
Thanks Given: 0
Thanks Received: 5

You may want to try this:

value1 = Gettodaysrttradeequity(getaccountid);


Reply With Quote




Last Updated on July 27, 2014


© 2025 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