Arthemis Posted February 14, 2010 Report Share Posted February 14, 2010 Re: Trio-Hedge Interest Trading System No combination found on Alpari UK Quote Link to comment Share on other sites More sharing options...
Iceman777 Posted February 26, 2010 Report Share Posted February 26, 2010 Re: Trio-Hedge Interest Trading System Can someone please upload new link? all versions removed again Quote Link to comment Share on other sites More sharing options...
taipan Posted March 6, 2010 Report Share Posted March 6, 2010 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); } callahan 1 Quote Link to comment Share on other sites More sharing options...
taipan Posted March 6, 2010 Report Share Posted March 6, 2010 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. callahan 1 Quote Link to comment Share on other sites More sharing options...
F1Maniac Posted March 10, 2010 Report Share Posted March 10, 2010 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. Quote Link to comment Share on other sites More sharing options...
cazador Posted March 10, 2010 Report Share Posted March 10, 2010 Re: Trio-Hedge Interest Trading System would you please upload that once more? Appreciate it! Quote Link to comment Share on other sites More sharing options...
InnToom Posted March 17, 2010 Report Share Posted March 17, 2010 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. Quote Link to comment Share on other sites More sharing options...
Guest Jayman007 Posted February 8, 2011 Report Share Posted February 8, 2011 Would someone please reupload this for us all to enjoy. Quote Link to comment Share on other sites More sharing options...
himnoor Posted May 10, 2012 Report Share Posted May 10, 2012 Hi can you modify trio hedge backtest need to put enddate on it only Quote Link to comment Share on other sites More sharing options...
Ishtana Posted February 4, 2013 Report Share Posted February 4, 2013 Can someone please re upload? Dead links. Thank you. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.