Jump to content

(REQ) forex c-o-n-d-u-c-t-o-r Seems interesting


Recommended Posts

found it on 4shared, but as you can see it connect to their server to get the signals, so???

 

http://www.4shared.com/get/eaxfpz6n/ForexConductor.html

 

*/

....

#include <WinUser32.mqh>
#include <stdlib.mqh>

#import "MT4SignalRetrieval.dll"
  bool RetrieveSignal(string a0, string a1, string a2, int a3, int a4, int& a5[], string a6, string a7, int& a8[], int& a9[], int& a10[], double& a11[], int& a12[], double& a13[], int& a14[], double& a15[], double& a16[], string a17, int& a18[], string a19, string a20, string a21, int& a22[], string a23);
  bool GetSignal(string a0, int a1, string a2, string a3, int a4, string a5, string a6, int& a7[], int& a8[], int& a9[], double& a10[], double& a11[], int& a12[], double& a13[], double& a14[], string a15, int& a16[], string a17, string a18, string a19, int& a20[], string a21);
  string ConfirmSignal(string a0, int a1, string a2, string a3, int a4, int& a5[], string a6);
#import "user32.dll"
  int RegisterWindowMessageA(string a0);
#import

extern string AcctID = "";
extern string Password = "";
extern int PipDeviation = 10;
extern double TradeLotSize = 0.1;
string gs_104 = "http://173.201.191.131/signalserver";
bool gi_unused_112 = TRUE;
double gd_116 = 1.0;
int gi_124 = 2;
int g_slippage_128 = 0;
bool gi_132 = FALSE;
int gi_136 = 21;
bool gi_140 = FALSE;
int gi_144 = 2;
string gs_148 = "Provided by ForexConductor.com";
int gia_unused_156[];
bool gi_160 = FALSE;
double gd_164 = 1.0;
bool gi_172;
int gi_unused_176;
bool gi_180;
string gs_unused_184;
string gs_192;
string g_symbol_200;
double gd_208;
double gd_216;
double gd_224;
double gd_232;
string g_time2str_240;
bool gi_248;
string gs_252;
int gi_unused_260;
string gs_264;
int g_count_272;
int gi_276 = 0;

int init() {
  GlobalVariableDel("RetrievingSignal");
  gi_172 = FALSE;
  gi_unused_176 = 0;
  gi_180 = FALSE;
  gs_unused_184 = "";
  gs_192 = "";
  gd_208 = 0.0;
  gd_216 = 0.0;
  gd_224 = 0.0;
  gd_232 = 0.0;
  g_time2str_240 = "";
  g_symbol_200 = "";
  gi_248 = FALSE;
  g_count_272 = 0;
  gi_160 = FALSE;
  AddTextToComment("");
  if (AcctID == "") {
     Alert("AcctID needs to be set");
     gi_160 = TRUE;
  }
  if (Password == "") {
     Alert("Password needs to be set");
     gi_160 = TRUE;
  }
  if (!IsDllsAllowed()) {
     Alert("Please enable DLLs before using this EA. Go to Tools, Options, Expert Advisors and check Allow DLLs. Then press F7 and do the same on the Common tab.");
     gi_160 = TRUE;
  }
  if (gi_160 == TRUE) gi_132 = FALSE;
  else gi_132 = TRUE;
  SendTickToChart();
  return (0);
}

void deinit() {
  GlobalVariableDel("RetrievingSignal");


.....


}

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...