• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 5:02am
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 5:02am
Sister Sites
  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Print Thread

Similar Threads

Calendar as Fundamental Source at Forex Factory 14 replies

Forex Factory Store 0 replies

Journal Factory posters - how much money are you making? 17 replies

Newbie Factory Journal 12 replies

  • Platform Tech
  • /
  • Reply to Thread
  • Subscribe
  • 125
Attachments: EA Factory
Exit Attachments
Tags: EA Factory
Cancel

EA Factory

  • Last Post
  •  
  • 1 1718Page 192021 33
  • 1 18Page 1920 33
  •  
  • Post #361
  • Quote
  • Oct 19, 2006 6:28pm Oct 19, 2006 6:28pm
  •  aha
  • Joined Jul 2006 | Status: Member | 535 Posts
Hi guys,

I think things are going a little too fast here. I mean I am very glad to see so many talented programmers focusing on TD SEQ indicator development -- that's enviable resource that can lead to something great and I will exploit that with you later -- But instead of working as a team, we are going all different directions, making it more like a competition than cooperation, and without even achieve a stable version yet. I don't think this is a health environment and will also quadruple our tester's effort too.

My proposal: Let's focused on making a stable version first, which I believe we are pretty close now. Then based on that we discuss a set of features we want to add, then either working together to code it or let one programmer code it and others review the source code.

In order to avoid confusing this thread even more, I will stop developing TD Combo based on my TD Seq, and will offer to share my source code with Clam, GP2X, and Hans.

I suggest that our testers focus the testing effort on comparing GP2X's version with mine, which seem to incorporate the most complete set of logic behind TD Seq so far (correct me if I am wrong). Our programmer will inspect the structure of all 4 versions and vote on which one has the best structure to work on. Based on this one, we will implement the complete set of logic and features and release that as our first EA factory product.

Let's pool our talents together, how does that sound?

aha
Target: Trading naked.
 
 
  • Post #362
  • Quote
  • Oct 19, 2006 6:32pm Oct 19, 2006 6:32pm
  •  aha
  • Joined Jul 2006 | Status: Member | 535 Posts
GirlFlyer,

I haven't met that before. Could you post your EA here and describe what you did so that we can reproduce the problem?

aha


Quoting GirlFlyer
Disliked
Calling all EA Programmers!

I have recently discovered a problem with MT4's Strategy Tester and my EA and I was wondering if anybody else was noticing this problem or if it is a known problem and what can be done about it.

When my EA executes with Strategy Tester, it is pulling the data out of the indicators properly at the right time etc. However, I discovered that the prices for the Bid/Ask are coming from a time frame 2 hours earlier than the time frame of the most current bar on the chart. I am at a loss to understand why this is occuring. I'm thinking it has something to do with a GMT time adjustment, but it shouldn't be happening. Anyway, it is throwing off all the entry prices on the EA completely and invalidating all my tests.

Help would be appreciated.

GirlFlyer
Ignored
Target: Trading naked.
 
 
  • Post #363
  • Quote
  • Oct 19, 2006 6:54pm Oct 19, 2006 6:54pm
  •  GirlFlyer
  • Joined Aug 2006 | Status: Member | 485 Posts
Quoting aha
Disliked
GirlFlyer,

I haven't met that before. Could you post your EA here and describe what you did so that we can reproduce the problem?

aha
Ignored
Aha,

Attached is a chart of a trade at the opening. The arrow represents the time and the price at which the trade is purchased at. However, you will notice that the price shows at the 1.9085 level (the computer puts these arrows at the purchase price). The trade is a valid trade according to my rules and the chart bar. But, the bar during that timeframe shows no valid price range that includes the price purchased at. I'm kind of at a loss on this problem. When I actually ran the EA, I had it print the values in the journal, and yep sure enough, its pulling it from 2 hours earlier....

Thanks for the help.
Attached Image
 
 
  • Post #364
  • Quote
  • Oct 19, 2006 7:05pm Oct 19, 2006 7:05pm
  •  GirlFlyer
  • Joined Aug 2006 | Status: Member | 485 Posts
Aha,

Nevermind.... I just figured out the problem. There is a 2 hour difference between my 1 minute charts and my 15 minute charts.... seems as if Alpari does not use the same time index as IBFX.

A little irritating...

GF
 
 
  • Post #365
  • Quote
  • Oct 19, 2006 7:08pm Oct 19, 2006 7:08pm
  •  aha
  • Joined Jul 2006 | Status: Member | 535 Posts
Have you tried uninstall the MT4, delete all it left behind and reinstall it? That might be a quick fix. Because apparently it's something wrong with your MT4.


Quoting GirlFlyer
Disliked
Aha,

Attached is a chart of a trade at the opening. The arrow represents the time and the price at which the trade is purchased at. However, you will notice that the price shows at the 1.9085 level (the computer puts these arrows at the purchase price). The trade is a valid trade according to my rules and the chart bar. But, the bar during that timeframe shows no valid price range that includes the price purchased at. I'm kind of at a loss on this problem. When I actually ran the EA, I had it print the values in the journal, and yep sure enough, its pulling it from 2 hours earlier....

Thanks for the help.
Ignored
Target: Trading naked.
 
 
  • Post #366
  • Quote
  • Oct 19, 2006 7:13pm Oct 19, 2006 7:13pm
  •  clam61
  • | Joined Jun 2006 | Status: Member | 469 Posts
i was always going to share my code, but then you didn't so i thought "hmm maybe i shouldn't either", haha.

im open to give my code to anybody, but its a bit messy right now. overall its pretty simple code and straight forward, just one loop to calculate the #s and one loop to display the numbers.

unfortunately i dont think we would be able to share bits of code and build upon each other, given that this is not object oriented software by any means. most likely each of us has priority helper functions that cannot be reused.

with that in mind, we should choose one person's code and perhaps build upon that.

before we decide whose code to build upon, lets list off what our indicators can do and then we can build off the one with the most features (no sense redoing stuff).

This is the summary of my version:

  1. Configurable colors
  2. Horizontal lines box the true high and true low of the setup period
  3. You have the option to display the #s and arrows or not. This can help reduce clutter
  4. An arrow is displayed on a 9 setup
  5. A P is displayed on a perfect 9 setup
  6. An arrow is displayed on a 13 setup
  7. A P is displayed on a perfect 13 setup
  8. A different style arrow is displayed on a 2 bar flip setup
  9. Another different style arrow is displayed on a 4 bar flip setup
  10. A stop loss line is drawn based on the setup and countdown period
  11. An "x" is draw when the setup or countdown is nullified

Quoting aha
Disliked
Hi guys,

I think things are going a little too fast here. I mean I am very glad to see so many talented programmers focusing on TD SEQ indicator development -- that's enviable resource that can lead to something great and I will exploit that with you later -- But instead of working as a team, we are going all different directions, making it more like a competition than cooperation, and without even achieve a stable version yet. I don't think this is a health environment and will also quadruple our tester's effort too.

My proposal: Let's focused on making a stable version first, which I believe we are pretty close now. Then based on that we discuss a set of features we want to add, then either working together to code it or let one programmer code it and others review the source code.

In order to avoid confusing this thread even more, I will stop developing TD Combo based on my TD Seq, and will offer to share my source code with Clam, GP2X, and Hans.

I suggest that our testers focus the testing effort on comparing GP2X's version with mine, which seem to incorporate the most complete set of logic behind TD Seq so far (correct me if I am wrong). Our programmer will inspect the structure of all 4 versions and vote on which one has the best structure to work on. Based on this one, we will implement the complete set of logic and features and release that as our first EA factory product.

Let's pool our talents together, how does that sound?

aha
Ignored
 
 
  • Post #367
  • Quote
  • Oct 19, 2006 7:45pm Oct 19, 2006 7:45pm
  •  GP2X
  • | Joined Jul 2006 | Status: Member | 66 Posts
Agree, I will stop developing mine until we all agree on the logics behind. For the visual features, it might not be so important if our final goal is an EA.
Another way might be to have each one focus on one strategy, I still remember the posts about MurreyMath system and it seems worth to try. I also found some trend line documents, maybe we can use them to continue optimizing the mouteki EA.
Quoting aha
Disliked
Hi guys,

I think things are going a little too fast here. I mean I am very glad to see so many talented programmers focusing on TD SEQ indicator development -- that's enviable resource that can lead to something great and I will exploit that with you later -- But instead of working as a team, we are going all different directions, making it more like a competition than cooperation, and without even achieve a stable version yet. I don't think this is a health environment and will also quadruple our tester's effort too.

My proposal: Let's focused on making a stable version first, which I believe we are pretty close now. Then based on that we discuss a set of features we want to add, then either working together to code it or let one programmer code it and others review the source code.

In order to avoid confusing this thread even more, I will stop developing TD Combo based on my TD Seq, and will offer to share my source code with Clam, GP2X, and Hans.

I suggest that our testers focus the testing effort on comparing GP2X's version with mine, which seem to incorporate the most complete set of logic behind TD Seq so far (correct me if I am wrong). Our programmer will inspect the structure of all 4 versions and vote on which one has the best structure to work on. Based on this one, we will implement the complete set of logic and features and release that as our first EA factory product.

Let's pool our talents together, how does that sound?

aha
Ignored
 
 
  • Post #368
  • Quote
  • Oct 19, 2006 7:49pm Oct 19, 2006 7:49pm
  •  GP2X
  • | Joined Jul 2006 | Status: Member | 66 Posts
Yes, backward test an EA, click open chart, then switch the timeframe, you would see the same screen. Because it draws the order place based on the timeframe testing, and couldn't locate it correctly after switching.
Quoting GirlFlyer
Disliked
Aha,

Nevermind.... I just figured out the problem. There is a 2 hour difference between my 1 minute charts and my 15 minute charts.... seems as if Alpari does not use the same time index as IBFX.

A little irritating...

GF
Ignored
 
 
  • Post #369
  • Quote
  • Oct 19, 2006 8:23pm Oct 19, 2006 8:23pm
  •  aha
  • Joined Jul 2006 | Status: Member | 535 Posts
I was always sharing my code, until one day I was tired of being the solo coder of this thread. Besides this seems to be huge, so my dark side told me "hold the code, you may sell this baby some day"....

I would suggest to base on the one with mature logic as backbone and better structure so it's easier for others to understand and develop on.

hmm... this is a tough one, because different people have different cretirons, and nobody wants to give up his baby.



Quoting clam61
Disliked
i was always going to share my code, but then you didn't so i thought "hmm maybe i shouldn't either", haha.

im open to give my code to anybody, but its a bit messy right now. overall its pretty simple code and straight forward, just one loop to calculate the #s and one loop to display the numbers.

unfortunately i dont think we would be able to share bits of code and build upon each other, given that this is not object oriented software by any means. most likely each of us has priority helper functions that cannot be reused.

with that in mind, we should choose one person's code and perhaps build upon that.

before we decide whose code to build upon, lets list off what our indicators can do and then we can build off the one with the most features (no sense redoing stuff).

This is the summary of my version:

  1. Configurable colors
  2. Horizontal lines box the true high and true low of the setup period
  3. You have the option to display the #s and arrows or not. This can help reduce clutter
  4. An arrow is displayed on a 9 setup
  5. A P is displayed on a perfect 9 setup
  6. An arrow is displayed on a 13 setup
  7. A P is displayed on a perfect 13 setup
  8. A different style arrow is displayed on a 2 bar flip setup
  9. Another different style arrow is displayed on a 4 bar flip setup
  10. A stop loss line is drawn based on the setup and countdown period
  11. An "x" is draw when the setup or countdown is nullified

Ignored
Target: Trading naked.
 
 
  • Post #370
  • Quote
  • Oct 19, 2006 8:44pm Oct 19, 2006 8:44pm
  •  aha
  • Joined Jul 2006 | Status: Member | 535 Posts
One on each strategy is probably better than working together on one strategy. As for TD-Seq, if we get the logic right, I don't mind stand aside and let one of you finish it in your way. We have more than enough to work on.


Quoting GP2X
Disliked
Agree, I will stop developing mine until we all agree on the logics behind. For the visual features, it might not be so important if our final goal is an EA.
Another way might be to have each one focus on one strategy, I still remember the posts about MurreyMath system and it seems worth to try. I also found some trend line documents, maybe we can use them to continue optimizing the mouteki EA.
Ignored
Target: Trading naked.
 
 
  • Post #371
  • Quote
  • Oct 20, 2006 4:26am Oct 20, 2006 4:26am
  •  clam61
  • | Joined Jun 2006 | Status: Member | 469 Posts
i will edit my code then post it. anybody who wants to run with it can do with it what they want.

btw, is there any charting software that can allow you too look at stocks that also lets you make custom indicators? the only one i know of is TradeStation, but that one is expensive.
 
 
  • Post #372
  • Quote
  • Oct 20, 2006 6:57am Oct 20, 2006 6:57am
  •  hans_gregor
  • | Joined Jul 2006 | Status: Member | 99 Posts
Quoting clam61
Disliked
i will edit my code then post it. anybody who wants to run with it can do with it what they want.

btw, is there any charting software that can allow you too look at stocks that also lets you make custom indicators? the only one i know of is TradeStation, but that one is expensive.
Ignored
I don't know if this is what you want, but there are some servers for MT4 which have some stocks: like Orion, Gimex, Realtrade and Forex LTD. If you don't have the server files, I will post them here.
The trend isyour friend untilis about to end...
 
 
  • Post #373
  • Quote
  • Oct 20, 2006 7:00am Oct 20, 2006 7:00am
  •  clam61
  • | Joined Jun 2006 | Status: Member | 469 Posts
hi hans

yeah that is good, but i want to be able to display any stock i want, and not just the ones they allow
 
 
  • Post #374
  • Quote
  • Oct 20, 2006 7:04am Oct 20, 2006 7:04am
  •  hans_gregor
  • | Joined Jul 2006 | Status: Member | 99 Posts
Quoting clam61
Disliked
hi hans

yeah that is good, but i want to be able to display any stock i want, and not just the ones they allow
Ignored
well, these servers have only 27-45 stocks
The trend isyour friend untilis about to end...
 
 
  • Post #375
  • Quote
  • Oct 20, 2006 10:29am Oct 20, 2006 10:29am
  •  GP2X
  • | Joined Jul 2006 | Status: Member | 66 Posts
So which one do you perfer? Is your mouteki EA mature, do you want to continue that? I am wondering if we can try the combinations, for example, we can use the TD setup as a filter for trend line break. Only enter if the break happens after a perfrect TD setup. Or combine it with Vegas fib levels, enter when the setup or coutdown ends at fib levels. I wrote a Vegas 1 hour EA, which is profitable in backward test for EURUSD pair, the exit is perfect but the entry is not, too many whipsaws. Maybe I can use TD setup to replace the entry of it. There are too many things to try, just want to make sure we don't do the same again.
Quoting aha
Disliked
One on each strategy is probably better than working together on one strategy. As for TD-Seq, if we get the logic right, I don't mind stand aside and let one of you finish it in your way. We have more than enough to work on.
Ignored
 
 
  • Post #376
  • Quote
  • Oct 20, 2006 10:34am Oct 20, 2006 10:34am
  •  hans_gregor
  • | Joined Jul 2006 | Status: Member | 99 Posts
Quoting GP2X
Disliked
So which one do you perfer? Is your mouteki EA mature, do you want to continue that? I am wondering if we can try the combinations, for example, we can use the TD setup as a filter for trend line break. Only enter if the break happens after a perfrect TD setup. Or combine it with Vegas fib levels, enter when the setup or coutdown ends at fib levels. I wrote a Vegas 1 hour EA, which is profitable in backward test for EURUSD pair, the exit is perfect but the entry is not, too many whipsaws. Maybe I can use TD setup to replace the entry of it. There are too many things to try, just want to make sure we don't do the same again.
Ignored
If mouteki is using Demark TDlines, then mouteki's method is incomplete.
If mouteki will continue to not share his method, if he has one different from demark, then will remain an imcomplete method.

PS check your PMs
The trend isyour friend untilis about to end...
 
 
  • Post #377
  • Quote
  • Oct 20, 2006 11:43am Oct 20, 2006 11:43am
  •  aha
  • Joined Jul 2006 | Status: Member | 535 Posts
The mouteki EA is an accurate implementation (not necessarily profitable though) of the Mouteki system posted in FF, unless they added more filters recently. There were few bugs reported but I can't reproduce on my platform, other than that, it's pretty accurate.

I implemented the TD filters for entry and exit on Mouteki EA (did I release that version?). The result wasn't very impressive, those filters kill as much good trades as bad trades.

I didn't implement the vegas 1H, but I did for the 4H one, the result suffers from the lagging effect of weekly trend identifier. But I can see it being a good combination. It's like knife system, but instead of entry on the slope change of an EMA, entry on TL break at high fibo may give higher win/loss ratio. But is clam working on somthing like that?

I will allow myself being a little lazy for a while and let you guys pick up whatever strategy you are interested. Of course I will offer my help when it is needed.


Quoting GP2X
Disliked
So which one do you perfer? Is your mouteki EA mature, do you want to continue that? I am wondering if we can try the combinations, for example, we can use the TD setup as a filter for trend line break. Only enter if the break happens after a perfrect TD setup. Or combine it with Vegas fib levels, enter when the setup or coutdown ends at fib levels. I wrote a Vegas 1 hour EA, which is profitable in backward test for EURUSD pair, the exit is perfect but the entry is not, too many whipsaws. Maybe I can use TD setup to replace the entry of it. There are too many things to try, just want to make sure we don't do the same again.
Ignored
Target: Trading naked.
 
 
  • Post #378
  • Quote
  • Oct 20, 2006 11:53am Oct 20, 2006 11:53am
  •  hans_gregor
  • | Joined Jul 2006 | Status: Member | 99 Posts
I will continue to study demark
The trend isyour friend untilis about to end...
 
 
  • Post #379
  • Quote
  • Oct 20, 2006 12:08pm Oct 20, 2006 12:08pm
  •  clam61
  • | Joined Jun 2006 | Status: Member | 469 Posts
Quoting hans_gregor
Disliked
well, these servers have only 27-45 stocks
Ignored
o really? that many? id like to have the server files then thank you!
 
 
  • Post #380
  • Quote
  • Oct 20, 2006 12:09pm Oct 20, 2006 12:09pm
  •  clam61
  • | Joined Jun 2006 | Status: Member | 469 Posts
btw, have any of you guys ever seen stockfetcher.com?

its possible to write a scan of the stock market for stocks that meet TD Seqential criteria

Im doing this only because I have a Roth IRA with Ameritrade
 
 
  • Platform Tech
  • /
  • EA Factory
  • Reply to Thread
    • 1 1718Page 192021 33
    • 1 18Page 1920 33
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