- Search Crypto Craft
-
rockit replied Oct 22, 2014These look like JForex charts
How's execution times these days at Dukas? Back then, when I was trading with them, they were around 1/2 sec - way too slow for me. Ten sec charts - sounds good, however, I would use some indis to add deadly accuracy ...Trading off 10 seconds charts
-
rockit replied Oct 21, 2014Buy sell limit script. No error checking. Just some sanity checks. Tested ok with some stp br0ker. Disclaimer: Use on your own risk. file
Script for mass orders
-
rockit replied Oct 15, 2014IB have a free API so anything can be done via the API. Provided one has programming skills or a programmer to do it.
Looking for a Position Sizing Solution to Work with TWS of IB
-
rockit replied Oct 7, 2014Several possibilities: - if your macbook is intel based (intel cpu): -- try to run windows inside a virtual machine (possibly a good VM performs better than wine); -- possibly co-install windows, or, run windows off a usb stick or cd, i.e. BartPE, ...
Is it possible to switch brokers on one MT4 platform?
-
rockit replied Oct 6, 2014My last few trades have been executed somewhat faster again - ~250 ms (net). Still a huge number imo (should be <50). Also some slippage, but also positive slippage.
Armada Markets
-
rockit replied Oct 6, 2014Yes (it is possible).
Is it possible to switch brokers on one MT4 platform?
-
rockit replied Sep 10, 2014cons (to mention a few): - expensive (i.e. traders have to pay what brokers have to pay to MetaQuotes) - poor event handling - no interface to connect applications from the outside - only one expert per chart, or, in general, expert is tied to chart ...
MT4 build 670 review
-
rockit replied Sep 10, 2014I would do this: uint mask[10] = {3, 3<<2, 3<<4, 3<<6, 3<<8, 3<<10, 3<<12, 3<<14, 3<<16, 3<<18}; uint one[10] = {1, 1<<2, 1<<4, 1<<6, 1<<8, 1<<10, 1<<12, 1<<14, 1<<16, 1<<18}; uint counter; //bits pair uint mastercounter = 0; then access like so: ...
Would like advice and examples of bitwise code to store counts
-
rockit replied Jul 28, 2014Armada Markets is too slow. Their execution times are around 1/2 second. This can mean higher slippage if some market action is underway.
Best Broker for Extreme Scalper - When Spreads Matter
-
rockit replied Jul 25, 2014Apparently they are (they even ''fake'' Deutsche Banks's logo lol). But, if your story is true (which I doubt), then YOU are a complete retard and you deserved this. How the f*ck one would find such bu**holes? One italian rat guy come to russian ...
Show me a scam broker
-
rockit replied Jul 23, 2014Well, according to our respected physissists [sic], an anti-nightingale would sound exactly like an nightingale. Provided it would live in an anti-world, comprised of anti-matter. Heh! And only for sake of completeness: the loser system is called ...
High Leverage Trading, 100k To 100 Million, 100% A Week
-
rockit replied Jul 23, 2014if(OrderSelect(0,SELECT_BY_POS) && (OrderType()==OP_BUY) && (iRSI(NULL,0,RSIPeriod,PRICE_CLOSE,0)<AddOverSold) && (Close[0]<(Low[0]+((High[0]-Low[0])*((double)RangePercent/100)))) ) EnterLong("AddBuy"); Note that there is no smoothing function in ...
Help to convert NinjaScript to MT4 - just one code line
-
rockit replied Jul 17, 2014You have to understand rates_total vs prev_calculated parameters of OnCalculate function. On a new bar they will differ by 1 (there are exceptions to that rule, i.e. at beginning and also other cases), because rates_total will increase by one, while ...
How to Calculate only on new Bar?
-
rockit replied Jul 17, 2014You meant to say c#? Possibly look here: url
please can anyone convert this indicator to c++?
-
rockit replied Jul 17, 2014I think the code could look like so: int start=...; //shift value for Time[] where 1st session starts int bars=...; //#bars that comprise a session int pitch=...; //gap between sessions(>=0) in bars int sessions=...; //#sessions double asr=0; ...
Want to make an ADR without using Period_D1
-
rockit replied Jul 16, 2014Ooops. I have overlooked a little thing. Here the amended file: file
Help! Coder needed to build an interesting indicator
-
rockit replied Jul 15, 2014I have made it an EA. This way it could directly execute trades. [It will only start printing signals from where you start it. So, for a test drive perhaps put it onto a M1 chart or so. Also I had to make the assumption that special criteria 2 ...
Help! Coder needed to build an interesting indicator
-
rockit replied Jul 14, 2014Wow, nice! So, the new editor does not care anymore. Or not in old code..
I will code your EAs and Indicators for no charge
-
rockit replied Jul 14, 2014No, this is not the reason; the compiler does not know if it is decompiled code or not. There's simply two syntax errors according to the new syntax, that's all (at least this is the case for build 670).
I will code your EAs and Indicators for no charge