NexusFi: Find Your Edge


Home Menu

 





NE Excel Wizards in here?


Discussion in Platforms and Indicators

Updated
      Top Posters
    1. looks_one forrestang with 12 posts (1 thanks)
    2. looks_two vvhg with 5 posts (4 thanks)
    3. looks_3 bluemele with 2 posts (2 thanks)
    4. looks_4 Quick Summary with 1 posts (0 thanks)
      Best Posters
    1. looks_one vegasfoster with 1 thanks per post
    2. looks_two bluemele with 1 thanks per post
    3. looks_3 vvhg with 0.8 thanks per post
    4. looks_4 forrestang with 0.1 thanks per post
    1. trending_up 8,034 views
    2. thumb_up 10 thanks given
    3. group 4 followers
    1. forum 22 posts
    2. attach_file 5 attachments




 
Search this Thread

NE Excel Wizards in here?

  #11 (permalink)
 
vvhg's Avatar
 vvhg 
Northern Germany
 
Experience: Intermediate
Platform: NT
Trading: FDAX, CL
Posts: 1,583 since Mar 2011
Thanks Given: 1,016
Thanks Received: 2,824


forrestang View Post
Anyone know of any good tutorials on how to manage data you create that you want to sort? Just basics would be helpful.

I.e. using tables, or PowerPivot?

Actually YouTube holds a bunch of good vids on any aspect of excel, normally a simple search like 'excel table' would do...
If you have any specific questions, just shout and I'll try to help.

vvhg

Hic Rhodos, hic salta.
Reply With Quote
Thanked by:

Can you help answer these questions
from other members on NexusFi?
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
Quant vue
Trading Reviews and Vendors
Better Renko Gaps
The Elite Circle
REcommedations for programming help
Sierra Chart
 
  #12 (permalink)
 GFIs1 
who cares
Legendary Market Wizard
 
Experience: None
Platform: nobody interested
Broker: none
Trading: forget about it
Posts: 6,936 since Feb 2012
Thanks Given: 6,196
Thanks Received: 15,597

Two links that might help

Excel [AUTOLINK]Pivot[/AUTOLINK] Tables Tutorial : What is a [AUTOLINK]Pivot[/AUTOLINK] Table and How to Make one | Chandoo.org - Learn Microsoft Excel Online

Excel Blog - Using PowerPivot with Excel 2010

my 2 cents :-)

GFIs1

Follow me on Twitter Visit my NexusFi Trade Journal Reply With Quote
Thanked by:
  #13 (permalink)
 
forrestang's Avatar
 forrestang 
Chicago IL
 
Experience: None
Platform: Ninja, MT4, Matlab
Broker: CQG, AMP, MB, DTN
Trading: E/U, G/U
Posts: 1,329 since Jun 2010
Thanks Given: 354
Thanks Received: 1,047


Got some basic sorting accomplished.

But here is a general question..... say you have data in the format of:
 
Code
Date    Size1    Size2   Size3.......
21Feb   22.00    30.50   60.50
        Lvl1     Lvl5    Lvl3
Where in the above example, the column headers are blue, and Have 'Date and SizeX.' But then on a row under that in color green, for each 'Size' value, there is a corresponding code associated with it in green.

So for each DATE/DAY, I essentially have various 'Sizes' associated with it, along with a code.

I am primarily wanting to filter on 'Size', which is just a number I want to apply a sort to. So if I sort a cell in THAT column, it will sort the size along with the date fine.

The problem, is, that it also throws the 'Code' Row out of whack, in that the Codes don't stay with the original size value it was associated with.

So basically, is it possible to sort on a value in a given column, while keeping the actual value of the data of the cell beneath it with it?

Started this thread Reply With Quote
  #14 (permalink)
 
vvhg's Avatar
 vvhg 
Northern Germany
 
Experience: Intermediate
Platform: NT
Trading: FDAX, CL
Posts: 1,583 since Mar 2011
Thanks Given: 1,016
Thanks Received: 2,824


forrestang View Post
Got some basic sorting accomplished.

But here is a general question..... say you have data in the format of:
 
Code
Date    Size1    Size2   Size3.......
21Feb   22.00    30.50   60.50
        Lvl1     Lvl5    Lvl3
Where in the above example, the column headers are blue, and Have 'Date and SizeX.' But then on a row under that in color green, for each 'Size' value, there is a corresponding code associated with it in green.

So for each DATE/DAY, I essentially have various 'Sizes' associated with it, along with a code.

I am primarily wanting to filter on 'Size', which is just a number I want to apply a sort to. So if I sort a cell in THAT column, it will sort the size along with the date fine.

The problem, is, that it also throws the 'Code' Row out of whack, in that the Codes don't stay with the original date column.

So basically, is it possible to sort on a value in a given column, while keeping the actual value of the data of the cell beneath it with it?

Is the 'Code' entered manually or is it calculated by a formula? If its a formula, then there might be a slim chance it could be done without too much fuss, but i would say probably not.

So basically you would need some helper columns and code the sort function, which is not that easy....

The easiest way would be to have the 'Code' in the same row as the other stuff....if that's an option, I would be happy to help any time if you provide some more details of what exactly you want to accomplish.



vvhg

Hic Rhodos, hic salta.
Reply With Quote
Thanked by:
  #15 (permalink)
 
forrestang's Avatar
 forrestang 
Chicago IL
 
Experience: None
Platform: Ninja, MT4, Matlab
Broker: CQG, AMP, MB, DTN
Trading: E/U, G/U
Posts: 1,329 since Jun 2010
Thanks Given: 354
Thanks Received: 1,047


vvhg View Post
Is the 'Code' entered manually or is it calculated by a formula? If its a formula, then there might be a slim chance it could be done without too much fuss, but i would say probably not.

So basically you would need some helper columns and code the sort function, which is not that easy....

The easiest way would be to have the 'Code' in the same row as the other stuff....


vvhg

All those values are actually placed in there by NT. So there aren't any formulas associated with the sheet, just the values.

I was afraid that I would have to put everything on the same row, which I can do, just makes the data a bit harder to read.

Started this thread Reply With Quote
  #16 (permalink)
 
vvhg's Avatar
 vvhg 
Northern Germany
 
Experience: Intermediate
Platform: NT
Trading: FDAX, CL
Posts: 1,583 since Mar 2011
Thanks Given: 1,016
Thanks Received: 2,824


forrestang View Post
All those values are actually placed in there by NT. So there aren't any formulas associated with the sheet, just the values.

I was afraid that I would have to put everything on the same row, which I can do, just makes the data a bit harder to read.

If it is only readability, I'd swallow that pill. The other option would likely end in a major coding project.
If the data is put in there by NT, have you had a look at @ petrmacs importer for the journal in this thread? Perhaps the things he uses would be useful to you too?

vvhg

Hic Rhodos, hic salta.
Reply With Quote
  #17 (permalink)
 
vvhg's Avatar
 vvhg 
Northern Germany
 
Experience: Intermediate
Platform: NT
Trading: FDAX, CL
Posts: 1,583 since Mar 2011
Thanks Given: 1,016
Thanks Received: 2,824

Btw, once you got that issue sorted, if you want to use the table feature in excel for your data, I could easily provide a code snippet that re-sizes the table based on the existing data.


vvhg

Hic Rhodos, hic salta.
Reply With Quote
Thanked by:
  #18 (permalink)
 
forrestang's Avatar
 forrestang 
Chicago IL
 
Experience: None
Platform: Ninja, MT4, Matlab
Broker: CQG, AMP, MB, DTN
Trading: E/U, G/U
Posts: 1,329 since Jun 2010
Thanks Given: 354
Thanks Received: 1,047

Nebody know how to plot frequency distributions?

I used THIS tutorial, but it seems like it just doesn't work?

Actually, just to plot the number of occurrences, then plot a distribution of frequency/occurrences.

Started this thread Reply With Quote
  #19 (permalink)
 vegasfoster 
las vegas
 
Experience: Intermediate
Platform: Sierra Chart
Broker: Velocity/IB
Trading: 6E
Posts: 1,145 since Feb 2010
Thanks Given: 304
Thanks Received: 844


forrestang View Post
Nebody know how to plot frequency distributions?

I used THIS tutorial, but it seems like it just doesn't work?

Actually, just to plot the number of occurrences, then plot a distribution of frequency/occurrences.

It's working for me, are you highlighting the whole range where you want the formulas to be entered first and after entering the formula, are you hitting ctrl shift enter?

Reply With Quote
Thanked by:
  #20 (permalink)
 
forrestang's Avatar
 forrestang 
Chicago IL
 
Experience: None
Platform: Ninja, MT4, Matlab
Broker: CQG, AMP, MB, DTN
Trading: E/U, G/U
Posts: 1,329 since Jun 2010
Thanks Given: 354
Thanks Received: 1,047



vegasfoster View Post
It's working for me, are you highlighting the whole range where you want the formulas to be entered first and after entering the formula, are you hitting ctrl shift enter?

Here's the video for what I am doing. Not sure what I'm doing wrong? You can see I select multiples cells, then type in the formula, and select the dataSeries, followed by the range. But it just does what it wants it seems?


Started this thread Reply With Quote




Last Updated on March 18, 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