NexusFi: Find Your Edge


Home Menu

 





How to check for Total Trades?


Discussion in EasyLanguage Programming

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




 
Search this Thread
  #1 (permalink)
 
FastNCurious's Avatar
 FastNCurious 
saint louis MO
 
Experience: Intermediate
Platform: TradeStation
Trading: NQ, ES, YM, CL, GC
Posts: 149 since Oct 2017
Thanks Given: 95
Thanks Received: 177

I would like to learn how to write code that would check to see how many trades have been taken this month or this year or this day. I have instances where what I am testing requires a trade counter to eliminate taking trades after the initial signal failed.

For instance, in plain english...

if total trades this month = 0 then begin

or

if total trades this year <=3 then begin

or

if total trades today <=4 then begin

This would be very useful as it puts a limit on how much you could lose in a given year, month, day.

Any pointers would be greatly appreciated.


Visit my NexusFi Trade Journal Started this thread Reply With Quote

 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
NexusFi site changelog and issues/problem reporting
13 thanks
Darmok and Jalad at Tanagra
3 thanks
Big Mike in Ecuador
1 thanks
30 Sessions
1 thanks
  #2 (permalink)
 
ShadowFox's Avatar
 ShadowFox 
CO/USA
 
Experience: Intermediate
Platform: TradeStation, Multicharts
Trading: Stocks, Futures
Posts: 129 since Jun 2020
Thanks Given: 70
Thanks Received: 159

Should be able to do this with a variable for tracking trades today or trades this month. Something like

Tradestoday(0),

Mydate(date)

If date <> mydate then begin //clear trade counter

Mydate = date;

Tradestoday = 0;

End;

If tradecondition = true the begin

Enter trade code

Tradestoday = tradestoday +1; //add to counter

End;

If you want to limit trades in a day just add that in the if statement before entering a trade.

Writing this on my phone so disregard the bad coding.


Visit my NexusFi Trade Journal Reply With Quote




Last Updated on November 26, 2020


© 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