• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 7:29am
  • Search
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 7:29am
Search
Sister Sites
  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Options

Search
Search
Search

Bookmark Thread

First Page First Unread Last Page Last Post

Printable Version

Similar Threads

The Grand Forecaster (TGF) Journal 14 replies

anyone check out the Joe Chalhoub fx forecaster indicator?? 2 replies

Auto trend forecaster in bars? 8 replies

Forecaster-5 min 19 replies

  • Trading Systems
  • /
  • Reply to Thread
  • Subscribe
  • 28
Attachments: joe chalhoub fx forecaster system
Exit Attachments

joe chalhoub fx forecaster system

  • Last Post
  •  
  • 1 23 Page 4
  • 1 23 Page 4
  •  
  • Post #61
  • Quote
  • Dec 18, 2018 1:44am Dec 18, 2018 1:44am
  •  stivborg
  • | Joined Nov 2013 | Status: Member | 76 Posts
Let us try to read some wisdom from the proposed indi.
We make this setup:
Attached Image (click to enlarge)
Click to Enlarge

Name: setup.png
Size: 279 KB
  • Post #62
  • Quote
  • Dec 18, 2018 1:45am Dec 18, 2018 1:45am
  •  stivborg
  • | Joined Nov 2013 | Status: Member | 76 Posts
It is based on two indicator buffers crossover. Here we see corresponding periods for long and short in blue and red :
Attached Image (click to enlarge)
Click to Enlarge

Name: histograms_crossover.png
Size: 280 KB
  • Post #63
  • Quote
  • Dec 18, 2018 1:47am Dec 18, 2018 1:47am
  •  stivborg
  • | Joined Nov 2013 | Status: Member | 76 Posts
Further, we read generated indicator signals on different time frames:
Attached Images (click to enlarge)
Click to Enlarge

Name: signalsH4.png
Size: 255 KB Click to Enlarge

Name: signalsH1.png
Size: 215 KB Click to Enlarge

Name: signalsM15.png
Size: 189 KB
  • Post #64
  • Quote
  • Edited at 2:10am Dec 18, 2018 1:51am | Edited at 2:10am
  •  stivborg
  • | Joined Nov 2013 | Status: Member | 76 Posts
Actually, not that bad. We see nice trend signals. We see enough potential to go safe on ranges.
Here is pseudo code:

Inserted Code
program
 block `Forexcast crosses
  validation trigger
   long H1 JoeChalhoub_FXForecasterV1_3 cross up JoeChalhoub_FXForecasterV1_4
   short H1 JoeChalhoub_FXForecasterV1_3 cross down JoeChalhoub_FXForecasterV1_4
  invalidation trigger
   long H1 JoeChalhoub_FXForecasterV1_3 cross down JoeChalhoub_FXForecasterV1_4
   short H1 JoeChalhoub_FXForecasterV1_3 cross up JoeChalhoub_FXForecasterV1_4
 program validation trigger
  long M30 JoeChalhoub_FXForecasterV1_3 turn up
  short M30 JoeChalhoub_FXForecasterV1_3 turn down

and the generated indicator with slightly modified version of the forecaster:
Attached Files
File Type: ex4 mq4b_JoeCaster_Indicator.ex4   27 KB | 304 downloads
File Type: ex4 JoeChalhoub_FXForecasterV1.ex4   68 KB | 282 downloads
  • Post #65
  • Quote
  • Dec 20, 2018 6:40pm Dec 20, 2018 6:40pm
  •  Mini7260
  • | Joined Aug 2009 | Status: Member | 39 Posts
Quoting stivborg
Disliked
Let us try to read some wisdom from the proposed indi. We make this setup: {image}
Ignored
Can anyone help me to add more color option on MACD and MA cross please?

MACD - Two colors one above and one below 0 line
MA - Two colors one above and one below cross

Thank you
  • Post #66
  • Quote
  • Mar 29, 2019 12:42pm Mar 29, 2019 12:42pm
  •  fastaccount
  • | Joined Mar 2019 | Status: Junior Member | 1 Post
Quoting philstodd
Disliked
Heres my system i've been demoing. check it out. First let me explain with this indicator. If you notice the entry lines they are always the first small histogram bar that appears below or above the center point. above is a buy signal. below is a sell signal. if you look majority of the time these trades go into profit and usually big profit. also on the exits it is usually a small loss compared to the huge wins.I only trade on the 1 and 4 hour time frames with this system. you either exit on clean pure price action reversal candles or you exit...
Ignored
Hi;

I'm using the indicator but I'm having a hard time with paramethers. When I select draw divergency lines MT4 get frozen and Display Alert doesn work either, even more there are several paramethers I dont have idea what they are. Do you have idea what may be happening? May you explain about paramethers Mode_fast, Signal?

Thanks
  • Post #67
  • Quote
  • May 29, 2019 6:15pm May 29, 2019 6:15pm
  •  xpensive
  • | Joined Jan 2013 | Status: Member | 84 Posts | Online Now
ne1 body came up for ea for this?
  • Post #68
  • Quote
  • Sep 13, 2019 2:57am Sep 13, 2019 2:57am
  •  lindenx
  • | Joined Apr 2019 | Status: Junior Member | 2 Posts
im currently using this on the m5, it kinda sucks that it repaints the signals exits but I have found a way to trade using specific entries and exits, mainly where both colors intersect.
  • Post #69
  • Quote
  • Last Post: Edited Dec 2, 2019 11:16am Dec 1, 2019 2:54pm | Edited Dec 2, 2019 11:16am
  •  Rms60
  • | Joined Jun 2017 | Status: Member | 4 Posts
Quoting fastaccount
Disliked
{quote} ... When I select draw divergency lines MT4 get frozen and Display Alert doesn work either, even more there are several paramethers I dont have idea what they are. Do you have idea what may be happening? May you explain about paramethers Mode_fast, Signal? Thanks
Ignored
The original indi code is incomplete, sort of work-in-progress, particularly Alerts, setting Signals, Divergence drawing/signals etc.
'Mode_fast' limits the indi to read only the last 100 candles - in backtest, this will start printing only after first 100 candles passed.
'Signals' only prints 'EXIT @ price' labels.

In general, this is an indi with interesting behaviour.
It calculates Fisher Transform of O/H/L/C prices - selection 0...7 in settings (below I made it to draw Fisher lines and histogram).
You may notice that it sometimes shows the forecast ;-) - earlier than the two MA crosses.
MA1 - 9 and MA2 - 45 are MA's of that fisher transform for stated periods.
OsMA is not really OsMA here and settings for it are not used, it's the Fisher price oscillation above and below zero.
The original threshold 0.25 of the Fisher price above and below zero was used for entry, I suppose.

In Fast mode (100 candles) the Fisher lines repaint like hell, - not so much its histogram. Therefore calling the indicator buffer from EA is useless, I suppose. To use it in EA, I have added global variables 'fxb' for buy=1/0 and 'fxs' for sell=1/0 on thresholds.
Will try it for scalping.
p.s.: There seems to be a flawed logic on exit buy/sell - correct me if i'm wrong. I have changed that and the label (now XL is for EXIT LONG and XS is for EXIT SHORT) and re-uploaded the indi.
p.p.s: Nah, this is difficult to follow on M5, comparing to e.g. THV Trix, so can't use it for scalping, only as a heads-up indicator...
Attached Image (click to enlarge)
Click to Enlarge

Name: Image1.png
Size: 41 KB
Attached File
File Type: mq4 JC_FXForecaster.V1.mq4   51 KB | 22 downloads
3
Thread Tools Search this Thread
Show Printable Version Show Printable Version
Email This Thread Email This Thread
Search this Thread:

Advanced Search

  • Trading Systems
  • /
  • joe chalhoub fx forecaster system
  • Reply to Thread
    • 1 23 Page 4
    • 1 23 Page 4
0 traders viewing now
Top of Page
  • Facebook
  • Twitter
About FF
  • Mission
  • Products
  • User Guide
  • Media Kit
  • Blog
  • Contact
FF Products
  • Forums
  • Trades
  • Calendar
  • News
  • Market
  • Brokers
  • Trade Explorer
FF Website
  • Homepage
  • Search
  • Members
  • Report a Bug
Follow FF
  • Facebook
  • Twitter

FF Sister Sites:

  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Forex Factory® is a brand of Fair Economy, Inc.

Terms of Service / ©2019