NexusFi: Find Your Edge


Home Menu

 





EasyLanguage HELP!! (please) :)


Discussion in EasyLanguage Programming

Updated
      Top Posters
    1. looks_one Quick Summary with 1 posts (0 thanks)
    2. looks_two ABCTG with 1 posts (0 thanks)
    3. looks_3 kevinkdog with 1 posts (0 thanks)
    4. looks_4 andrewfx with 1 posts (0 thanks)
    1. trending_up 1,754 views
    2. thumb_up 0 thanks given
    3. group 2 followers
    1. forum 3 posts
    2. attach_file 0 attachments




 
Search this Thread

EasyLanguage HELP!! (please) :)

  #1 (permalink)
andrewfx
St. Louis
 
Posts: 1 since Mar 2014
Thanks Given: 0
Thanks Received: 0

I'm thinking that this shouldn't be so hard... but my experience with EasyLanguage was from 20 years ago, and I'm just getting back to it.

What I'm wanting to determine is the 52 week high. I know there is the ability to get the current 52 Week high, but I want to use it in a strategy and back test. So it needs to be a rolling 52 week high. HighY will only give me the high of that particular calendar year.

Any help?

Thanks in advance!!!!

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
How to apply profiles
Traders Hideout
Cheap historycal L1 data for stocks
Stocks and ETFs
What broker to use for trading palladium futures
Commodities
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
Quant vue
Trading Reviews and Vendors
 
  #3 (permalink)
 kevinkdog   is a Vendor
 
Posts: 3,666 since Jul 2012
Thanks Given: 1,892
Thanks Received: 7,360


If you are using daily bars, highest(high,252) will give you the highest high of the last 252 trading days (basically 1 year).

Follow me on Twitter Reply With Quote
  #4 (permalink)
 ABCTG   is a Vendor
 
Posts: 2,436 since Apr 2013
Thanks Given: 482
Thanks Received: 1,629

A bit more complex would be using an array holding the last 52 weeks. Whenever a new week begins, you'd replace the value from 52 weeks ago with the new value.
Then you can copy this array using Array_Copy and sort the copy with Array_Sort and get the highest high of the last 52 weeks.

Regards,
ABCTG

Follow me on Twitter Reply With Quote




Last Updated on July 15, 2014


© 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