- Search Crypto Craft
-
rockit replied Jun 14, 2014What is your reasoning? In my opinion they have idiotic trading terms (designed to make a traders life difficult). Do you know anybody who has successfully withdrown profits, especially larger ones? Have you checked their reputation on sites like ...
What do you think about FXOpen?
-
rockit replied Jun 11, 2014No, there are not. There are 16 in total (15 that is). And they can all be addressed in 4 nested loops, as I have put above (I just got the test wrong at first; one has to use xor and and and not operators).
MT4 List or Array?
-
rockit replied Jun 11, 2014You closed it manually then? Well, you have to place your stops according to the bid/ask relation to long/short orders. And always display the ask-line in your chart. I do not understand: If you place a stop loss for a short below the ask price it ...
IC Markets
-
rockit replied Jun 11, 2014I do think that you would need an array (and more). To store results for every combination. At the end you would look up the combination with the best result. Sorry I do not understand the 8+1 concept concerning the results. It is 8 combinations per ...
MT4 List or Array?
-
rockit replied Jun 11, 2014I think I got it now. You have to permute all the signal combinations. Note that A..D (a.k.a. signals) have to be 0 or 1, not true or false: prev = result = 0 for a = 0 to 1 for b = 0 to 1 for c = 0 to 1 for d = 0 to 1 if !(A^a) && !(B^b) && !(C^c) ...
MT4 List or Array?
-
rockit replied Jun 11, 2014Why do you think you need a list or array? If I understand this well, I would do: Permute all the possibilities, and at every permutation, if the result is better than the last one, store its 4 boolean values mulitiplied by a (binary) weighting as a ...
MT4 List or Array?
-
rockit replied Jun 11, 2014If you know the maximum possible outcomes, and you do not need to insert elements at arbitrary positions, but only for example at the end, then an array would be more efficient.
MT4 List or Array?
-
rockit replied Jun 10, 2014I can tell you what can be considered a good (retail) broker: If you have a spread (E/U) of 0.1 pip on average. If you can execute below 50ms (network latency excluded). If your initial deposit req. start low, at say 100. If your commission is not ...
NordFX - ECN/STP, MT4, MT5, Multiterminal Broker
-
rockit replied Jun 9, 2014Sure, it's your code now and you can modify to your liking. In fact, if you can program Java then you can program mql. And yes, you are right it likely be better to write data in small portions if it is a lot of data to write.
Real time data export from MT4
-
rockit replied Jun 9, 2014Also interesting: Dukascopy generates very few ticks, only about half compared to e.g. Armada. And Armada generates about 30% (or more) fewer ticks than LMAX..
Does anyone have any experience with Dukascopy?
-
rockit replied Jun 9, 2014Yes, I understand; we all are facing these same issues. Best of a bad lot - that is it! Give us somebody the best of a bad lot.
Best Broker for Extreme Scalper - When Spreads Matter
-
rockit replied Jun 9, 2014This. All brokers seem to either: execute lame, or have wide spreads, or require high deposits, or slip a lot, or high commissions.. or a combination of these, or all of these issues.. It is a lame industry, all eager to take your money no problem, ...
Best Broker for Extreme Scalper - When Spreads Matter
-
rockit replied Jun 9, 2014My suggestion above works; if you do not want to implement it, then I cannot help you. Can you post your code as it actually is? Because the code you posted above does not make sense..
How to create a hidden simulated limit order in MT4?
-
rockit replied Jun 9, 2014What are your execution times? Do you measure slippage?
Best Broker for Extreme Scalper - When Spreads Matter
-
rockit replied Jun 9, 2014You are not preventing the signal setting new prices. What does the OrderSend function return? Are there errors? Why do you not implement this (and please, use the 'code' tags when posting code): // if buysignal == true && limit not set set limit // ...
How to create a hidden simulated limit order in MT4?
-
rockit replied Jun 9, 2014Just made a trade on Armada Markets: Execution time 600ms - what a joke! Slippage 0.3 pip - again, what a joke (E/U)! Do not go there..
Best Broker for Extreme Scalper - When Spreads Matter
-
rockit replied Jun 9, 2014I mean, this is a super simple thing: for one limit order: Upon a buy signal you lock in the limit price, and, as long as a limit is set no other limit must be set. If manifold orders: Upon a buy signal you lock in the limit price into a list (or ...
How to create a hidden simulated limit order in MT4?
-
rockit replied Jun 9, 2014No. However, you have to ensure that the signal is raised only once for one limit order. You have not disclosed how many orders you intend to allow to be set. In the likely case of only one order per side, check (initially set BuyLimitPrice = 0): ...
How to create a hidden simulated limit order in MT4?
-
rockit replied Jun 8, 2014These types of indicators are called oscillators. From here I leave it up to you to master oscillators. When you have succeeded you will be a very happy trader..
Which indicator has the highest probability to predict price