- Search Energy EXCH
- JensItzig replied Jul 28, 2016
I can't. If you want to own a copy you have to lease or buy it from desmond ( url )
Dynamic Fibonacci Grid
- JensItzig replied Jul 27, 2016
Of course it's compiled and of course it has an expire date. As i wrote why should i give those informations for free? What will happen, next week every script kid has copied it, that will happen.
C++ MQL4 Forex Harvester
- JensItzig replied Jul 27, 2016
When you are 25 years in IT business then you should also have learned more things. Knowledge, consulting and software are goods. For goods you have to pay. I know most of you kids thinking software is free and intellectual property is nothing. You ...
C++ MQL4 Forex Harvester
- JensItzig replied Jul 27, 2016
Are you really that good to be that arogant? I tell you, you are not! I haven't seen anything here or on your MT5 marketplace what leaves me speechless. Until that happens i believe you're an arogant script kid with no experience in software ...
C++ MQL4 Forex Harvester
- JensItzig replied Jul 27, 2016
It was THAT example. You wanted to show how superior MT5 is. None of your examples proof it for me. That's the only thing i want to point out. Then you brought indicator handles into play. Also a feature that is not needed if you design your ...
C++ MQL4 Forex Harvester
- JensItzig replied Jul 27, 2016
You started with the comparison which system has the bigger balls. 256 additional colors via buffer is not a groundbreaking feature it can be done also with MT4 (and even better), thats my argument. And you must agree that 1 buffer is more simple ...
C++ MQL4 Forex Harvester
- JensItzig replied Jul 27, 2016
I got you even in the first step. I only need one buffer as reference for all informations and needs (this also prevent that someone uses my indicator via iCustom). Lazy calculations, more flexibility, use of alpha is included and still not ...
C++ MQL4 Forex Harvester
- JensItzig replied Jul 27, 2016
It's easy. Look at my screenshots. The indicators are build full graphical, so i can use 16M colors plus alpha. The graphical improvements are fine (as is wrote) for inexperienced programmers. If you think a step further and build your own framework ...
C++ MQL4 Forex Harvester
- JensItzig replied Jul 27, 2016
I don't want to hijack the thread. That's just my thoughts about your project. If you feel comfortable mit C++, then use it. I will watch the outcome.
C++ MQL4 Forex Harvester
- JensItzig replied Jul 27, 2016
I don't think that MT5 will kill MT4. What do we see the last years. MT adds the features from MT5 into MT4. The codebase is to massive for MT4 and there are as many reasons to switch to MT5 as to build a C++ bridge. The only issue is the lack of ...
C++ MQL4 Forex Harvester
- JensItzig replied Jul 27, 2016
FIXED API access must be granted from your broker. I understand why you are doing it, but i don't see that the reward will high enough for the effort you put in. Since you need to use an EA to communicate you are doomed and bound to MT4. ...
C++ MQL4 Forex Harvester
- JensItzig replied Jul 27, 2016
I bet you call it the best indicator because it shows nice signals in visual backtesting. That's why it is developed totally wrong and the higher timeframe values looking into the future when you open the chart. I would be very careful when using it ...
I will code your EAs and Indicators for no charge
- JensItzig replied Jul 27, 2016
I can't see an advantage in bulding an own c++ bridge for MQ4 (and there are still enough tools out there right now). What was your motivation? Only debugging in tester? Try one of the other bridges and you can debug. Want the illusion of ...
C++ MQL4 Forex Harvester
- JensItzig replied Jul 27, 2016
Rule of thumb is that the MA doesn't repaint after candle close. And it's like in the real world there are exceptions. MA variants that using candles from the "future", like TMA of course will be repainting even after close of the candle, because ...
general question about MA
- JensItzig replied Jul 26, 2016
An alert on every cross?
Do you know that you will get shitloads of alerts when the value is oscillating around your alert value. You also should having in mind that the RSI is calculated with the close values, so i guess it's better to ...Need RSI Cross Alert indicator
- JensItzig replied Jul 25, 2016
I can't imagine that the RSI that is build in doesn't work right. So you can use the iRSI ( url ) for your alert and must only check if a bar has closed via iBarshift ( url ) and then compare the last iRSI values. If they cross your signal value you ...
Need RSI Cross Alert indicator
- JensItzig replied Jul 25, 2016
Only inverting the kind of trade will not do the thing. The SL and TP is computed from the average open price. Therefor it will be likely that your inverted trades will be closed at other prices as the original ones. The problem with the grids is ...
Help me Invert this EA without affecting the trading Logic
- JensItzig replied Jul 21, 2016
When you will evolve the currently know fib grids, then overcome the problem, that you only see the current with your grid. That's why this kind of trading can't be learned that easy, because it needs lot of screentime and every change of parameters ...
Dynamic Fibonacci Grid