Jump to content

⤴️-Paid Ad- Check advertising disclaimer here. Add your banner here.🔥

Recommended Posts

Posted

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");


.....


}

Posted (edited)

outch... so this is a signal service sold as standalone EA ??

 

BTW: on same IP address is hosted: f0rexf0rmance.c0m

 

.. not sure if this is good or bad....

Edited by mograst

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

⤴️-Paid Ad- Check advertising disclaimer here. Add your banner here.🔥

×
×
  • Create New...