in Search

Any simple way to export realtime intraday metastock signal?

Last post 04-06-2008, 21:54 by wabbit. 1 replies.
Sort Posts: Previous Next
  •  03-04-2008, 1:51 26621

    Any simple way to export realtime intraday metastock signal?

    say, i have a simple buy signal from metastock:

    signalBuy:=Cross(10,Stoch(Close,9));

    when the signalBuy triggered, i'll buy one order manually. wat i need to do is to fill an stop order (in the program provided by my broker of course) the stop price, which is the roughly candle's L price if stoch drops to 5 and submit automatically.

    so my question is:
    1) how to calculate the stop price which should be calculated only after signalbuy triggered and estimated L if stoch <=5
    2) any simple way to fill the stop price in program from my broker and submit automatically. i was told there are some util which will automate form's filling and mouse click but where i can get the stop price which is calculated inside metastock

    thanks a head for any possible helpful hints
  •  04-06-2008, 21:54 26886 in reply to 26621

    Re: Any simple way to export realtime intraday metastock signal?

    Does the broker application have an API?  Can you create an interface to their application?  If so, use the MDK to gather the required information from MS and send it via the API to the broker's application.

    Getting third party software to emulate moise clicks and send-keys can get a little sloppy and has a tendency to screw things up should another application unexpectedly steal the application focus, such as email programs, IM etc.


    Hope this helps.

    wabbit Big Smile [:D]


    MS: 6.52 EOD, 7.x EOD, 8.0 PRO, 9.2 PRO w/QC, 10 PRO w/QC & MDK
    For custom MetaStock programming : http://www.wabbit.com.au
    My SkyPE status : wabbit.com.au SkyPE online status
    My SkyPE account : wabbit.com.au

View as RSS news feed in XML