Download software Tutorial videos
Subscription & data-feed pricing Class schedule


New account application Trading resources
Margin rates Stock & option commissions

Attention: Discussion forums are read-only for extended maintenance until further notice.
Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

Export Data Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
jackmanjls
Posted : Wednesday, August 25, 2010 4:11:42 PM
Registered User
Joined: 9/28/2009
Posts: 135
Currently when I export data from SF I go to the File>Export Data to get the data.

Does SF offer an API that I could use to get this?
jas0501
Posted : Wednesday, August 25, 2010 5:18:32 PM
Registered User
Joined: 12/31/2005
Posts: 2,499
No. You can however with the use of label get a single indicator to export multiple indicators.


For example

'# MA1 ...
'# MA2 ...
'# MA3 ...


label = MA1.value & "," & MA2.value & "," MA3.value
plot = (MA1.value + MA2.value + MA3.value)/3


would output 4 values
Users browsing this topic
Guest-1

Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.