- Search Crypto Craft
-
sangmane replied Apr 17, 2011have you found those patterns? would you please share with us just one or two of them?
Grailaholics Anonymous
-
sangmane replied Mar 28, 2011open office DDE syntax — Google is your friend. url
Named Pipes for MT4
-
sangmane replied Mar 16, 2011Shabs, I have added manual lot sizes but I don't have time for testing it. If you or anyone are willing to do some testing on this program, drop me pm. Once the program confirmed to work as expected, I'll post it in this thread.
MT4 Order Plugin: Trade by lines with risk based lot sizing
-
sangmane replied Mar 9, 2011hi SC, i'm afraid you have just found the holy grail code...
Meta-editor messed up
-
sangmane replied Mar 7, 2011My fix was just for zero divide error. Don did a great job in fixing the rest

Zero Divide error? Where do I need to look to fix it?
-
sangmane replied Mar 6, 2011hi trade4fun, check attached file
Zero Divide error? Where do I need to look to fix it?
-
sangmane replied Mar 3, 2011Hi Shabs, I will move all risk calculation to MQL script. It should be able to eliminate this "submit return error". Thanks for the info on future contracts
MT4 Order Plugin: Trade by lines with risk based lot sizing
-
sangmane replied Mar 3, 2011Thank you for the support

MT4 Order Plugin: Trade by lines with risk based lot sizing
-
sangmane replied Mar 3, 2011Confirmation, yes! That is very important! Regarding default risk, I code it based on my own default. Will add code to save default settings. Thank you for your feedback.
MT4 Order Plugin: Trade by lines with risk based lot sizing
-
sangmane replied Mar 3, 2011Hi Russ, I have tested this tool on Oanda practice account. It works. Regarding micro lot, please wait until I fix the lot sizing calculation for non standard lot. Don't use this tool for live account. There are a few things need to be fixed.
MT4 Order Plugin: Trade by lines with risk based lot sizing
-
sangmane replied Mar 3, 2011Hi Diki, it is on my list. Thanks for the feedback

MT4 Order Plugin: Trade by lines with risk based lot sizing
-
sangmane replied Feb 27, 2011dear lady, i can't pm you. you need to enable your pm feature

Anyone know a good mt4 programmer to recommend?
-
sangmane replied Feb 27, 2011For quick and easy solution you can modify the mq4 code in EasyOrder_Submit.mq4 lot = MathRound(lot/MarketInfo(Symbol(),MODE_LOTSTEP))*MarketInfo(Symbol(),MODE_LOTSTEP); lot = 10*lot; //add this line
MT4 Order Plugin: Trade by lines with risk based lot sizing
-
sangmane replied Feb 27, 2011Hi mate, long time no see

How to make an indicator to Multi Time Frame...
-
sangmane replied Feb 26, 2011yes, the script always send order in two step, whether your broker is ECN or not initially i was thinking to autodetect order type (stop or limit order) based on price line position relative to sl line position on chart. but it is too risky. you can ...
MT4 Order Plugin: Trade by lines with risk based lot sizing
-
sangmane replied Feb 26, 2011Glad to hear that it works. I added a menu for line deletion / refresh to make it easier. Sometimes when there are more than two trades open with the same pair, choosing the old tp/sl line is difficult. Thanks for your feedback

MT4 Order Plugin: Trade by lines with risk based lot sizing