- Search Crypto Craft
-
rockit replied May 21, 2014Re: disadvantage of OA: - no push quotes (you have to pull prices; restriction on how many pulls you can fire per time unit) - s l o w, as it is a text-based web api (json) Advantage: you get rid of the MetaQuotes bullshit.. Best api I know so far ...
Any experience on Oanda API? Any better or worse than MT4 EA?
-
rockit replied May 7, 2014well.. to run the mt4 desktop app your tablet will have to have an intel (x86) cpu..
MT4 on tablets
-
rockit replied May 2, 2014An elegant way to solve this problem is to make an array of 24 positions, like a day has 24 hours. In every position you put for example a zero (or false) value if do not trade and otherwise if do trade (basically a switch on/off). Then you simply ...
Adding trading hours filter code for EA
-
rockit replied Apr 10, 2014Oh well.. Probably it does not matter anyway.. but just sayin': These are numbers from the CFTC. You know what the CFTC is? It has nothing to do with FM, they just (re-)published it to us. So, probably the most legit numbers you will ever get..
Are there any REAL broker ratings?
-
rockit replied Apr 9, 2014Try the CFTC (monthly?) metrics. For example, for the month of january: url Also: url
Are there any REAL broker ratings?
-
rockit replied Apr 2, 2014Sure. An example of a basic info copy expert (copies ticks over to a remote window): #property strict #define WM_COPYDATA 0x004A #define INFO 0x01 #define FindWindow FindWindowW #define SendMessage SendMessageW struct Copydatastruct { int dwData; ...
Calling MT4 commands externally (e.g. from C++)
-
rockit replied Mar 20, 2014What other brokers have java api? I know only one. Anyway, in principle they all work the same, because they are all about the same thing. The principal difference between i.e. mt4 and jforex is that in mt4 data is dispatched per chart, while in ...
MT4 to Java / JForex and ECN Brokers
-
rockit replied Mar 18, 2014Here's some code for you. Two experts: one for buy, one for sell. How it works: you have to drop the expert onto the candle where you want to set the level; for buy it will place the level at the high of the candle, and for sell it will place it at ...
searching for mt5 lot size calculator
-
rockit replied Mar 18, 2014Somewhat better now, however: - by what means are you supposed to set the trade level? and how distinguish buy, sell? - by "lowest low" you mean currently visible on the chart (that is, at the time of setting the level(s))? - you would want to put ...
searching for mt5 lot size calculator
-
rockit replied Mar 18, 2014Honestly, I have difficulties making sense off your description(s). They appear inconsistent (text vs graph). If you can come up with a more useful description (and be verbose as possible as, as usual, the devil is in the details).. Otherwise, for ...
searching for mt5 lot size calculator
-
rockit replied Mar 18, 2014I suggest you to open your orders via a script (which you can assign a key) in general, where you can also set your sl, tp, automagically, instead of going the route you are going right now. You can configure scripts ahead of start the same way as ...
EA not managing trades
-
rockit replied Mar 17, 2014Yes, experts (and indicators) are tick-driven, meaning the terminal will try to run their core code at each new tick. So, if you want to apply a certain logic only, for example, at the beginning of a new candle (bar), you will have to check for that ...
Need help creating my first EA
-
rockit replied Mar 17, 2014Well, there was a small error with the expiration date... I apologise for that. file
Need EA to open trades based on yesterday's levels
-
rockit replied Mar 13, 2014This will compile and run; however, I do not know if all of it will work as intended: file
I will code your EAs and Indicators for no charge
-
rockit replied Mar 12, 2014Now, this is something different. Because first you said all SL should be individually per trade... file
Need EA to open trades based on yesterday's levels
-
rockit replied Mar 12, 2014assign a key to buy10 script, and a key to sell10 script.. file file
I will code your EAs and Indicators for no charge
-
rockit replied Mar 12, 2014Just to understand you right: are you asking for the equivalent of your code for the mt5 platform? Or is it for the new mt4 builds with the updated mql4?
Need help to convert simple MQL4 indicator to MQL5
-
rockit replied Mar 11, 2014You say: You cannot have this without doing it manually. Unless they be random aswell. So, you can always adjust the sl/tp manually :d Or it be one for them all.. If you can come up with something specific, I shall see.
Need EA to open trades based on yesterday's levels
-
rockit replied Mar 11, 2014Possibly you can find something here: url
I will code your EAs and Indicators for no charge