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 2,347 views
    2. thumb_up 2 thanks given
    3. group 2 followers
    1. forum 5 posts
    2. attach_file 0 attachments




 
Search this Thread

Filling an array with all trades done

  #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?
Are there any eval firms that allow you to sink to your …
Traders Hideout
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
My NT8 Volume Profile Split by Asian/Euro/Open
NinjaTrader
Deepmoney LLM
Elite Quantitative GenAI/LLM
New Micros: Ultra 10-Year & Ultra T-Bond -- Live Now
Treasury Notes and Bonds
 
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
Battlestations: Show us your trading desks!
26 thanks
The Program
18 thanks
  #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
 
Experience: Advanced
Platform: Custom solution
Broker: IBKR
Trading: Stocks & Futures
Frequency: Every few days
Duration: Weeks
Posts: 50,396 since Jun 2009
Thanks Given: 33,172
Thanks Received: 101,534

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 Twitter 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


© 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