NexusFi: Find Your Edge


Home Menu

 





Net Profit reference


Discussion in EasyLanguage Programming

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




 
Search this Thread

Net Profit reference

  #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?
What broker to use for trading palladium futures
Commodities
About a successful futures trader who didnĀ“t know anyth …
Psychology and Money Management
Trade idea based off three indicators.
Traders Hideout
REcommedations for programming help
Sierra Chart
MC PL editor upgrade
MultiCharts
 
  #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


© 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