stovedude Posted December 4, 2010 Report Share Posted December 4, 2010 Pro, it's not necessary to hire a professional. All we need to know is what the 4 time parameters do. The first two are the trade times, but the last two I still need to take time to see what they are for. I think both are used for closing open positions, and one is also used for checking the trend. If we can make these parameters understandable, it will be easy to modify. pro 1 Quote Link to comment Share on other sites More sharing options...
pro Posted December 4, 2010 Report Share Posted December 4, 2010 Pro, it's not necessary to hire a professional. All we need to know is what the 4 time parameters do. The first two are the trade times, but the last two I still need to take time to see what they are for. I think both are used for closing open positions, and one is also used for checking the trend. If we can make these parameters understandable, it will be easy to modify. Stovedude, that's encouraging news. Thanks for taking the time to look into this issue. Quote Link to comment Share on other sites More sharing options...
stovedude Posted December 7, 2010 Report Share Posted December 7, 2010 OK. Here is the mod. I have approximated everything as the original code. If your broker is very similar to one in the code, you can enter that info (or even hard code it into the mq4 extern parameters and decompile it) under the CustomBroker part. I included the DST check as well. Hopefully everything works as desired. Please note that if your broker is already listed in the code, it will choose that info instead over your CustomBroker set. Also, if your broker is not listed and you haven't set CustomBroker=true, the EA will not work as before. http://www.4shared.com/file/oMddRhx0/iBands_v2.html jtaka, pro, indo37 and 3 others 6 Quote Link to comment Share on other sites More sharing options...
pro Posted December 7, 2010 Report Share Posted December 7, 2010 stovedude, you're the man! Great job, thx a lot! Quote Link to comment Share on other sites More sharing options...
huuu Posted December 7, 2010 Report Share Posted December 7, 2010 yes sorry. this EA works only for "Alpari(UK) Ltd." "FXDirectDealer" "ODL Securities" "Fortune Capital Co. Ltd" "FOREX.com" "FXCM Liquidity Connection" "FxPro " "MIG" this is what on the Japanese manual.... what time frame does this go on, do you know? Quote Link to comment Share on other sites More sharing options...
pro Posted December 7, 2010 Report Share Posted December 7, 2010 the TF=15 Min huuu 1 Quote Link to comment Share on other sites More sharing options...
halcyonn Posted December 7, 2010 Report Share Posted December 7, 2010 1 h as well! huuu 1 Quote Link to comment Share on other sites More sharing options...
pro Posted December 8, 2010 Report Share Posted December 8, 2010 (edited) OK. Here is the mod. I have approximated everything as the original code. If your broker is very similar to one in the code, you can enter that info (or even hard code it into the mq4 extern parameters and decompile it) under the CustomBroker part. I included the DST check as well. Hopefully everything works as desired. Please note that if your broker is already listed in the code, it will choose that info instead over your CustomBroker set. Also, if your broker is not listed and you haven't set CustomBroker=true, the EA will not work as before. http://www.4shared.com/file/oMddRhx0/iBands_v2.html CustomBroker(Varengold) set up works on backtest, but doesn't open trades on demo. No error messages in journal.. strange Does CustomBroker function support 4 digits like Varengold?? Edited December 8, 2010 by pro Alzheimer ;-) Quote Link to comment Share on other sites More sharing options...
stovedude Posted December 8, 2010 Report Share Posted December 8, 2010 Is Varengold an ECN broker? The EA distinguishes between 4 and 5 digit already. Quote Link to comment Share on other sites More sharing options...
pro Posted December 8, 2010 Report Share Posted December 8, 2010 Its a STP broker (like GOMarket), so this may be the issue. Quote Link to comment Share on other sites More sharing options...
stovedude Posted December 8, 2010 Report Share Posted December 8, 2010 Try choosing BrokerIsECN=true. It should work on any broker with that setting anyway. pro 1 Quote Link to comment Share on other sites More sharing options...
pro Posted December 9, 2010 Report Share Posted December 9, 2010 Try choosing BrokerIsECN=true. It should work on any broker with that setting anyway. You're right. It works now. Thank you! Quote Link to comment Share on other sites More sharing options...
pdaAMWwOZ Posted October 26, 2011 Report Share Posted October 26, 2011 Can someone add "TradeMonthEnd" function ? The EA has big lose trade at Month-end many times. If we add the function,this ea will be more profitable. http://www.multiupload.com/H8GBPP7REM FFcal function is also appreciable. 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.