- Search Energy EXCH
- GP2X replied Oct 6, 2006
Are you talking about the crazy "Grid" system? Sorry I don't have enough money to play this strategy.
EA Factory
- GP2X replied Oct 6, 2006
If using "OR", it would generate more trades than before, isn't it still a filter? Shouldn't an EA only look at the recent bars? The code was triggered for each tick, the previous bars should have already been checked, right?
EA Factory
- GP2X replied Oct 5, 2006
These filtered out all the trades, lol. Aha, could you take a try? </supbreakprice></resbreakprice;></resbreakprice></open[1]></resbreakprice;></resbreakprice></open[1]>
EA Factory
- GP2X replied Oct 5, 2006
<open[1] &&="" open[0=""><resbreakprice &&=""><resbreakprice;><open[1] &&="" open[0=""><resbreakprice &&=""><resbreakprice;><supbreakprice &&="" low[0=""> For Buy: Close[1]<Open[1] && Open[0]>resBreakPrice && High[0]>Open[0] && ...
EA Factory
- GP2X replied Oct 5, 2006
For buy: Close[1]<Open[1] && Open[0]>resBreakPrice && High[0]>Open[0] && Close[1]+Close[1]-Low[1]<resBreakPrice && Open[0]>Close[1] && Open[0]>Close[2] && High[1]<resBreakPrice;<open[1] &&="" open[0=""><resbreakprice &&=""><resbreakprice;> For ...
EA Factory
- GP2X replied Oct 5, 2006
The formula — resBreakPrice and supBreakPrice are the trendline break prices. For buy: Close[1]<Open[1] && Open[0]>resBreakPrice && High[0]>Open[0] && Close[1]+Close[1]-Low[1]<resBreakPrice && Open[0]>Close[1] && Open[0]>Close[2] && ...
EA Factory
- GP2X replied Oct 5, 2006
Aha, that looks great. I am working on another one and too lazy to do this before you. Hopefully we can get an EA profitable in backward test. Same as you, I believe the first step is a profitable backward test, or it doesn't worth any forward tests. ...
EA Factory
- GP2X replied Oct 3, 2006
Not yet, and I don't think it will work in current status. At the beginning, I got the same problem as yours, too many fake signals with only a few big wins. Then I realized the work would be to filter out those fake ones. So I added two, one is to ...
EA Factory
- GP2X replied Oct 2, 2006
Hehe, other's code is always hard to read, same to yours, even with comments.
EA Factory
- GP2X replied Oct 1, 2006
My version — Aha, I am glad to know that we are trying to do the same thing. Attached is the EA I am working on, please take a look. The difference is I filter trades by the profit points. Besides, I only look back certain number of bars to ...
EA Factory
- GP2X replied Sep 12, 2006
Ok, now I can understand why most EAs work fine in demo account but fail in live. Thanks!
Are stop orders necessary in EA?
- GP2X replied Sep 12, 2006
Thanks for your reply. What I mean is, for example, if the current price is 1, and I want to long when it reaches 1.1, to trade manually, I will enter a buy stop order. To code in EA, I can either use buy stop order, or just wait for the current ...
Are stop orders necessary in EA?
-
Are stop orders necessary in EA?
Started Sep 11, 2006|Platform Tech|4 repliesI am wondering what's the difference between sending a stop order than comparing with the ...
- GP2X replied Aug 23, 2006
SHI_SilverTrendSig problem — Wackena, I did the same as you, to copy the code from SHI_SilverTrendSig because this indicator doesn't work if called from iCustomer. But the code in it is very confusing as below: if ...
The tlatomi method
- GP2X replied Aug 17, 2006
If you do this, why not just set the stoploss to something other than 300?
Firebird EA, please test this one, it is one of the greats
- GP2X replied Aug 4, 2006
EA first draft, help needed — Attached is the first draft I did for this three phases system. The backward test doesn't look well. Because: 1. Most people are talking about enter signal. But the exit signal is not clear to me, although I read ...
New profitable System - Sidus
- GP2X replied Jul 27, 2006
I have int iHour=TimeHour(LocalTime()); int iMinute=TimeMinute(LocalTime()); here. I guess Automan posted the EA too early, actually neither of the two versions work. There were couple bugs. I have sent him another one last night, which was backward ...
New Profit at Pivot Strategy..Anyone know how to encode to EA?..Please comment
- GP2X replied Jul 25, 2006
Use this one instead, but I haven't tested it by myself.
New Profit at Pivot Strategy..Anyone know how to encode to EA?..Please comment