• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 9:08am
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 9:08am
Sister Sites
  • Metals Mine
  • Energy EXCH
  • Crypto Craft
  • Search Forex Factory
Posts by Member
Website
Forum Posts
News Posts
Posts by Member
Advanced Search Options
Post Types (all, none)
Websites (all, none)
Post Attachments (all, none)
Sort Results By
Back to Basic Search
  • 108 Results (2 Threads, 105 Replies, 1 Comment)
  • rangebound replied Feb 7, 2014

    No Problem Och. Even though the hard work of the basic frame work is there for you now, you're still going to have your work cut out for you since you want multiple Eas attaching to the Single DLL. You're either going to have to do as I have done ...

    Multiple EAs using single DLL with DLL Windows - Using Delphi
  • rangebound replied Feb 7, 2014

    Message to all initial 7 downloaders of this file Please redownload the attachement in the 1st post of this thread. I've recoded to avoid two stupid errors and all should be Good now. I've also included the EX4 file in the zip incase users of build ...

    Multiple EAs using single DLL with DLL Windows - Using Delphi
  • rangebound replied Feb 7, 2014

    I'm not sure what to suggest on this other than I'm running Build 509, and I've noticed a couple of threads on FF about problems with builds 579 and 600 so that may be the cause. I did have a few init errors early on in the coding, but they were ...

    Multiple EAs using single DLL with DLL Windows - Using Delphi
  • Multiple EAs using single DLL with DLL Windows - Using Delphi
    Started Feb 6, 2014|Platform Tech|9 replies

    I've recently had a request from a member to show how to create a DLL with window(s) that is used ...

  • Attached File
    File Type: zip EAandDLLexamplecode.zip
  • rangebound replied Jul 18, 2013

    I fear you may be trying to acheive something that the file mapping interface will not provide. I suggest you read up on the MSDN descriptions of these fuinctions which can be found by googling the function name and or browsing the MSDN tree here : ...

    Help: Problem getting File Mapping working with MT4/pascal dll
  • rangebound replied Apr 24, 2013

    Yes Magic numbers remain with the trade throughout its whole life. Even where those orders started life as a stop or limit. If an order doesnt have a magic then it wont matter. The EA should only be manging the trades that have magic numbers that ...

    Partial OrderClose()
  • rangebound replied Apr 24, 2013

    Why not use the magic number? This has been used extensively by EAs to enable them to manage trades made by that EA. However the magic number can be assigned at initial trade open and will not change -even though the ticket number does - throughout ...

    Partial OrderClose()
  • rangebound commented Apr 21, 2012

    The sadest part though is not that they stole a couple of hundred quid from thousands of people, rather that they will now go to prison whilst the GSacks / JP Morgan / MF GLobal 's of this world just carry on stealing thousands from millions of ...

    British teen twins faked robot in stock fraud
  • rangebound replied Dec 23, 2011

    MT4 comms are encrypted ... you wouldn't want anyone being able to sniff / inject your packets if you're trading with real money now would you! Since the packets are encrypted there is no other way forward than to crack the MT4 client to obtain the ...

    Communicating with an MT4 server
  • rangebound replied Nov 16, 2011

    This points to issues within your DLL. It is not correctly destroying / freeing all memory / objects, or -more likely given its causing a crash- at some point during reinit on the second attempt you are using a pointer or a reference to something ...

    Strategy tester, DLLs, and FreeLibrary()
  • rangebound replied Sep 19, 2011

    Doh! Of course the IsDllsAllowed() function covers that little problem!

    MT4: catch dll import error
  • rangebound replied Sep 19, 2011

    No Problem. I'm not sure what will happen if the "Allow DLL Calls" box is unchecked. I imagine that a call to LoadLibrary() will return 0 even if the DLL file exists. If this is the case then you could use WinAPI functions FileOpen() or FindFirst() ...

    MT4: catch dll import error
  • rangebound replied Sep 19, 2011

    The APIENTRY function (if one exists) is called by windows whenever a DLL is loaded/ unloaded, and can be used to allocate/free memory and run setup routines. Since a context is supplied suitable code can be implemented. This can be useful for ...

    BOOL Apientry DllMain
  • rangebound replied Sep 19, 2011

    Not without a little work of your own ... try LoadLibrary & FreeLibrary found in Kernel32.dll so you would do something like this in Init() int hmod = LoadLibrary("c:MT4LibraryDirxxx.dll"); if (hmod != 0 ) FreeLibrary(hmod); else Alert("xxx.DLL ...

    MT4: catch dll import error
  • rangebound replied Jun 29, 2011

    It could be done, but you'll have to find someone to do it for you. I simply don't have the time.

    Searching for Ross hook/TTE indicator
  • rangebound replied Jun 7, 2011

    Feel Free ... after all ... its freeware.

    Searching for Ross hook/TTE indicator
  • rangebound replied Oct 8, 2010

    The phrase "At the Testing" Is I believe pigeon English for "In Strategy Testing Mode" IE You will get the Time on your PC's (Windows) Clock anytime you call this (connected or not) as long as you're not running a Strategy Test

    How to get local time (computer time) on MT4?
  • rangebound replied Sep 24, 2010

    string CSdouble(double Din) { string orgs,ress; int spos; orgs = DoubleToStr(Din,2); spos = StringLen(orgs)-1; ress = StringSubstr(orgs,spos-2,3); spos -= 3; while (spos >= 0) { if (spos >=2) { ress = ","+StringSubstr(orgs,spos-2,3)+ress; spos -=3; ...

    Coding to reformat dollars - 1234567.89 to 1,234,567.89 ?
  • rangebound replied Sep 10, 2010

    Looks to me like some level of corruption is occuring. Running 20 EAS on 4 terminal apps on a single machine could easily lead to instability problems due to minor bugs in any of the Eas or in Mt4 itself. I doubt you'll find an answer. Intermitent ...

    MT4 Problem - Opening a Deal, then Closing it again straight away
  • rangebound replied Aug 19, 2010

    The following can and will have an impact. SYSTEM In some (most) cases a 64bit OS will run slower than a 32bit (especially when the program was written for 32bit) Though this shouldnt impact much it can have greater problems with some software over ...

    Problems with mt4 lagging
  • Posts by Member Search: 'rangebound'
    • Page 1 2345 6
Top of Page
  • Facebook
  • Twitter
About FF
  • Mission
  • Products
  • User Guide
  • Media Kit
  • Blog
  • Contact
FF Products
  • Forums
  • Trades
  • Calendar
  • News
  • Market
  • Brokers
  • Trade Explorer
FF Website
  • Homepage
  • Search
  • Members
  • Report a Bug
Follow FF
  • Facebook
  • Twitter

FF Sister Sites:

  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Forex Factory® is a brand of Fair Economy, Inc.

Terms of Service / ©2021