View previous topic :: View next topic |
Author |
Message |
gargula User
Joined: 28 Nov 2003 Posts: 4
|
Posted: Fri Nov 28, 2003 8:41 pm Post subject: Importing Prices |
|
|
Hi all.
I have a list with prices on my own and i would like to import but it always skip all cards.
I tried many ways with txt file but i just cant.
Anyone knows how to do it? |
|
Back to top |
|
|
CrazzyWizzard MWS Developer
Joined: 23 Sep 2002 Posts: 907 Location: Russia
|
Posted: Fri Nov 28, 2003 9:16 pm Post subject: |
|
|
You can create your price file as MWS mwPrice base.
If you already have TXT file with price, you must format it. Download MagicTraders TXT price file, see it structure and format your price file.
(Sorry for my English )
In next version we (maybe) will add special format for importing user prices. |
|
Back to top |
|
|
gargula User
Joined: 28 Nov 2003 Posts: 4
|
Posted: Fri Nov 28, 2003 9:38 pm Post subject: |
|
|
Thanks for helping me.
But i have more questions
My list is nothing but changing prices from card shark (since they have more prices), by the way isnt there an import from they're prices? like magic traders?
When you say its structure. You mean editions like this (5th), all that columns and row n(wich i cant understan ists meaning)?
So, you say that i cant export a price base, change their values and import?
I really would appreciate you patience, thanks again!!! |
|
Back to top |
|
|
CrazzyWizzard MWS Developer
Joined: 23 Sep 2002 Posts: 907 Location: Russia
|
Posted: Sat Nov 29, 2003 12:12 am Post subject: |
|
|
Quote: | ... by the way isnt there an import from they're prices? like magic traders? |
Sorry, you can not import price directly from CardShark yet (they does not have a simple output method for their prices)
Quote: | So, you say that i cant export a price base, change their values and import? |
If your prices stored in mwPrice base, you can export it as: HTML, XLS, RTF and TXT
What about import... Yes, current version can not import prices from custom user format. In next versions we can add this feature. |
|
Back to top |
|
|
gargula User
Joined: 28 Nov 2003 Posts: 4
|
Posted: Sat Nov 29, 2003 12:26 am Post subject: |
|
|
I understand you, but i thought that when i export a file to txt, change the prices values and then import, i guess im not chnging the format.
But it just doesnt work.
And you didnt answer me 1 question
To make the structure of magic traders, i need to have all that columns?
And in wich one of them do i put the prices to import? |
|
Back to top |
|
|
CrazzyWizzard MWS Developer
Joined: 23 Sep 2002 Posts: 907 Location: Russia
|
Posted: Sat Nov 29, 2003 1:12 am Post subject: |
|
|
Yes. Your file must contain all fields till "N"
Code: |
Card Price StdDev Average High Low Change Raw N
Abjure, 0.25, 0.00, 0.25, 0.25, 0.25, 0.00, 1 |
Price for card will be getted from "Price" column.
You can simply create txt file like
Code: | Abjure, 0.25, 0,0,0,0,0,0 |
Also, if you plan insert card edition, you must do it like:
Abomination (4th)
and so on. |
|
Back to top |
|
|
gargula User
Joined: 28 Nov 2003 Posts: 4
|
Posted: Sat Nov 29, 2003 1:33 am Post subject: |
|
|
1 last question.
Raw N is what?
What number do i put in there? |
|
Back to top |
|
|
CrazzyWizzard MWS Developer
Joined: 23 Sep 2002 Posts: 907 Location: Russia
|
Posted: Sat Nov 29, 2003 1:45 am Post subject: |
|
|
gargula wrote: | 1 last question.
Raw N is what?
What number do i put in there? |
I dont know.
We dont use value "N" when doing import. You can put any number to it. |
|
Back to top |
|
|
Melapus User
Joined: 04 Dec 2003 Posts: 1
|
Posted: Thu Dec 04, 2003 10:30 am Post subject: Raw N |
|
|
I beleive that is the number of samples in the survey used to create the statistical data (price, stddev, ave, high, low). I also think change is the delta from the last survey. There must be a math geek at MOTL. Just guesses... maybe there is a FAQ at the MOLT site that explains it for sure. |
|
Back to top |
|
|
|