NexusFi: Find Your Edge


Home Menu

 





Monthly Stops


Discussion in EasyLanguage Programming

Updated
      Top Posters
    1. looks_one crmtrade with 2 posts (0 thanks)
    2. looks_two Quick Summary with 1 posts (0 thanks)
    3. looks_3 Jeff65 with 1 posts (0 thanks)
    4. looks_4 MooreTech with 1 posts (0 thanks)
    1. trending_up 2,640 views
    2. thumb_up 0 thanks given
    3. group 3 followers
    1. forum 4 posts
    2. attach_file 0 attachments




 
Search this Thread
  #1 (permalink)
crmtrade
Toronto
 
Posts: 2 since Jul 2010
Thanks Given: 0
Thanks Received: 0

Hi Guys, can anyone paste a code for Monthly stops? Last piece I need to complete my strategy. Thanks


Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Equity Monaco download file?
Psychology and Money Management
IBD Accumulation/Distribution Rating
NinjaTrader
OMG! The Schwab API is live now!
NinjaTrader
Using multiple Versions of the same DLL in MC.Net
MultiCharts
Multiple Timeframes in One Chart/Strategy
MultiCharts
 
  #3 (permalink)
Jeff65
Gurnee, IL
 
Posts: 46 since Apr 2010
Thanks Given: 17
Thanks Received: 97



crmtrade View Post
Hi Guys, can anyone paste a code for Monthly stops? Last piece I need to complete my strategy. Thanks

By monthly stop do you mean to exit all open positions on the last day of the month?


Reply With Quote
  #4 (permalink)
crmtrade
Toronto
 
Posts: 2 since Jul 2010
Thanks Given: 0
Thanks Received: 0

Hi Jim,

What I mean is, example if the monthly stop is 2k, then if the system loses 2k it shuts off for the rest of the month. I need this as a seperate strategy. If anyone could post the code would be greatly appreciated.


Reply With Quote
  #5 (permalink)
 MooreTech 
Orlando, Florida
 
Experience: Advanced
Platform: NinjaTrader, TradeStation, MultiCharts, eSignal, MetaTrader
Trading: ES
Posts: 57 since Aug 2010
Thanks Given: 6
Thanks Received: 73

I did not test this, but I think it should work.

 
Code
                            
if month(d)<>month(d[1]) then begin
startofmonth
=netprofit;
allowtrading=true;
end;

if 
netprofit<startofmonth-MyMonthlyStop then begin
// exit your positions here
allowtrading=false;
end;

if 
allowtrading then begin
// your entries here
end


Follow me on X Reply With Quote




Last Updated on December 5, 2010


© 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