- Search Energy EXCH
-
TallCoolOne replied Apr 22, 2012Hi Seller, I don't get you. You don't mind taking someone else's strategy for your own. So you have never looked at someone else code for your own EA. Also, I fear you have found a very profitable strategy when working on this EA and you are not ...
Ultimate TRADE EA
-
TallCoolOne replied Apr 3, 2012Hi E, I'm still banging this one around. I'm also working on another EA that I have an idea for. Also, I'm a programmer analysyt - mainframe world DB2 and COBOL. I trying to teach myself Java, so that I can write my own backtester and optimizer. ...
Simple Forex CobraSystem Thoughts Please?
-
TallCoolOne replied Mar 31, 2012Hi Anu, I will take a look. Sometimes when I have questions about what the values were during a back test, I will use the data show screen or I will put actual Print statements in the EA and recompile the EA and do the back test again and look a the ...
Simple Forex CobraSystem Thoughts Please?
-
TallCoolOne replied Mar 29, 2012Hi E, Yes that looks correct, as long as the ADX > 22 and trending up.
Simple Forex CobraSystem Thoughts Please?
-
TallCoolOne replied Mar 28, 2012We could add a ATR TP if you would like. You could make the same as the ATR SL for a 1:1 RR. Let me know if this is something we should add. Thanks!
Simple Forex CobraSystem Thoughts Please?
-
TallCoolOne replied Mar 28, 2012Hi E, If I set up the EA correctly, it should work on all TF charts. I would not switch between TF with the EA on the chart. You may get an inadvertent trade triggered that you didn't attend - low probability, but better to be safe. What i would do ...
Simple Forex CobraSystem Thoughts Please?
-
TallCoolOne replied Mar 28, 2012Yeah this is kind of tricky. The previous candle opened in the orange zone, but closed below the orange zone, but it also opened and closed below the blue zone. Since the close was below both zones and the open and close of was below the blue zone ...
Simple Forex CobraSystem Thoughts Please?
-
TallCoolOne replied Mar 27, 2012Thanks for your kind words.
Simple Forex CobraSystem Thoughts Please?
-
TallCoolOne replied Mar 25, 2012Updated EA and Setting doc — Hi Guys, I've added start and end times to the EA. Also, I'm attaching a doc explaining the settings for the EA. TCO
Simple Forex CobraSystem Thoughts Please?
-
TallCoolOne replied Mar 21, 2012Hi Team. — So far I have received a couple of EA enhancement requests. - Add email alert - I have never coded this before. So I will research it - Add parameters for start and stop time contraints, I will add this for the next release - Add ...
Simple Forex CobraSystem Thoughts Please?
-
TallCoolOne replied Mar 21, 2012I sent it via PM. Let me know if you don't get it. Thanks.
Simple Forex CobraSystem Thoughts Please?
-
TallCoolOne replied Mar 21, 2012I zoomed in the PDF and looked at the bars closer. I think the 1st bar opened in the blue zone and closed above the blue zone. The 2nd bar opened and closed above the blue zone and the close was higher than the open. The 2nd bar however, was a ...
Simple Forex CobraSystem Thoughts Please?
-
TallCoolOne replied Mar 20, 2012Hi Astrall, I'm having a tough time from the PDF determining if you had a long/short. If that was a short. I would suggest turning off counter trend. AllowCounterTrade = true; Also, I would set the UseSLforMax = false. It uses the current stop loss ...
Simple Forex CobraSystem Thoughts Please?
-
TallCoolOne replied Mar 20, 2012So far on the 4H charts. The EURUSD, looks good as trend only. I'm getting close to a 2.0 in profit factor with a 15 - 25 trailing stop. That is backtest from 2010/01/10 to present. I'm not using the WFA yet. But I will when I get my arms around ...
Simple Forex CobraSystem Thoughts Please?
-
TallCoolOne replied Mar 20, 2012Fixed PT? — Hi Anu, Did you mean fixed TP. I have fixed TP and SL. You can turn off the jump stop, breakeven and trailing stop losses. You can close trades per the original Cobra exit strategy. Not sure these are all working exactly as they ...
Simple Forex CobraSystem Thoughts Please?
-
TallCoolOne replied Mar 20, 2012Updated EA — Hi Guys, I updated the EA in post #124. I had some silly print statements in the code.
Simple Forex CobraSystem Thoughts Please?
-
TallCoolOne replied Mar 20, 2012Thanks — Thanks Anu. I hope your testing goes well. I'm still back testing each pair and it goes slowly using tick data. This is what i would suggest. First test with AllowTrendTrade = true only. This is close to the original strategy. Then I ...
Simple Forex CobraSystem Thoughts Please?