lastPrft: Daily Profit/Loss

View source: R/lastPrft.R

lastPrftR Documentation

Daily Profit/Loss

Description

Shows a list of daily profit/loss with percentage and balance for the latest week or month.

Usage

lastPrft(period = "weekly", token)

Arguments

period

Shows a list of daily profit/loss for a week or month using weekly or monthly. Default is weekly.

token

The token is string value obtain from user ID settings in the NOBITEX. If you are not registered on the website, please use the provided link.

Value

report_date

Date index of the data frame.

total_profit

Total daily profit/loss value.

total_profit_percentage

Total daily profit/loss percentage.

total_balance

Total balance at the end of the day.

Examples

## Not run: 
tkn <- "CONTACT WITH AUTHOR"
lastPrft("monthly", token = tkn)

## End(Not run)

TSEtools documentation built on Jan. 8, 2026, 5:07 p.m.