- Search Crypto Craft
-
sangmane replied Jul 23, 2011Hi John, See your experts and journal tabs for error message. Have you checked "Allow dll import" in EA properties?
MT4 Order Plugin: Trade by lines with risk based lot sizing
-
sangmane replied Jul 19, 2011Hi, First you need to allow dll imports in your EA properties (Tools-Options) If you still get the error, you need to download and install Microsoft Visual C++ 2008 Redistributable Package: url or use the attached EasyOrder.dll which is statically ...
MT4 Order Plugin: Trade by lines with risk based lot sizing
-
sangmane replied Jun 27, 2011i forgot to return the buffer count to 1. open the mq4 file in metaeditor and make change as follow: #property indicator_chart_window #property indicator_buffers 3 //change 3 to 1 #property indicator_color1 RedThose vertical lines come from the last ...
Need Help - ZigZag EA and Indicator
-
sangmane replied Jun 27, 2011Wow!!! This is a perfect combination of EA, scripts and external app. i really like the OSD (On-Screen Display) parts, showing the most current risk reward percentage every time i change sl/tp lines. Keep up the great work, Sir!

VO-Pro: Comprehensive visual order management system for MT4
-
sangmane replied Jun 27, 2011Xaphod, thank you for your appreciation

MT4 Order Plugin: Trade by lines with risk based lot sizing
-
sangmane replied Jun 27, 2011David, it took me several weeks for developing and testing this half-assed/buggy program
Thank you for your positive response in this thread 
MT4 Order Plugin: Trade by lines with risk based lot sizing
-
sangmane replied Jun 27, 2011zz indy below should give alert when new line appears for the first time.
Need Help - ZigZag EA and Indicator
-
sangmane replied Jun 22, 2011what a great result! 16 years of backtesting!! he should upload his statement to myfxbook

The market never cared about your moving average or candlestick analysis
-
sangmane replied Jun 13, 2011Hi, You can modify TradeComment text to anything

MT4 Order Plugin: Trade by lines with risk based lot sizing
-
sangmane replied Jun 13, 2011Hi Nico, In EasyOrder_Submit.mq4, modify this part: switch(trade) { case OP_BUY: price = Ask; break; case OP_SELL: price = Bid; break; default: price = NormalizeDouble(ObjectGet(obj+"Price",OBJPROP_PRICE1),Digits); break; } if(trade==OP_BUYSTOP || ...
MT4 Order Plugin: Trade by lines with risk based lot sizing
-
sangmane replied Jun 13, 2011Uh no. LOL! dll used by this tool depends on MSVCR90.dll. maybe you uninstall a program and this file being removed from your PC.
MT4 Order Plugin: Trade by lines with risk based lot sizing
-
sangmane replied Jun 13, 2011Hi, This plugin was designed just for sending and modify order manually, with the help of button and visual lines. No plan to extend its functionality for auto order management (like auto move SL to BE after some condition or partial close based on ...
MT4 Order Plugin: Trade by lines with risk based lot sizing
-
sangmane replied May 28, 2011can you provide a picture explaining your request? it seems coding from scratch is simpler than extracting from a full-featured ea
Extracting code from one EA and put it into another
-
sangmane replied May 18, 2011file mapping (shared memory) discussed in this thread: url
Getting data feeds from multiple brokers
-
sangmane replied Apr 19, 2011hi newark, see if this works
Close Current Pair Script - Need some help
-
sangmane replied Apr 19, 2011Hi Kos, Please double check that you place EasyOrder.dll file in experts/libraries folder. Regards, sangmane
MT4 Order Plugin: Trade by lines with risk based lot sizing