- Search Energy EXCH
-
TallCoolOne replied Jun 7, 2013Great Scott. I hope it works. Is it designed to close after a certain profit per pair for for the entire basket of trades? Look forward to seeing the code. I was going to work this weekend on the bar vs tick option, the .01 lot size per $1000, and ...
TCO Trader EA
-
TallCoolOne replied Jun 6, 2013Hi Norm, I know this posts are there. My EA is not designed to trade like that...as of yet.
TCO Trader EA
-
TallCoolOne replied Jun 6, 2013Hi Norman, I think you can rename the set file to SETFILE.TXT and will allow you to save it here. My EA won't open trades at the same time as other EAs because my EA is based on the lower TF bar close. For the moment that is just the way it is. I ...
TCO Trader EA
-
TallCoolOne replied Jun 6, 2013Hi Normtold. Please post your setfile and check for any error messages in the Expert Tab or the Journal Tab. I will take a look at it tonight when I get home. Sorry for your difficulties. Thanks!
TCO Trader EA
-
TallCoolOne replied Jun 6, 2013I thought that was what the ATR indicator was set at on 100PipsAday template screen. I could be wrong. You can change that setting to whatever you need it to be. Please let us know if you find a better setting. Thanks!
TCO Trader EA
-
TallCoolOne replied Jun 6, 2013Hi Erebus, sorry for the late reply. This may be a bug where I'm not displaying the screen at the proper location in the EA. I will double check that tonight when I get home from work Also, are you using ATR based TP and SL? I will let you know what ...
TCO Trader EA
-
TallCoolOne replied Jun 6, 2013Hi Scott, well I finally got some time yesterday to setup 3 demos, one for each HTF trend strat However, I found the MACD bug this morning and I have to apply that the MACD demo still. I have never setup a trade explorer here, so I will have to ...
TCO Trader EA
-
TallCoolOne replied Jun 6, 2013Thanks Scott and for helping with the trade delay logic - that was very handy. Looking forward to the other features you have proposed. I will probably spend some time this weekend working on some of the new features and testing, we will probably ...
TCO Trader EA
-
TallCoolOne replied Jun 6, 2013Hi Bill you are absolutely right. My EA will open trades on the Lower TF - so you won't see trades opened at odd times, but on the hour, if you the put the EA on the hourly chart. I just code my EAs this way. It is less resource intensive, I don't ...
TCO Trader EA
-
TallCoolOne replied Jun 6, 2013Hi RTN, I designed the EA to look for trade opportunities on the close of the last bar based on the chart you attach it to, which is hopefully the the same as your SMALL_TF. I did this so that we are not perform all the calculations in the EA for ...
TCO Trader EA
-
TallCoolOne replied Jun 6, 2013Hi Bill, there is ths parameter in the EA. WPR_Confirmation = false; - If set to true, signal must go below and above the WPR_OS level for a Buy, Signal must go above and below the WPR_BO lEVEL for a Sell - If set to false, signal just needs to go ...
TCO Trader EA
-
TallCoolOne replied Jun 6, 2013Hi Pirt666, you don't need to change the EMA settings. You just need to change the Trend_TF to 60 AND THE Small_TF to 5. I know this can be confusing. You should be able to leave all the indicator vaiues in the EA parameters as is. Just change the ...
TCO Trader EA
-
TallCoolOne replied Jun 6, 2013I recommend a TrendTF of 1440(Daily) and a SmallTF of 60(hourly). Thanks!
TCO Trader EA
-
TallCoolOne replied Jun 6, 2013Hi Guys and Gals, I hope I didn't offend anyone by creating an EA for this method, or by adding to it. That is why I started my own thread. I didn't want to muddle this thread with a bunch of EA talk, issues or suggested improvements. I appreciate ...
D1 - 20 EMA & 50 EMA
-
TallCoolOne replied Jun 6, 2013For everyone who thanked me for opening the thread - YOU ARE WELCOME!!! I hope this will make administrating the EA development easier. Thanks for your interest. Please please please use good judgement before going live. Please back test and forward ...
TCO Trader EA
-
TallCoolOne replied Jun 6, 2013Thanks Maudur. I think I have the issue fixed. I ran some quick back test on visual mode this morning and it seems to be working now. The fix is in post 1. Thanks!
TCO Trader EA
-
TallCoolOne replied Jun 6, 2013Hi Normtold, when you turn off the "Close All Open Trades On Opposite Signal" switch, the EA will manage trades strictly by TP and SL. It may try to open trades in opposite directions too. So we may need to look at that. I'm not sure how 100PipsADay ...
TCO Trader EA
-
TallCoolOne replied Jun 6, 2013Hi 4xPIPAHOLIC, I see what you are saying, but I think that is the nature of this strategy. Sometimes you are going to load up a bunch of trades in a range, and you may reach your trade max in that range, but if the prices takes off, your profits ...
TCO Trader EA