NexusFi: Find Your Edge


Home Menu

 





Filling an array with all trades done


Discussion in EasyLanguage Programming

Updated
      Top Posters
    1. looks_one onava with 2 posts (0 thanks)
    2. looks_two Lampert with 2 posts (1 thanks)
    3. looks_3 Quick Summary with 1 posts (0 thanks)
    4. looks_4 Big Mike with 1 posts (1 thanks)
    1. trending_up 3,056 views
    2. thumb_up 2 thanks given
    3. group 2 followers
    1. forum 5 posts
    2. attach_file 0 attachments




 
Search this Thread
  #1 (permalink)
onava
London/England, Zurich/Switzerland
 
Posts: 20 since Apr 2012
Thanks Given: 2
Thanks Received: 1

Hi,

Im trying to fil an array with all trades done but cant get it to load. I get an an error array requires a variable.. can anyone help

heres my code

For i = 0 to totaltrades Begin
fillarray(tradeArray[i],positionprofit[i]);
End;

Print(tradearray);


Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Six Days to Kickoff: World Cup Prediction Markets Hit $1 …
Prediction Markets & Event Contracts
Iran and Israel Stand Down: What $9M in Peace Contracts …
Prediction Markets & Event Contracts
June 15 Peace Odds Surge From 3.6% to 12.25% After Trump …
Prediction Markets & Event Contracts
$4.5M Floods Russia Nuclear Contract in 24 Hours -- Krem …
Prediction Markets & Event Contracts
World Cup Opens: USA at 45.5% Tonight as Markets Push Ba …
Prediction Markets & Event Contracts
 
  #3 (permalink)
 
Lampert's Avatar
 Lampert 
Calgary, Canada
 
Experience: Intermediate
Platform: Multicharts
Broker: IB, IQFeed
Trading: GC
Posts: 76 since Nov 2011
Thanks Given: 73
Thanks Received: 142


onava - I assume you are coding in EasyLanguage? I am not sure exactly what you want but here are a few comments and a suggestion:
  • i is a reserved word meaning "open interest"
  • if you want positionprofit from previous positions, you need to use round brackets
  • fillarray is not an EasyLanguage function
If you just want to print the position profits, you can use this:
 
Code
if date = 1120426 and printonce = 0 then begin
	printonce = 1 ;
	For value1 = 0 to totaltrades Begin
		Print (positionprofit(value1));
	End;
end ;
Len


Reply With Quote
Thanked by:
  #4 (permalink)
 
Big Mike's Avatar
 Big Mike 
Manta, Ecuador
Site Administrator
Developer
Swing Trader
 R.I.P. 1977-2026 
 
Experience: Advanced
Platform: Custom solution
Broker: IBKR
Trading: Stocks & Futures
Frequency: Every few days
Duration: Weeks
Posts: 50,669 since Jun 2009
Thanks Given: 33,669
Thanks Received: 102,580

There is Fill_Array(ArrayName,Value) in MultiCharts.

Mike




We're here to help: just ask the community or contact our Help Desk

Quick Links: Change your Username or Register as a Vendor
Searching for trading reviews? Review this list
Lifetime Elite Membership: Sign-up for only $149 USD
Exclusive money saving offers from our Site Sponsors: Browse Offers
Report problems with the site: Using the NexusFi changelog thread
Follow me on X Visit my NexusFi Trade Journal Reply With Quote
Thanked by:
  #5 (permalink)
 
Lampert's Avatar
 Lampert 
Calgary, Canada
 
Experience: Intermediate
Platform: Multicharts
Broker: IB, IQFeed
Trading: GC
Posts: 76 since Nov 2011
Thanks Given: 73
Thanks Received: 142

Thanks Mike. I have an array-phobia.

Len


Reply With Quote
  #6 (permalink)
onava
London/England, Zurich/Switzerland
 
Posts: 20 since Apr 2012
Thanks Given: 2
Thanks Received: 1

Will try it out.. thanks.


Lampert View Post
onava - I assume you are coding in EasyLanguage? I am not sure exactly what you want but here are a few comments and a suggestion:
  • i is a reserved word meaning "open interest"
  • if you want positionprofit from previous positions, you need to use round brackets
  • fillarray is not an EasyLanguage function
If you just want to print the position profits, you can use this:
 
Code
if date = 1120426 and printonce = 0 then begin
	printonce = 1 ;
	For value1 = 0 to totaltrades Begin
		Print (positionprofit(value1));
	End;
end ;
Len


Reply With Quote




Last Updated on April 27, 2012


© 2026 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