- Search Crypto Craft
- stivborg replied Jan 9, 2020
Rms60, you welcome Yes, the arrows represent where the conditions of the txt file are met. 10000 bars are arbitrary. Setup the parameter as needed. best luck
joe chalhoub fx forecaster system
- stivborg replied Jan 7, 2020
attn Rms60, thanks for the interest here are the needed files put HistoryProcess.ex4 in mql4/libraries the other 2 ex4 are indicators You should have something like on the image. best
joe chalhoub fx forecaster system
- stivborg replied Jan 14, 2019
2019.01.14 14:26:16.672 mq4b_TriCross2_Estimator GBPUSD,M15: R = 0.00233 limit = 0.00944 stop = 0.00274 prob_win = 71.43 limit/stop = 3.44 total cases = 24
TriCross signal indicator
- stivborg replied Jan 14, 2019
For the last 30 signals on eurusd, the indicator gives these results: symbol : EURUSD stoploss : 0.0015 takeprofit : 0.0061 profit/loss ratio : 4.00 profitable cases 36% expected result : 0.0012
TriCross signal indicator
- stivborg replied Jan 11, 2019
Hi All, This version of the indicator will work without the library HistoryProcess, required for the previous version. However, the indicator uses multiple time frames, so 'enough' data will be needed on D1, H1 and M15 charts, especially on H1 and ...
TriCross signal indicator
- stivborg replied Jan 9, 2019
Good. Now you can play to make another conditions, same way. The utility will make conditions for: - indicators or level crossing - indicators change color or appear / dissapear - indicator signals - arrows etc. if they are defined as buffers. ...
DIY nonprogrammers : Add alert to indicator
- stivborg replied Jan 9, 2019
I prepare a version with professional installer. Before that, use this installer. It will place all the libraries as needed.
DIY nonprogrammers : Add alert to indicator
- stivborg replied Jan 8, 2019
Read post 21, this thread. Maybe with ICM, you are in this case - the broker server report data is available but does not deliver.
TriCross signal indicator
- stivborg replied Jan 8, 2019
Well Bomi, I prepare more simple version of template indicators for my engine. It will work without that super - puper library, no external dependancy at all. Maybe this will fix the things, when ready. Now, honestly I could not solve this problem, ...
TriCross signal indicator
- stivborg replied Jan 8, 2019
Hi Bomi, Hi all, This becomes interesting to me. I tried to reproduce Bomi situation and didn't see a thing. Does anybody else experience the same pain as Bomi? I am interested to solve this issue.
TriCross signal indicator
- stivborg replied Jan 8, 2019
I see, the indicator is working fine. Also on indices.
TriCross signal indicator
- stivborg replied Jan 8, 2019
I download demo from IC Markets; will try to reproduce your problem.
TriCross signal indicator
- stivborg replied Jan 8, 2019
I try to expose the technology used to create the indicator and dashboard here: video
TriCross signal indicator
- stivborg replied Jan 8, 2019
Hi Bomi, Thank you for the interest. - The HistoryProcess.ex4 library must be placed in folder \MQL4\Libraries. Make sure you use the library and the indicator, downloaded from the same post. - When starting the indicator, open Common tab and enable ...
TriCross signal indicator
- stivborg replied Jan 6, 2019
Talking about BB, I find the blue channel in the image superior to BB (yellow one): Yellow: The classical standard deviation is defined over statistical population, regardless of the population order. Data is treated like in MA. Blue: Evaluates a ...
(binned per thread starter’s request) A collaboration and share
- stivborg replied Jan 5, 2019
One could justify this way: Standard bars aggregate high/low for the period. Bollinger bands are alternative method of aggregation. In your case, they aggregate 100 periods and 2.6 standard deviations arround the MA. Maybe you deal with the ...
(binned per thread starter’s request) A collaboration and share
- stivborg replied Jan 5, 2019
An example of indicator, generated with mq4build is this thread: url Both the TriCross indicator and the corresponding dashboard are created without coding a single letter

Any way to create professional EA without any coding knowledge
- stivborg replied Jan 5, 2019
Hi all, this thread makes me to announce a little preliminary my utility, called mq4build. It defines trade logic directly on charts, without leaving Metatrader environment. Features are: INTERACTIVE - sketch trading logic directly on indicator ...
Any way to create professional EA without any coding knowledge