NexusFi: Find Your Edge


Home Menu

 





Net Profit reference


Discussion in EasyLanguage Programming

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




 
Search this Thread
  #1 (permalink)
soacm
Bucharest, Romania
 
Posts: 71 since Mar 2022
Thanks Given: 38
Thanks Received: 22

Hi, I am trying to add a condition to a strategy based on the Net Profit taken from the Performance report.
Pseudocode --> Trade only if the Net Profit of today is greater than Net Profit of 4 months ago.
The strategy uses 15min Data1 and Daily Data2, therefore I thought the best way is to use Data2's candles (4 months = 60 daily candles back).
 
Code
var: MyNPT(0,Data2); 
 
if Date <> Date[1] then MyNPT = NetProfit + OpenPositionProfit; // Calculating Net Profit at midnight exchange time. 
 
If MyNPT - MyNTP[60] > 0 then begin 
{insert entry rules} 
end;
MaxBarBack had to be adjusted, but I can't seem to adapt MyNPT to the correct Data2 look back (60 candles), hopefully someone sees what is missing or has a better way to achieve the same result, thank you.

Note: I tried to add "of Data2" in the if statement before the entry rules, but I get a compiler error.


Reply With Quote

Can you help answer these questions
from other members on NexusFi?
How to get Large data indicators to print global
NinjaTrader
Multiple Timeframes in One Chart/Strategy
MultiCharts
Strategy runs differently with in Automated Order Execut …
MultiCharts
Bloodhound news indicator
NinjaTrader
Re-entries in pullback setups
Traders Hideout
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Machine Learning Journal
47 thanks
NexusFi site changelog and issues/problem reporting
7 thanks
Demark Indicator
5 thanks
Daytrading ES & NQ
3 thanks
Is the WH trying to engineer a recession? This Wall Stre …
2 thanks
  #2 (permalink)
timink23
London, UK
 
Posts: 1 since Jul 2022
Thanks Given: 0
Thanks Received: 0

what language is this in?


Reply With Quote
  #3 (permalink)
soacm
Bucharest, Romania
 
Posts: 71 since Mar 2022
Thanks Given: 38
Thanks Received: 22



timink23 View Post
what language is this in?

EasyLanguage


Reply With Quote




Last Updated on September 26, 2022


© 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