- Search Energy EXCH
-
Creating a password for an EA and then hiding its entry
Started Jun 2, 2014|Platform Tech|1 reply
I have a simple password routine for MT4. if (password != "actualrealpassword") return(0); It ...
-
Logic Question on Trade Exit Code
Started May 31, 2014|Platform Tech|4 replies
Which logical statement is preferable coding? if (OrderType() == OP_BUY && (iOpen(NULL,1,1) && ...
-
Another MT4 Function Question
Started May 31, 2014|Platform Tech|2 replies
I would like to use the following logic in MT4... if (count < MP) TradeStraight(); if (count ...
-
Freehand line or pen drawing tool for MT4
Started May 30, 2014|Platform Tech|14 replies
Does anyone know of a freehand/pen line drawing tool for MT4. There is one I found online for ...
-
MT4 Function Question
Started May 27, 2014|Platform Tech|1 reply
I'm trying to merge two different EAs into one and was wondering if MT4 allows nesting void ...
-
OrderSelect Warning Fix
Started May 17, 2014|Platform Tech|5 replies
Am getting an OrderSelect warning...Although the EA is compiling and trading and functioning ...
-
Non-Broker Dependent LIVE Real Time Data Source for MT4?
Started Oct 17, 2013|Platform Tech|1 reply
Does anyone know of a GOOD Aggregate Live Real Time tick data source *or every 5 ...
-
Possible to edit OrderComment() of a live trade?
Started Oct 11, 2013|Platform Tech|5 replies
Is it possible to edit the comment once a trade is an open trade? If so, is there an easy way ...