NexusFi: Find Your Edge


Home Menu

 





Daily Profit/Loss Indicator


Discussion in TradeStation

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




 
Search this Thread
  #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?
Rubios Good News Within Hours and the 30-Day Math: Why H …
Prediction Markets & Event Contracts
Four New E-mini Futures Launch June 29 -- Russell 3000, …
Emini and Emicro Index
Would a node-based workflow for automated trading be useful?
Traders Hideout
Six Days to Kickoff: World Cup Prediction Markets Hit $1 …
Prediction Markets & Event Contracts
Ninjatrader users - good CONNECTIONs post and article fr …
NinjaTrader
 
  #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


© 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