- Search Energy EXCH
- stivborg replied Dec 20, 2018
I evaluate algorithm that uses data from Daily, H1 and M15 charts. It does not matter on what time frame the indicator is running - algorithm is the same and the results are the same. That is consistency.
TriCross signal indicator
- stivborg replied Dec 20, 2018
Ah, yes, the signal will be the same on all time frames! The developer put special effort to achieve this consistency. I stated this in my first post. Ensuring enough data for correct evaluation is critically important and best testing is live, I ...
TriCross signal indicator
- stivborg replied Dec 20, 2018
Many thanks for the interest
That thing is multiple time frame. The smallest time frame used is M15. However, signals will appear on any chart. Best luckTriCross signal indicator
- stivborg replied Dec 20, 2018
Hi, indicator is live feed! It will process the new incoming data and give the respective signals. The indicator will not repaint. The indicator uses data from multiple time frames to evaluate. The initialisation process checks out for data ...
TriCross signal indicator
- stivborg replied Dec 20, 2018
High profit signal reveals today. One could estimate risk/reward ratio as high as 1:4 ...
TriCross signal indicator
- stivborg replied Dec 20, 2018
Sure, source could seem a little complicated but these are generated with my super - puper utility. For now, I could not share the source of HistoryProcess library. best
A very simple system - trade with arrow
- stivborg replied Dec 20, 2018
Sorry, I forgot, these are not statically linked. Here is the library; put it in MQL4\Libraries, as usual.
TriCross signal indicator
-
TriCross signal indicator
Started Dec 20, 2018|Platform Tech|60 repliesHi All, This indicator is intended to give signals, following trend with risk/reward ratio 1:3 ...
- stivborg replied Dec 18, 2018
Actually, not that bad. We see nice trend signals. We see enough potential to go safe on ranges. Here is pseudo code: program block `Forexcast crosses validation trigger long H1 JoeChalhoub_FXForecasterV1_3 cross up JoeChalhoub_FXForecasterV1_4 ...
joe chalhoub fx forecaster system
- stivborg replied Dec 18, 2018
Further, we read generated indicator signals on different time frames:
joe chalhoub fx forecaster system
- stivborg replied Dec 18, 2018
It is based on two indicator buffers crossover. Here we see corresponding periods for long and short in blue and red :
joe chalhoub fx forecaster system
- stivborg replied Dec 18, 2018
Let us try to read some wisdom from the proposed indi. We make this setup:
joe chalhoub fx forecaster system
- stivborg replied Dec 17, 2018
You want 0.0 risk, so it does not trade. This is fair.
New scalping EA
- stivborg replied Dec 17, 2018
Actually, looking at H1 timeframe, with this code: program block `Below/above EMA 50 validation trigger long H4 MA_3 cross up MA_1 short H4 MA_2 cross down MA_1 invalidation trigger long H4 MA_3 cross down MA_1 short H4 MA_2 cross up MA_1 block ...
X
- stivborg replied Dec 16, 2018
If yours strategy is based on objective criteria, it most probably could be done.
I will code your EAs and Indicators for no charge
- stivborg replied Dec 16, 2018
Design mode; The implemented rules are visible on the right side panel. Green and red stars are signals.
X
- stivborg replied Dec 16, 2018
Man, you could not make these things in mql4. And most probably you do not need; figure out something simple. If that much needed, define a string constant and go further.
how to assign a variable dynamically?
- stivborg replied Dec 16, 2018
What are you trying to do and in what programming language?
how to assign a variable dynamically?