- Search Crypto Craft
-
sangmane replied Feb 25, 2011hey idiot, what's up with your nedging strategy

Why would a broker want to go against your trades?
-
sangmane replied Feb 25, 2011for market makers: more traders, more transactions, bigger spread costs. these days, most brokers are "ECN" the issue has became: Real vs Fake ECN
Why would a broker want to go against your trades?
-
sangmane replied Feb 25, 2011that means the message is correct
re fixed lots, yes, there will be another menu item for lot sizing thanks for clarifying 
MT4 Order Plugin: Trade by lines with risk based lot sizing
-
sangmane replied Feb 25, 2011Kostas, Can you please write here the complete message: "Invalid lot size: xxx" ? Based on script code, it happens when calculated lot size is less than MinLot or greater than MaxLot. MinLot and MaxLot retrieved from broker. Attached a script that ...
MT4 Order Plugin: Trade by lines with risk based lot sizing
-
sangmane replied Feb 25, 2011afaik you can't change order's comment once it is submitted to server

Script or something that changes trade comment
-
sangmane replied Feb 24, 2011Glad to know that
What about "invalid lot size" error? Do you still see it?MT4 Order Plugin: Trade by lines with risk based lot sizing
-
sangmane replied Feb 24, 2011To change name, open windows explorer, change indicator file name to any file. but i suggest to keep the file name to respect the author. up arrow : when ema(15) cross ema(34) from below, and rsi > 50 down arrow: when ema(15) cross ema(34) from ...
Sidus-EMA RSI & Sidus V3 indicators that need to be fixed
-
sangmane replied Feb 24, 2011Hi natali, I'm sorry I missed your question. Risk field means percentage of ratio of money risked to account balance. It depend on the distance between open price and sl. Currently it is assumed that your account currency is USD Risk calculation for ...
MT4 Order Plugin: Trade by lines with risk based lot sizing
-
sangmane replied Feb 24, 2011Risk percentage list is coded in dll, not in mq4. Please update your dll file. If you have run EasyOrder script, you need to close MT4 to release dll file locking by MT4, and then replacing it with updated dll on post #1. I have change drop down box ...
MT4 Order Plugin: Trade by lines with risk based lot sizing
-
sangmane replied Feb 24, 2011Hi Dan, You are right, indicator always says sell in alert and email. Please replace it with attached file. You can change indicator name to any name. I added setting in indicator properties named MailSubject. This allow you to use custom subject. ...
Sidus-EMA RSI & Sidus V3 indicators that need to be fixed
-
sangmane replied Feb 24, 2011from googling i found that AverageFC is a faster version of Average. url Average in MQL = iMA(....MODE_SMA,...) (i only guess) Current Bar + 1 means signal is analyzed at previous bar (guessing) , based on this desc: ========== { CB > 1 check used ...
Tradestation To MQ4
-
sangmane replied Feb 24, 2011files updated on post #1. @piet: to refresh lines including deleting lines that corresponding to closed order, simply drag one of the remaining lines in the chart
MT4 Order Plugin: Trade by lines with risk based lot sizing
-
sangmane replied Feb 24, 2011hi pilot and piet, finally i got positive response
btw, have you ever got error (invalid lot size, submit return error?) do you notice significant increase of cpu / memory consumption? your feedback is really appreciated. @piet: currently ...MT4 Order Plugin: Trade by lines with risk based lot sizing
-
sangmane replied Feb 23, 2011from your own code: int hTesterW = GetDlgItem(hMetaTrader, _ID_TW ); Print("hTesterW = ", hTesterW," || ", DecToHex(hTesterW)); your tester window is a child of MT4 main window. while in my MT4, tester window is a child of Terminal window. MT4 Main ...
Programmatic saving/loading of .set file?
-
sangmane replied Feb 23, 2011i will try to solve that issue by adding logging function.
MT4 Order Plugin: Trade by lines with risk based lot sizing
-
sangmane replied Feb 23, 2011hi newark, that's an imperfect code in my dll. you got that message if market watch window is floating. try put market watch such that it sit on navigator window. you don't have to keep it open. once market watch sit on navigator, you can close it. ...
MT4 Order Plugin: Trade by lines with risk based lot sizing
-
sangmane replied Feb 23, 2011it is bitwise operation. see metaeditor help MQL4 Reference - Basics - Operations & Expressions - Bitwise operations script doesn't work? please check control ID of terminal window, tester window and frame of datetime picker. maybe we yours mt4 have ...
Programmatic saving/loading of .set file?
-
sangmane replied Feb 23, 2011hi hanover, thank you for your comment

MT4 Order Plugin: Trade by lines with risk based lot sizing
-
sangmane replied Feb 23, 2011i use different "trick" in setting tester date start/stop //+------------------------------------------------------------------+ //| SetTesterDate.mq4 | //| Copyright
2011, sangmane | //| [email protected] | ...Programmatic saving/loading of .set file?