Jump to content

Trio-Hedge Interest Trading System


Recommended Posts

  • 2 weeks later...

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

}

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

  • 10 months later...
  • 1 year later...
  • 8 months later...

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