NexusFi: Find Your Edge


Home Menu

 





Creating a Function with an an Array


Discussion in TradeStation

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




 
Search this Thread

Creating a Function with an an Array

  #1 (permalink)
dlipter
NY NY/USA
 
Posts: 4 since Jun 2019
Thanks Given: 0
Thanks Received: 0

What would be the correct syntax for creating a 5 element array (with each element containing the price midpoint) as a function?

Then I would like to compute the average of the PriceMidpoints over the 10 day peroid using the AverageArray function.

Something like this:

PriceMidpoint=(H+L)/2;
Array:PriceMidPoint[5](0);
AverageArray(PriceMidpoint,5);

PriceMidpoint on line1 generates an "unknown identifier" error.

Thanks

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
My NT8 Volume Profile Split by Asian/Euro/Open
NinjaTrader
The space time continuum and the dynamics of a financial …
Emini and Emicro Index
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
Better Renko Gaps
The Elite Circle
Exit Strategy
NinjaTrader
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Get funded firms 2023/2024 - Any recommendations or word …
61 thanks
Funded Trader platforms
39 thanks
NexusFi site changelog and issues/problem reporting
26 thanks
The Program
18 thanks
GFIs1 1 DAX trade per day journal
18 thanks
  #2 (permalink)
 ABCTG   is a Vendor
 
Posts: 2,431 since Apr 2013
Thanks Given: 481
Thanks Received: 1,623

dlipter,

similar to arrays variables have to be declared and initialized before you can use them. After that you can store the variable's value at a specific index of the array. Provided your code has an array named myArray declared this is how you would store a value (99 in this example) at the index 0:
 
Code
myArray[0] = 99 ;
Regards,

ABCTG

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