NexusFi: Find Your Edge


Home Menu

 





What is wrong with my code?


Discussion in EasyLanguage Programming

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




 
Search this Thread

What is wrong with my code?

  #1 (permalink)
cactus1973
Canicattė Italy
 
Posts: 15 since Nov 2018
Thanks Given: 0
Thanks Received: 0

Hello everyone, i'm not very expert with Easylanguage. I don't understand what's wrong with this code by which to compare the date of tomorrow with that of a holiday.

Anyone have any suggestions?

Regards


 
Code
if  DayOfWeek(Date) = thursday  and (currentdate +1) =1180330   then
        nextBusinessDay = JulianToDate(DateToJulian(Date) + 4)

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Exit Strategy
NinjaTrader
New Micros: Ultra 10-Year & Ultra T-Bond -- Live Now
Treasury Notes and Bonds
The space time continuum and the dynamics of a financial …
Emini and Emicro Index
Build trailing stop for micro index(s)
Psychology and Money Management
Better Renko Gaps
The Elite Circle
 
  #3 (permalink)
 ABCTG   is a Vendor
 
Posts: 2,431 since Apr 2013
Thanks Given: 481
Thanks Received: 1,623


cactus1973,

what is the rational for using "currentdate" within this code?

Regards,

ABCTG

Follow me on Twitter Reply With Quote
  #4 (permalink)
cactus1973
Canicattė Italy
 
Posts: 15 since Nov 2018
Thanks Given: 0
Thanks Received: 0

what I would like to write with this code is: " if today is thursday and tomorrow's date is equal to 1180330 then nextbusinessday .... "

Reply With Quote
  #5 (permalink)
 ABCTG   is a Vendor
 
Posts: 2,431 since Apr 2013
Thanks Given: 481
Thanks Received: 1,623

cactus1973,

currentdate is your computer's current date, it is not the date of the current bar. You can use Date instead and add days to it. However keep in mind that you are dealing with dates in EasyLanguage format.
Take a look at the built-in CalcDate function to find out how to add days to dates in EasyLanguage format.

Regards,

ABCTG

Follow me on Twitter Reply With Quote
  #6 (permalink)
cactus1973
Canicattė Italy
 
Posts: 15 since Nov 2018
Thanks Given: 0
Thanks Received: 0

ABCTG,

thank you for your suggestion, i've solved with the correction below :

 
Code
   if  DayOfWeek(Date) = thursday  and (CalcDate(date,1)) = 1180330  then
        nextBusinessDay = JulianToDate(DateToJulian(Date) + 4)
Regards

Reply With Quote
  #7 (permalink)
 ABCTG   is a Vendor
 
Posts: 2,431 since Apr 2013
Thanks Given: 481
Thanks Received: 1,623

cactus1973,

you are welcome. I am glad to hear that you got it working.

Regards,

ABCTG


cactus1973 View Post
ABCTG,

thank you for your suggestion, i've solved with the correction below :

 
Code
   if  DayOfWeek(Date) = thursday  and (CalcDate(date,1)) = 1180330  then
        nextBusinessDay = JulianToDate(DateToJulian(Date) + 4)
Regards


Follow me on Twitter Reply With Quote




Last Updated on June 17, 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