Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In Apply for Membership

In this Discussion

Welcome to xpworx forum
MT4 File functions
  • nondisclosurenondisclosure September 2011

    First, I've got to say, your work as inspired me to get back into coding.  I've had so much fun since I have.

    Here's my question; in the code for said DLL, you call the following functions: CreateFile, WriteFile, and ReadFile.  But I'm trying to figure out where you're calling them from.

    Can you help me figure that out?  I wish to create something like this on my own.  Any help you can provide would be greatly apprecieated.

  • codersgurucodersguru September 2011
    Do you mean the source code of the dll?
  • tamtam October 2011
    pls help me to make this formula to mt4 code. i dont know computer language to do myself mt4code.

    rsi<50 and macd>0 and 4sma>17sma>34ema>50sma to go long
     rsi<40 and macd<0 and 4sma<17sma<34ema<50sma to go short
    waiting for ur support at the earliest
  • Teachers_PetTeachers_Pet January 28
    I had similar issue , but , with scripts .. . its ok at compilation stage , but then demands some DLL thing . so i kept that aside , till i get  some knowledge from Sir .

    well Tam , what are the parameters for your RSI ? -  standard is 14 .
                                                                 MACD ? - standard is 12-26-9.
       4 , 17 ,34 and 50 ema/sma at what price(close/high/low/open)  and shifts?


  • The source code of the dll is included in the zip file.