- Search Crypto Craft
- 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
- 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?
- stivborg replied Dec 16, 2018
Hi pips29, following prev post, This indicator will give an arrow when directions of 4 cci on W1, D1, H4 and H1 charts match same position above/below zero level. best
A very simple system - trade with arrow
- stivborg replied Dec 4, 2018
sure it could be done. Currently, I finish the engine from above screenshots and will be able to generate this code automatic. If you could wait 1 week you will have that
it will evaluate like that:A very simple system - trade with arrow