forex tool advicer from visual basic

genesis2win

Newbie
Messages
4
Likes
0
haii all
i'm visual basic programmer.
n i'm newbie here.
sry for my poor english.
first thing i thinking in my first post is to find how to made forex tool advicer from visual basic.
but i want this tool realy work with forex streamster not from MT4 flatform.

i'm already have advicer script, method, strategy, indicator,etc.

if this project is done,i will post it (include source code)

my problem is:
-how to gather fx data(using VB) from forex streamster(not from MT4 flatform).
any idea??

my plan is:
-i must hack a memory address of that streamster for gathering data.
any better idea??

if any can help me i will be happy. ^^
any comment please reply..

thx
 
Use a brokers API, there are a few free ones available, and most come with visual basic examples, VT Trader also has an API
 
... and Interactive Brokers (IB) also have a pretty decent API for VB.net etc
rog1111

Use a brokers API, there are a few free ones available, and most come with visual basic examples, VT Trader also has an API
 
great thx


but i already have my own way(i use some win API proc like readprocessmemory).
but when i ask to broker site admin, his say is illegal if i use third party tool beside the streamster( client).

maybe his thing, i make a hacking tool. but not.

i only read the chart data from streamster client.
data read is from process memory.

like this:

(server) <--connect--> (streamster client) <--read mem addr chart --> (my tool)


in my tool:
variable --> process --> output some chart n advice

is that illegal???
 
Last edited:
haii all
i'm visual basic programmer.
n i'm newbie here.
sry for my poor english.
first thing i thinking in my first post is to find how to made forex tool advicer from visual basic.
but i want this tool realy work with forex streamster not from MT4 flatform.

i'm already have advicer script, method, strategy, indicator,etc.

if this project is done,i will post it (include source code)

my problem is:
-how to gather fx data(using VB) from forex streamster(not from MT4 flatform).
any idea??

my plan is:
-i must hack a memory address of that streamster for gathering data.
any better idea??

if any can help me i will be happy. ^^
any comment please reply..

thx

Real-time will cost money :) I know from our data providers nothing is for free... you might be able to get a delayed feed though
 
Top