NexusFi: Find Your Edge


Home Menu

 





Daily Profit/Loss Indicator


Discussion in TradeStation

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




 
Search this Thread

Daily Profit/Loss Indicator

  #1 (permalink)
AlexBa
Santo domingo/ Dominican Republic
 
Posts: 5 since Oct 2019
Thanks Given: 2
Thanks Received: 0

Hi, I've been working with indicators and strategies in easylanguage for a few years. Currently I want to implement an indicator that shows the limits of daily loss or gain, in reality what I need to see is the daily balance of the profir contributed by an individual symbol. I currently share with you what I have, but this only shows me the balance of the strategy, not what is really happening with the symbol. can you help me?

inputs:

___Daily_Profit_and_Loss_Targets___("___Daily_Profit_and_Loss_Targets___"),
Use_Daily_Profit_0_1 (0),
Daily_ProfitTarget( 500),
Use_Daily_Loss_0_1 (0),
Daily_LossTarget( 500),
Commish (4.74),
HoraInicio(0600);

variables:
NP( 0 ),
OPP( 0 ),
Todaynet( 0 ),
Yesterdaynet(0),
ProfToday( 0 ),
Trades_Today(0),
StartingTrades(0),
MP(0),
tradeON(false);



NP = I_closedequity ;


if date <> date[1] then begin
Yesterdaynet = I_closedequity ;

end;


ProfToday = (NP - Yesterdaynet);




Plot1(ProfToday,"Profit");
Plot2(0,"Cero");
pLOT3(Daily_ProfitTarget,"pROFIT");
plot4(-Daily_LossTarget,"Loss");

Setplotcolor(2,yellow);

if Use_Daily_Profit_0_1 = 1 and ProfToday >= Daily_ProfitTarget or ProfToday <= -absvalue(Daily_LossTarget) then
begin { exit all trades }

Setplotcolor(1,Red);

End;

[/CODE]


Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
Better Renko Gaps
The Elite Circle
How to apply profiles
Traders Hideout
NexusFi Journal Challenge - May 2024
Feedback and Announcements
MC PL editor upgrade
MultiCharts
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Spoo-nalysis ES e-mini futures S&P 500
48 thanks
Just another trading journal: PA, Wyckoff & Trends
31 thanks
Tao te Trade: way of the WLD
24 thanks
Bigger Wins or Fewer Losses?
24 thanks
GFIs1 1 DAX trade per day journal
22 thanks
  #2 (permalink)
 
numberjuani's Avatar
 numberjuani 
Agoura Hills, CA USA
 
Experience: Advanced
Platform: Tradestation&Multicharts
Broker: TradeStation
Trading: Futures & Equities
Posts: 128 since Apr 2019
Thanks Given: 9
Thanks Received: 102

Alex,

I dont really understand what youre trying to do, but I can see that in general terms youre working equity in an indicator, and strategies are much better for creating this kind of study. You have reserved words like

PositionProfit
OpenPositionProfit
NetProfit
DailyLosers
DailyWinners
EntriesToday

you can see all this info in the PrintLog too

Reply With Quote




Last Updated on November 11, 2019


© 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