- Search Crypto Craft
-
rockit replied Apr 18, 2016Yes, sorry, I have edited the source and forgot to change all instances. I have updated the source file now, so, try again.
EA Required- For 100% Profitable Strategy at any Stage...
-
rockit replied Apr 18, 2016My take on it (EA), as per the rules in the opening post. Only suited for demo trading mode, as no checks performed, and it will keep multiply volume . Only broker with sub-pip resolution, only FX. Try on M1 for evaluation as it will wait new candle ...
EA Required- For 100% Profitable Strategy at any Stage...
-
rockit replied Apr 14, 2016All the (forex) volume-based indicators use tick-volume. I use the 'money flow index'.
How do you use Tick-Volume for your Trading?
-
rockit replied Apr 14, 2016Read this article: url Basically you have to simulate the manual order entry via interacting with the MT window.
Trading with an EA sending manual orders
-
rockit replied Apr 12, 2016My recent simple tick chart attempt for MT4; drop the indicator onto a chart, it will open an offline chart of the same instrument that will updated by the tick and save those ticks to HST. You can make trades off of it. If you uncheck "Offline ...
Here's a Tick Chart For MT4
-
rockit replied Apr 12, 2016Why 24 ticks? The nearest fibonacci number is 21, then the next one is 34, and so on.
Here's a Tick Chart For MT4
-
rockit replied Apr 12, 2016There you have it - you answered your own question. Set the order's stop loss to Low[0] or High[0], respectively.. The other answer is a bit more tricky. You can count the bars from the trade on (current bar having a count of 0) and when the counter ...
Help closing trades (learning MQL)
-
rockit replied Apr 6, 2016I have now looked at the stuff provided by the author of the bridge; well, it is not exactly a ready-to-use stuff; and because you are not a programmer I am afraid you cannot make a working thing out of it yourself.. In any case you need to put the ...
Need Help linking MT4 to Oanda API
-
rockit replied Mar 22, 2016As I understand it you asked for an example of how to multithreading and also async named pipes in c#. A brief glance across the search results and I think there indeed is what you ask for. If you cannot infer from those examples, then your problem ...
Architecture for a c# data collector
-
rockit replied Mar 21, 2016Me know you're even smarter than him! *ggg* No, seriously, guy is talking BS all the way, get over it.
Chart Scaling, The Great Lie of Technical Analysis, Must Watch
-
rockit replied Mar 21, 2016These indicators are lagging indicators (also referred to as period or lag), meaning, that any indicator value is calculated from past (i.e. price) values. As long as they are not repainting they are good (not fitting). So, his point is.. he has no ...
Chart Scaling, The Great Lie of Technical Analysis, Must Watch
-
rockit replied Mar 21, 2016How about searching the web? Multithreading+c# and async+pipes+c# should provide..
Architecture for a c# data collector
-
rockit replied Mar 18, 2016You are wrong of course. - It was not a good buy because the instrument was overbought and also market sentiment is EUR negative right now.
Intraday EU trading
-
rockit replied Oct 16, 2015Another one, histogram, 2 buffers.
Help/Collaboration with new custom MT4 indicator
-
rockit replied Oct 15, 2015You can extract the info from here: url Basically, you would use Windows API functions to get the metrics of any window in the system.
Metatrader Application Window Width
-
rockit replied Oct 14, 2015Below the basic count-the-candles stuff; all the other fancy stuff (alert, blabla..) you have to do ys.
Help/Collaboration with new custom MT4 indicator
-
rockit replied Oct 7, 2015I think the fastest and easiest way to push data from MT4 to another application (window) (and possibly vice versa) is to use WM_COPYDATA window message, see here: url However, doing the trading logic in a DLL should be safe and data can be pushed ...
EA outside of MT4