Arthemis Posted February 14, 2010 Report Posted February 14, 2010 Re: Trio-Hedge Interest Trading System No combination found on Alpari UK
Iceman777 Posted February 26, 2010 Report Posted February 26, 2010 Re: Trio-Hedge Interest Trading System Can someone please upload new link? all versions removed again
taipan Posted March 6, 2010 Report 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
taipan Posted March 6, 2010 Report 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
F1Maniac Posted March 10, 2010 Report 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.
cazador Posted March 10, 2010 Report Posted March 10, 2010 Re: Trio-Hedge Interest Trading System would you please upload that once more? Appreciate it!
InnToom Posted March 17, 2010 Report 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.
Guest Jayman007 Posted February 8, 2011 Report Posted February 8, 2011 Would someone please reupload this for us all to enjoy.
himnoor Posted May 10, 2012 Report Posted May 10, 2012 Hi can you modify trio hedge backtest need to put enddate on it only
Ishtana Posted February 4, 2013 Report Posted February 4, 2013 Can someone please re upload? Dead links. Thank you.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now