Jump to content

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

Recommended Posts

  • 2 weeks later...
Posted

Re: Trio-Hedge Interest Trading System

 

To remove the expiry problem on TRIO-INTEREST-HEDGE-BACKTEST~.MQ4 EA, change the following code as follow:

 

Code:

 

double gd_204 = 10.0;

double gd_unused_212 = 200.0;

extern double Fontsize = 7.0;

extern string StartDate = "2009.12.27 00:00";

double g_ibuf_236[];

double g_ibuf_240[];

double g_ibuf_244[];

double g_ibuf_248[];

 

Note 1: Change "extern string StartDate = "2009.04.27 00:00";" to "extern string StartDate = "2009.12.27 00:00";

 

and also on Code:

 

extern double Fontsize = 7.0;

extern string StartDate = "2009.04.27 00:00";

 

 

ObjectsRedraw();

string ls_0 = "3009.05.16";

int l_str2time_8 = StrToTime(ls_0);

if (TimeCurrent() >= l_str2time_8) {

Alert("Usage of this indicator has expired. Please contact [email protected] to renew ");

return (0);

}

int l_ind_counted_16 = IndicatorCounted();

 

 

Note 2: Change "string ls_0 = "3009.05.16";" to "string ls_0 = "2029.05.16";"

 

This should remove the restriction on expiry problem.

 

 

 

On the expiry on TRIO-INTEREST-HEDGE~.MQ4 EA, just change the following code:

 

from "string ls_0 = "3009.05.16";" to "string ls_0 = "2029.05.16";"

 

Code:

 

int start() {

string ls_0 = "2029.05.16";

int l_str2time_8 = StrToTime(ls_0);

if (TimeCurrent() >= l_str2time_8) {

Alert("EA EXPIRED....TO PURCHASE PLEASE EMAIL [email protected] ");

 

I have tested myself and is working. Kudos if you don't mind.

return (0);

}

Posted

Re: Trio-Hedge Interest Trading System

 

To remove the expiry problem on TRIO-INTEREST-HEDGE-BACKTEST~.MQ4 EA, change the following code as follow:

 

Code:

 

double gd_204 = 10.0;

double gd_unused_212 = 200.0;

extern double Fontsize = 7.0;

extern string StartDate = "2009.12.27 00:00";

double g_ibuf_236[];

double g_ibuf_240[];

double g_ibuf_244[];

double g_ibuf_248[];

 

Note 1: Change "extern string StartDate = "2009.04.27 00:00";" to "extern string StartDate = "2009.12.27 00:00";

 

and also on Code:

 

extern double Fontsize = 7.0;

extern string StartDate = "2009.04.27 00:00";

ObjectsRedraw();

string ls_0 = "3009.05.16";

int l_str2time_8 = StrToTime(ls_0);

if (TimeCurrent() >= l_str2time_8) {

Alert("Usage of this indicator has expired. Please contact [email protected] to renew ");

return (0);

}

int l_ind_counted_16 = IndicatorCounted();

 

 

Note 2: Change "string ls_0 = "3009.05.16";" to "string ls_0 = "2029.05.16";"

 

This should remove the restriction on expiry problem.

 

 

 

On the expiry on TRIO-INTEREST-HEDGE~.MQ4 EA, just change the following code:

 

Change "string ls_0 = "3009.05.16";" to "string ls_0 = "2029.05.16";"

 

Code:

 

int start() {

string ls_0 = "2029.05.16";

int l_str2time_8 = StrToTime(ls_0);

if (TimeCurrent() >= l_str2time_8) {

Alert("EA EXPIRED....TO PURCHASE PLEASE EMAIL [email protected] ");

 

I have tested myself and is working. Kudos if you don't mind.

Posted

Re: Trio-Hedge Interest Trading System

 

seems like the trade this EA are not profitable anymore. trying it on fxdd demo. it opened short EURUSD 0,24 lot! long AUDUSD 0,36 lot and long EURAUD 0,24

 

the overall interest rate it generates in algorithm is supposed to be positive, but in the end its not.

Posted

Re: Trio-Hedge Interest Trading System

 

firstly, i am sorry for my English.

Each broker allow to trade different currencies such as china yuan is allowed by some broker. Some broker allow SAR:South African Rand. .....

so i would like to know that this script can calculate all of vary currency pair. If not can anybody modify it to calculate all the currency pairs that allowed by each broker.

Thanks in advance.

  • 10 months later...
Guest Jayman007
Posted
Would someone please reupload this for us all to enjoy.
  • 1 year later...
  • 8 months later...

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...