- Search Crypto Craft
-
sangmane replied Jan 13, 2014I tested on FXCM Build 574, it works as usual. Check EA option in Tools - Options - Expert Advisor tab.
MT4 Order Plugin: Trade by lines with risk based lot sizing
-
sangmane replied Jan 6, 2014hi jdva, replace existing EasyOrder_Draw.mq4 with the attached one. Restart MT4 for changes to take effect
MT4 Order Plugin: Trade by lines with risk based lot sizing
-
sangmane replied Oct 27, 2013Hi sanguin, thank you for the contribution to easy order

MT4 Order Plugin: Trade by lines with risk based lot sizing
-
sangmane replied Aug 13, 2013WHRoeder suggestion is : MathAbs(price1-price2)<=Point/2. The reasoning is that Point is the smallest increment in price, so as long as the difference is smaller than 0.5 Point, it is safe to assume that both prices are numerically equal
Bug in simple code, please help to pinpoint
-
sangmane replied May 28, 2013You must use i instead of 0 in the index part of iCustom for (i=length-1; i>=0; i--) { FileWrite(handle, TimeToStr(Time, TIME_DATE), TimeToStr(Time, TIME_SECONDS), High, Low, Close, Open, Volume,iCustom(NULL,0,"JJMA",5,100,0,0,i)); } hope this help
Exporting custom indi values to CSV
-
sangmane replied Apr 29, 2013I has been addressed before. Please visit this link: url
MT4 Order Plugin: Trade by lines with risk based lot sizing
-
sangmane replied Apr 11, 2013hi loulu, i'm talking about Worksheet_Change not working. i want to check why the above event doesn't get trigger by DDE please attach DDE sample that contain the above VBA code, so that i can check myself. btw, why not use SetLinkOnData?
How to get live data from Interactive Broker to Excel
-
sangmane replied Apr 11, 2013can you attach your excel file?
How to get live data from Interactive Broker to Excel
-
sangmane replied Apr 10, 2013How to preserve variable in indicator when switching timeframes? By insulting each other in platform folder

How to preserve variable in indicator when switching timeframes?
-
sangmane replied Apr 6, 2013//**************ADDED FOR ACCOUNT SENTRY *************** if (GlobalVariableGet("GV_CloseAllAndHalt") > 0){ return (0); } else //**************END ACCOUNT SENTRY HOOK **************** //--- Set Margin counter ---------------------------- WJ Begin ...
EA only makes trade when I re-open Metatrader
-
sangmane replied Apr 3, 2013the attached revised EA calculate SL/TP based on StopLoss/TakeProfit setting in EA properties. hth
Urgent! Need help in modifying EA stoploss
-
sangmane replied Apr 1, 2013if you want to plot historical trades from excel to MT4 chart, the simplest way is: 1. save that excel sheet in csv format (from excel menu: File - Save As, choose csv format) 2. code an MT4 script to read that csv file
Pulling Data from MT4 using API
-
sangmane replied Mar 30, 2013yes, of course you can run easy order on different machines at the same time

MT4 Order Plugin: Trade by lines with risk based lot sizing
-
sangmane replied Mar 13, 2013hi nathan, you can start with url unlike C or Pascal language which is a 3GL (third generation language), MQL is a 4GL (or even 5GL) which is relatively much easier to learn compared to those low/medium level programming language. MQL is designed ...
A better Editor for mql is available. 100x better than MetaEditor
-
sangmane replied Mar 3, 2013Hi John, The problem is not related to dll. If easy order window appears on chart, it means dll works correctly. Use original scripts. Cheers
MT4 Order Plugin: Trade by lines with risk based lot sizing
-
sangmane replied Feb 27, 2013Thank you for your appreciation, and welcome to FF

MT4 Order Plugin: Trade by lines with risk based lot sizing
-
sangmane replied Feb 26, 2013
can you run another scripts/ea that import dll?MT4 Order Plugin: Trade by lines with risk based lot sizing
-
sangmane replied Feb 26, 2013hi genie, we can discuss it via pm

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