in Search

MSFL2_AdjustData

Last post 03-26-2009, 5:09 by mumin16. 3 replies.
Sort Posts: Previous Next
  •  03-25-2009, 9:14 29251

    MSFL2_AdjustData

    MSFL2_AdjustData(param1,param2,param3,param4);

    this is corpse! you help me autopsy...

  •  03-25-2009, 9:18 29252 in reply to 29251

    Re: MSFL2_AdjustData

    The argument parameters are all specified in the MDK Manual.



    wabbit Big Smile [:D]


    "The question of whether a computer can think is no more interesting than the question of whether a submarine can swim."
    Edsgar W. Dijkstra

     

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

  •  03-26-2009, 3:40 29264 in reply to 29252

    Re: MSFL2_AdjustData

    bad luck! be poured ketchup over the manual.
    i am not sure but it is like this:
    MSFL2_AdjustData(hSecurity,&firstdate,&lastdate,?);
    and 4.parameter still don't read.

  •  03-26-2009, 5:09 29265 in reply to 29264

    Re: MSFL2_AdjustData

    ADJSTRUCT struct
        param1 dd ?                      //?0
        param2 dd ?                      // factor?0
        param3 dd ?                      // denominator? 1
        close dd ?;                         //1/splitratio   -->example : 1/1.20
        high dd ?;                           //1/splitratio
        low dd ?;                           //1/splitratio
        open dd ?;                         //1/splitratio
        param4 dd ?;                     //1/splitratio
        volume dd ?;                      //1/splitratio
    ?
    ?
    ADJSTRUCT ends
View as RSS news feed in XML