- Search Energy EXCH
- JensItzig replied Sep 13, 2015
Like open/high/low/close with iOpen, iHigh, iLow, iClose and for volume with iVolume. I would advice you to build a single symbol indicator before you start with a dashboard or multi symbol ea. It looks you have to get some more experience with this ...
Modifying a MultiSymbol EA
- JensItzig replied Sep 13, 2015
onTick is the wrong Method for this. Use onTimer instead. Tick will only called when the symbol of the chart the es is running on gets a new tick
Modifying a MultiSymbol EA
- JensItzig replied Sep 11, 2015
@tomiko: you can use remotedesktop in your phone to access your pc remotely If you only want to get the signals, then a dashboard with push messages over meta trader on phone could also a possible solution.
Scalping Trend with DSS and Pullbacks
- JensItzig replied Sep 9, 2015
The bands are fully clear. Standard parameters are 50SMA on Weighted Price +/- 2 * 50 ATR
Scalping Trend with DSS and Pullbacks
- JensItzig replied Sep 9, 2015
As i mentioned, i'm currently have no free capacities for developing the ea for this strategy. Therefore i posted the mq4. In previous posts some users promised to build an EA. They can use it as base for own developments or add ons. My goal was to ...
Scalping Trend with DSS and Pullbacks
- JensItzig replied Sep 8, 2015
@polindo: if you look into the mq4 file there are 2 indicators needed to compile the ea. If the are not there then it wouldn't compiled and therefore no ex3 file generated. The errors can be found in the log. Possible ways to fix it 1) rename your ...
Scalping Trend with DSS and Pullbacks
- JensItzig replied Sep 8, 2015
What do you mean? I have backtested on my system on EU M1 and M5. When you have errors or something like this it would help a lot to post them to. If you don't give informations nobody will be able to help you. It's a little bit frustrating in this ...
Scalping Trend with DSS and Pullbacks
- JensItzig replied Sep 8, 2015
Dirty hacked EA with the rules. As expected without real trademanagement it's a looser EA, but maybe one of the coders here can use some stuff from it to turn it into a winner. It shows that the EA is not so slow as XxLessoxX expected with the ...
Scalping Trend with DSS and Pullbacks
- JensItzig replied Sep 8, 2015
Then the ea can use the indicators from post #1, no problem. I always have dll-calls on because most of my indies and eas using dll to compute more difficult stuff, so i didn't test this behaviour. Of course is this not the way to build the best ea. ...
Scalping Trend with DSS and Pullbacks
- JensItzig replied Sep 8, 2015
To show you the proof, try this out for a given bar i: maHistLong[i] = iCustom(NULL, 0,"::Indicators\\FxGlow MA Histogram.ex4", 0, i); maHistShort[i] = iCustom(NULL, 0,"::Indicators\\FxGlow MA Histogram.ex4", 1, i); dssLong[i] = iCustom(NULL, ...
Scalping Trend with DSS and Pullbacks
- JensItzig replied Sep 8, 2015
These indicators can be used, i did it in the indicator i provided in this thread. You don't need them as sourcecode. That's why the iCustom call ws introduced. I don't want offend you but when those indicators don't write buffers, how will MT4 be ...
Scalping Trend with DSS and Pullbacks
- JensItzig replied Sep 6, 2015
as mentioned it would be not that difficult but for an system is more needed than entry signals. If all things got together that are needed for proper Trademanagement and I have some time (currently I'm working on some other projects which are more ...
Scalping Trend with DSS and Pullbacks
- JensItzig replied Sep 6, 2015
Again, why is there need for MQL? Do you understand how to program in MQL? I guess not. You can call the indicator in the compiled version, so you don't need the sources to use them in your own EAs. It's a matter of minutes to build a simple EA on ...
Scalping Trend with DSS and Pullbacks
- JensItzig replied Sep 4, 2015
No need for mq4 to build the ea. But it will face then he same problems like my indicator.
Scalping Trend with DSS and Pullbacks
- JensItzig replied Sep 3, 2015
Since none of the indicators sources available the wrapping indicator must call them over iCustom. So you need 7 calls of the 3 indicators (2x ma hist, 2x DSS and 3x Target bands). i can't say anything about how good the are coded in terms of ...
Scalping Trend with DSS and Pullbacks
- JensItzig replied Sep 3, 2015
Hi guys, i'm interested in using this strategy and tried to simplify the look of the chart. So i created the following indicator. It paints the signal candle for an entry in green = long or red = short, when the rules are meet (excluding the ADR ...
Scalping Trend with DSS and Pullbacks
- JensItzig replied Jul 22, 2014
I trying to get this system running, but i got some issues with the renko_live_chart (v3.2, v3.4 and a non EA version tested so far). I attach the EA to an M1 chart and set all the parameters. I'll never get shown a M2 offline chart in the dialog ...
Mr.Nims, Renko Ashi Trading System 2