• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 10:18pm
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 10:18pm
Sister Sites
  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Print Thread

Similar Threads

Symphonie Trader System 18,397 replies

Ci/symphonie extreme similarity explained! 144 replies

Symphonie/Cobra Hybrid System 4 replies

Symphonie trader or Genesis matrix 1 reply

Yet another set of Symphonie Indicators 241 replies

  • Platform Tech
  • /
  • Reply to Thread
  • Subscribe
  • 28
Attachments: Symphonie Trader System EA
Exit Attachments
Tags: Symphonie Trader System EA
Cancel

Symphonie Trader System EA

  • Last Post
  •  
  • Page 1 23 4
  • Page 1 23 4
  •  
  • Post #1
  • Quote
  • First Post: Edited Feb 28, 2012 3:29am Feb 20, 2012 9:00am | Edited Feb 28, 2012 3:29am
  •  asasa
  • | Joined Jun 2009 | Status: Member | 169 Posts
In this thread I want to release an EA I have written for the Symphonie Trader System from Evaluator.
The original thread can be found on http://www.forexfactory.com/showthread.php?t=315572
Please note that not all the options (e.g. mm, exit modes) of the original system have been implemented at the moment.
This EA is meant to automate entries more than implement the complete system.
An unresolved issue with these indicators is that sometimes what you see on the chart by applying the template from Evaluator does not match with the values returned by the indicators to the EA.
This is due to the very nature of these indicators, which strongly depend on history and even attach time.
Final note: NEVER use this EA on real accounts, I will not be considered responsible for any real money loss.
Attached File(s)
File Type: mq4 Symphonie Extreme Indicator v2.mq4   29 KB | 2,880 downloads | Uploaded Feb 22, 2012 2:31am
File Type: mq4 Symphonie_Market_Emotion_Indikator.mq4   3 KB | 2,054 downloads | Uploaded Feb 22, 2012 2:32am
File Type: mq4 Symphonie_Sentiment_Indikator.mq4   4 KB | 1,996 downloads | Uploaded Feb 22, 2012 2:32am
File Type: mq4 Symphonie_Trendline_Indikator.mq4   3 KB | 1,996 downloads | Uploaded Feb 22, 2012 2:33am
File Type: tpl symphonie trader basic v2 template.tpl   4 KB | 1,844 downloads | Uploaded Feb 22, 2012 2:33am
File Type: mq4 TMA.mq4   8 KB | 1,908 downloads | Uploaded Feb 28, 2012 3:27am
File Type: mq4 Symphonie v0.0.6.mq4   93 KB | 2,388 downloads | Uploaded Feb 28, 2012 3:28am
  • Post #2
  • Quote
  • Feb 21, 2012 11:46am Feb 21, 2012 11:46am
  •  candletiger
  • | Joined Jan 2012 | Status: Member | 49 Posts
Hi asasa,

I have a few questions...

Quoting asasa
Disliked
Symphonie Extreme Indicator v2.ex4
Ignored
why do you select the v2? Symphony is still based on the original as attached in that post #1.

Quote
Disliked
An unresolved issue with these indicators is that sometimes what you see on the chart by applying the template from Evaluator does not match with the values returned by the indicators to the EA.
This is due to the very nature of these indicators, which strongly depend on history and even attach time.

I understand point 1 (history), although I still wonder why some of these indies still need/use all available history? Take the extreme spike: Is it really adding value to use more than - let's say - a thousand bars? Yes, maybe I'm outing myself as a noob, but so far I didn't found a good explanation.
On the second point, I'm lost. Why the result depends on the attach time? Basically, an indi calculates on a fixed formula on all the bar values it gets (typically from Bars to 0). And it repeat it every tick (or every bar close). How can this lead to different results just attaching it at different times?

Did you do already some back/live testing? What is your experience so far?

regards
candletiger
 
 
  • Post #3
  • Quote
  • Feb 21, 2012 2:21pm Feb 21, 2012 2:21pm
  •  asasa
  • | Joined Jun 2009 | Status: Member | 169 Posts
Quoting candletiger
Disliked
why do you select the v2? Symphony is still based on the original as attached in that post #1.
Ignored
When I first visited post #1 of that thread, those were the indicators available and linked on the first page. I don't know if they have only been renamed or the new ones represent a real update. I will investigate this matter.

Quoting candletiger
Disliked
I understand point 1 (history), although I still wonder why some of these indies still need/use all available history? Take the extreme spike: Is it really adding value to use more than - let's say - a thousand bars? Yes, maybe I'm outing myself as a noob, but so far I didn't found a good explanation. On the second point, I'm lost. Why the result depends on the attach time? Basically, an indi calculates on a fixed formula on all the bar values it gets (typically from Bars to 0). And it repeat it every tick (or every bar close). How can this lead...
Ignored
Because indicators are calculated not only based on the total history, but they depend also on the past values of the indicators themselves. If you attach your indicators at time t0, their values depend only on the available history. But if at time t0 you have already the indicators up and running, their values at time t0 depend on both history and past values of the indicators. Therefore the values do not perfectly match.

Quoting candletiger
Disliked
Did you do already some back/live testing? What is your experience so far?
Ignored
This EA does not implement the strategy in full. My initial idea was to automate entry points and leave the trader to manage exits. My strong feeling with this system is that the manual intervention of the trader is still important to determine its profitability.
 
 
  • Post #4
  • Quote
  • Feb 22, 2012 2:29am Feb 22, 2012 2:29am
  •  asasa
  • | Joined Jun 2009 | Status: Member | 169 Posts
Quoting candletiger
Disliked
Hi asasa,
why do you select the v2? Symphony is still based on the original as attached in that post #1.
Ignored
I checked the indicators I downloaded from post #1 of Evaluator's thread with the current available versions. The only difference is with the Extreme Indicator. I will continue to use the v2, since it plots the extremes history on chart. Not only, the template downloadable from post #1 refers to the v2 so it will not work with the current set of available indicators. I will add the correct versions on the first post of this page.
 
 
  • Post #5
  • Quote
  • Feb 22, 2012 3:46am Feb 22, 2012 3:46am
  •  candletiger
  • | Joined Jan 2012 | Status: Member | 49 Posts
Quoting asasa
Disliked
Because indicators are calculated not only based on the total history, but they depend also on the past values of the indicators themselves. If you attach your indicators at time t0, their values depend only on the available history. But if at time t0 you have already the indicators up and running, their values at time t0 depend on both history and past values of the indicators. Therefore the values do not perfectly match.
Ignored
I get what you are saying. Still, I can hardly accept that . Also the "past values" come from nothing else but the history (as long as the indi is just based on history information and not other "external" data, whatever this could be). But I'm not complaining to you, it's just my lack of understanding/acceptance. I will do some further research... thanks
 
 
  • Post #6
  • Quote
  • Feb 22, 2012 4:09am Feb 22, 2012 4:09am
  •  ceechange
  • | Joined Jan 2009 | Status: Member | 40 Posts
ASASA

Thank you for putting this together. I'm currently running it on the 5min A/U. It has taken a couple of trades. One loss and one win. I have adjusted the Sentiment to 9 to get it in earlier, my SL is 15, TP 17.I'm currently in a sell. (closed successfully) I've turned the indicators to false but am getting error message in both the Journal and Expert. Showing that the Extreme v2 is being added and removed every second. This disappears when the EA is removed.
 
 
  • Post #7
  • Quote
  • Feb 22, 2012 4:31am Feb 22, 2012 4:31am
  •  asasa
  • | Joined Jun 2009 | Status: Member | 169 Posts
Quoting candletiger
Disliked
I get what you are saying. Still, I can hardly accept that . Also the "past values" come from nothing else but the history (as long as the indi is just based on history information and not other "external" data, whatever this could be). But I'm not complaining to you, it's just my lack of understanding/acceptance. I will do some further research... thanks
Ignored
Install the indicators to your MT4 installation path. Then apply the template to a chart of your interest. Then apply the EA to the same chart. As long as you don't modify the parameters of indicators and EA, now the chart is working with the same indicators and the same set of parameters as the EA. The EA can display on the top left corner the values it is getting from the indicators. You'll find that they not always match with the values you see on the chart. Therefore, entry points of the EA sometimes do not match with what the indicators are displaying on the chart.
 
 
  • Post #8
  • Quote
  • Feb 22, 2012 5:12am Feb 22, 2012 5:12am
  •  asasa
  • | Joined Jun 2009 | Status: Member | 169 Posts
Quoting ceechange
Disliked
ASASA

Thank you for putting this together. I'm currently running it on the 5min A/U. It has taken a couple of trades. One loss and one win. I have adjusted the Sentiment to 9 to get it in earlier, my SL is 15, TP 17.I'm currently in a sell. (closed successfully) I've turned the indicators to false but am getting error message in both the Journal and Expert. Showing that the Extreme v2 is being added and removed every second. This disappears when the EA is removed.
Ignored
I have the same behavior on my system, never noticed before.
Let me investigate a little.
 
 
  • Post #9
  • Quote
  • Feb 23, 2012 5:29am Feb 23, 2012 5:29am
  •  TinkyTrader
  • | Joined Jan 2012 | Status: Member | 52 Posts
I tried also to make an EA based on Symphonie. for now I don't have a winning backtest. I will try your's to know if you made a better job than me.

Thank you.
 
 
  • Post #10
  • Quote
  • Feb 23, 2012 5:40am Feb 23, 2012 5:40am
  •  asasa
  • | Joined Jun 2009 | Status: Member | 169 Posts
Quoting TinkyTrader
Disliked
I tried also to make an EA based on Symphonie. for now I don't have a winning backtest. I will try your's to know if you made a better job than me.
Thank you.
Ignored
Well, an EA can give bad results even if it is written correctly according to the original rules...
Anyway, based on what ceechange pointed out I found an additional strange behavior of the extreme indicator that leads to an additional misalignment between what you see on the chart and the signals generated by the EA. Still working on this.
 
 
  • Post #11
  • Quote
  • Feb 23, 2012 6:27am Feb 23, 2012 6:27am
  •  TinkyTrader
  • | Joined Jan 2012 | Status: Member | 52 Posts
Quoting asasa
Disliked
Well, an EA can give bad results even if it is written correctly according to the original rules...
Anyway, based on what ceechange pointed out I found an additional strange behavior of the extreme indicator that leads to an additional misalignment between what you see on the chart and the signals generated by the EA. Still working on this.
Ignored
On my EA I had also an issue with repainting. Signals on previous bars can be cancelled.
 
 
  • Post #12
  • Quote
  • Feb 24, 2012 2:35am Feb 24, 2012 2:35am
  •  asasa
  • | Joined Jun 2009 | Status: Member | 169 Posts
I fixed the problem signaled by ceechange and uploaded the new version of the EA on the first post.
 
 
  • Post #13
  • Quote
  • Feb 24, 2012 2:42am Feb 24, 2012 2:42am
  •  asasa
  • | Joined Jun 2009 | Status: Member | 169 Posts
Here is an entry example.
Attached Image (click to enlarge)
Click to Enlarge

Name: SYM_EURUSD_5_OpenShort_1330072502.gif
Size: 28 KB
 
 
  • Post #14
  • Quote
  • Feb 24, 2012 3:26am Feb 24, 2012 3:26am
  •  asasa
  • | Joined Jun 2009 | Status: Member | 169 Posts
I'm seeing an additional problem with these indicators, past bars do repaint even in the middle of a new bar and not only at the end of bar.
The EA looks for entry conditions only at the end of bar, therefore sometimes it seems the EA sends the orders too late (but the EA is just doing what it is programmed to do, look for entry conditions at the end of bar...).
I'll see what happens if I get the EA to check for entry conditions even in the middle of a bar (but always referring to signals on completed bars).
 
 
  • Post #15
  • Quote
  • Feb 24, 2012 3:31am Feb 24, 2012 3:31am
  •  asasa
  • | Joined Jun 2009 | Status: Member | 169 Posts
Another short entry here
Attached Image (click to enlarge)
Click to Enlarge

Name: SYM_EURUSD_5_OpenShort_1330075506.gif
Size: 29 KB
 
 
  • Post #16
  • Quote
  • Feb 24, 2012 3:38am Feb 24, 2012 3:38am
  •  asasa
  • | Joined Jun 2009 | Status: Member | 169 Posts
The latest entry shows another possible problem of the indicators...
Even though all the indicators are telling SELL at bar #1 (most recently completed bar), the trendline indicator on bar #0 (not yet completed) is telling buy. This means the pair is in a ranging condition and entry dir is continuously changing. One possible modification could be to verify entry direction confirmation even on bar #0 before entering.
 
 
  • Post #17
  • Quote
  • Feb 24, 2012 3:41am Feb 24, 2012 3:41am
  •  asasa
  • | Joined Jun 2009 | Status: Member | 169 Posts
Quoting asasa
Disliked
The latest entry shows another possible problem of the indicators...
Even though all the indicators are telling SELL at bar #1 (most recently completed bar), the trendline indicator on bar #0 (not yet completed) is telling buy. This means the pair is in a ranging condition and entry dir is continuously changing. One possible modification could be to verify entry direction confirmation even on bar #0 before entering.
Ignored
The trendline indicator repainted right now and is displaying a full red line where a blue line segment was displayed some minutes ago.
 
 
  • Post #18
  • Quote
  • Feb 24, 2012 3:51am Feb 24, 2012 3:51am
  •  asasa
  • | Joined Jun 2009 | Status: Member | 169 Posts
The following picture shows what I mean when I say that what you see on the chart is different from what the EA gets from the indicators, even if they are working with the same set of parameters. The EA is getting an extreme sell on bar #1, while this extreme is not displayed on the chart.
Attached Image (click to enlarge)
Click to Enlarge

Name: sample.gif
Size: 32 KB
 
 
  • Post #19
  • Quote
  • Feb 24, 2012 3:55am Feb 24, 2012 3:55am
  •  asasa
  • | Joined Jun 2009 | Status: Member | 169 Posts
Quoting asasa
Disliked
The following picture shows what I mean when I say that what you see on the chart is different from what the EA gets from the indicators, even if they are working with the same set of parameters. The EA is getting an extreme sell on bar #1, while this extreme is not displayed on the chart.
Ignored
Right now, one bar later, the spike appeared also on the chart...
 
 
  • Post #20
  • Quote
  • Feb 24, 2012 4:28am Feb 24, 2012 4:28am
  •  asasa
  • | Joined Jun 2009 | Status: Member | 169 Posts
Here is another tricky situation.
A past SELL extreme (as displayed on chart by the history) has just disappeared, leaving a BUY condition on all four indicators and therefore a new BUY order.
Entering long at that point (after a strong up move) can be sometimes suicidal...
Attached Image (click to enlarge)
Click to Enlarge

Name: SYM_EURUSD_5_OpenLong_1330077304.gif
Size: 29 KB
 
 
  • Platform Tech
  • /
  • Symphonie Trader System EA
  • Reply to Thread
    • Page 1 23 4
    • Page 1 23 4
0 traders viewing now
  • More
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 / ©2023