- Search Crypto Craft
-
sangmane replied Apr 15, 2015can you post a screenshot that explaining what you want the EA to do?
A humble EA help request
-
sangmane replied Apr 15, 2015hi snail69, please use the latest update on page 1. read the instruction on how to install. on latest update, EO doesn't manage orders. when you drag TP line of opened order (not TP line created by EO), MT4 handles them automatically.
MT4 Order Plugin: Trade by lines with risk based lot sizing
-
sangmane replied Apr 15, 2015hi vinie116, Easy Order should be installed as script. Do you see Easy Order window on the chart?
MT4 Order Plugin: Trade by lines with risk based lot sizing
-
sangmane replied Apr 15, 2015hi NP, that is possible but it is too specific to be included in Easy Order. Not many uses that kind of pattern / price action. it is better to code that in a separate EA, it should not be too difficult
MT4 Order Plugin: Trade by lines with risk based lot sizing
-
sangmane replied Apr 8, 2015do you want to backfill using MT4 history?
Where to get realtime backdata in Amibroker
-
sangmane replied Apr 7, 2015Hi all Easy Order users, I just modified the scripts to make it comply with current MQL4 and removing unnecessary Price/SL/TP lines after order submitted. Added a confirmation dialog before order is sent. I restrict the script to work on demo only ...
MT4 Order Plugin: Trade by lines with risk based lot sizing
-
sangmane replied Apr 7, 2015@EmX: The script was coded before MT4 provides the editable SL / TP lines. I'll post the script that doesn't draw SL/TP lines @Karado58: The dll is in the older zip in first post

MT4 Order Plugin: Trade by lines with risk based lot sizing
-
sangmane replied Mar 30, 2015jjdtrade, thank you for your support

MT4 Order Plugin: Trade by lines with risk based lot sizing
-
sangmane replied Mar 30, 2015Hi nods80, Sorry I missed your question. Currently EO doesn't have that feature. I do have plan to add it in the future.
MT4 Order Plugin: Trade by lines with risk based lot sizing
-
sangmane replied Mar 25, 2015Hi KierynM, Sell order is closed at Ask price which is higher than Bid price. The gray price line shown on the chart is Bid price. You can show ask line by pressing F8 - Common - Show Ask line. S.
MT4 Order Plugin: Trade by lines with risk based lot sizing
-
sangmane replied Mar 19, 2015RobertBazil and Kenneth, Thank you for the feedback

MT4 Order Plugin: Trade by lines with risk based lot sizing
-
sangmane replied Mar 18, 2015Hi fredfred and Bomi, It seems you download the old versions. Please do the following : 1. Important! Delete all EasyOrder related scripts (mq4 and ex4) from scripts folder 2. Download EasyOrder script files attached to this post and place them to ...
MT4 Order Plugin: Trade by lines with risk based lot sizing
-
sangmane replied Mar 13, 2015Hi Robert, Update your EasyOrder_Submit script file: 1. Close MT4 2. Delete EasyOrder_Submit.mq4 3. Replace existing EasyOrder_Submit.ex4 with the attached file. Best, S
MT4 Order Plugin: Trade by lines with risk based lot sizing
-
sangmane replied Mar 6, 2015see first post in first page
MT4 Order Plugin: Trade by lines with risk based lot sizing
-
sangmane replied Feb 25, 2015Hi Bomi, You can place 2 pending orders one after another. - On New order dropdown, select buy stop. Drag line to yesterday high - Click submit - Repeat for sell stop on yesterday low
MT4 Order Plugin: Trade by lines with risk based lot sizing
-
sangmane replied Feb 23, 2015with the same lot, price, sl, tp?
MT4 Order Plugin: Trade by lines with risk based lot sizing
-
sangmane replied Feb 20, 2015it seems MT4 DDE server doesn't support DDE "REQUEST" method. you can use ADVISE loop MT4 help: Client Terminal / Tools / Export of Quotes =============== Quotes are given through DDE only at incoming of new ticks (ADVISE mode), but not immediately ...
Getting MT4 data via DDE server using Python