- Search Crypto Craft
-
rockit replied Mar 10, 2014Indeed, I forgotten a small thing.. Sorry about that. New game new luck! [But why you waiting for 100 pip move to test the code??? Just set TP to i.e. 10 and SL to 3 and if it works it will work on the big pips too...] file
I will code your EAs and Indicators for no charge
-
rockit replied Mar 10, 2014Here some brute force code. No clue if it does what you want : p but it is supposed to open on drop fifty or so pending orders all over the place, random direction, within yday's range.. Adjust your lot size. Do not test live. To remove all ...
Need EA to open trades based on yesterday's levels
-
rockit replied Mar 9, 2014It means that, with regard to any type of order: SL, TP, as well as Limit and Stop Buy and Stop Sell orders, *can* be executed at a worse than preferred price. Personally I do not use these types of orders; and I stay away from 'big' events that are ...
Any One Have Any Experience With TradersWay?
-
rockit replied Mar 7, 2014I do not know if this is true for all mt4 brokers, but mine answered me that limit orders are not price gauranteed; meaning that they are subject to (negative) slippage, once triggered, they effectively become market orders. Stop orders (and stops), ...
Any One Have Any Experience With TradersWay?
-
rockit replied Mar 5, 2014ok, here's what makes Dukas stand out against many of its peers: you do not need to host your money at Dukascopy at all - they call it custodian banking service: url
Safest broker to trade a million dollars with
-
rockit replied Mar 3, 2014Yes, exactly. Jumps are bad in general in terms of execution speed. Especially if they are wrongly predicted (by the branch prediction unit); more so on cpus with a longer execution pipeline (because it has to be flushed), and expecially such that ...
Learn New MQL Coding
-
rockit replied Mar 3, 2014Would like to throw in a small optimisation advice: In branch prediction, forward conditional jumps are by default not taken, while backward conditional jumps are by default taken (like in loops). Therefore, do not code: if(less likely condition) ...
Learn New MQL Coding
-
rockit replied Feb 27, 2014Have you searched the forum? url
Cancelling a pending order if price reaches X
-
rockit replied Feb 26, 2014a simple one (indi) that will output as comment: file
Looking for RSI Dashboard
-
rockit replied Feb 26, 2014Have you tried changing the input variable "multiplier" from now 2, to 0.5?
I will code your EAs and Indicators for no charge
-
rockit replied Feb 25, 2014I only thought.. if you trade 1 lot per $1000 you'd need only 1 pip win per day to make 10% a month. One pip seems not too much to ask for lol.
10% Profit Per Month
-
rockit replied Feb 25, 2014MetaTrader is long gone.. I doubt that he will resurrect and code something for you lol However, just out of curiosity, I have coded such a tool, as it seemed sufficiently simple. You will need to click the candle actually; and keep bar zoom at ...
I will code your EAs and Indicators for no charge
-
rockit replied Feb 24, 2014looks like 1 pip per day @ $1000 @ 1 lot (100:1) looks like it can be done where is your trade explorer @OP?
10% Profit Per Month
-
rockit replied Feb 23, 2014You probably forgot to mention that there is a web interface, too, so that it can be accessed without installation, and also on mobile. And, probably very important: there is a "feedback" button integrated into cTrader! LOL However, the most notable ...
cTrader & cAlgo - The New Standards in FX Trading Platform
-
rockit replied Feb 22, 2014If you can put it into clear, simple rules: what to do on what condition.. However, dealing with (other) charts would be difficult (because one cannot custom tag a chart), but data of a particular symbol and time frame can be accessed from any ...
I will code your EAs and Indicators for no charge
-
rockit replied Feb 21, 2014You do not need to wait for a 100 pip move lol; just set your profit target to 10 pip or similar small amount. If it works on large (profit) it will work on small and vice versa. I do not get your other question, you will need explain in more detail. ...
I will code your EAs and Indicators for no charge
-
rockit replied Feb 21, 2014Yes, everybody knows what happened. Except some poor guy that was on holidays for two weeks. Shit happens. So, what exactly happened you can (carefully) read here: url
Problems with MT4
-
rockit replied Feb 21, 2014Please fix the links to the "2 articles"; right now they point to exactly nowhere..
[Free & Open Source] Darwin's Walk Forward Analyzer v0.1
-
rockit replied Feb 19, 2014Here another variant, somewhat OOPish, for the fun. Implements a linked list, coud be faster than the previous one. //SCRIPT #property strict #define PERIOD 20 void OnStart() { Adrtop10(); } void Adrtop10() { class Map { public: int key; double val; ...
Top 10 Pairs with Highest Daily Range