- Search Energy EXCH
-
TallCoolOne replied Jun 13, 2013Hi Alpine, are you able to use GBPAUD now? I would hate for you to lose that pair, because I think that is one of the most profitable pairs with all 3 trend methods.
TCO Trader EA
-
TallCoolOne replied Jun 13, 2013Hi Nbelchior, I did some back testing for the 3 different trend methods on all pairs. I didn't use tick data, I used shift+home key to get all the daily and hourly bars I could from my broker. It was not lock tight accurate, but it gives you enough ...
TCO Trader EA
-
TallCoolOne replied Jun 13, 2013Hi Alpine, I checked my trade log and I was getting the same error for one of the metal pairs, I can't remember if it was gold or silver. I removed the pair and I haven't got the error since. Not sure if this is the same for you. Please check your ...
TCO Trader EA
-
TallCoolOne replied Jun 12, 2013Not sure what you are asking. Did you read post 1 and the thread? about what chart to put it on. You can use TP and SL as you normally would. If you use ATR TP and ATR SL, those will override the TP and SL. Good luck. Thanks!
TCO Trader EA
-
TallCoolOne replied Jun 12, 2013If you had profits of 10% of account balance for all open trades, then yes it would close them all. Is that what you were asking about?
TCO Trader EA
-
TallCoolOne replied Jun 12, 2013Hi Norm, let us know how it works, it should close all open trades for that pair, once a valid trade signal is determined.
TCO Trader EA
-
TallCoolOne replied Jun 12, 2013The time delay is per pair. So you could still get multiple trades open within your trade delay parameter of 6 hours, but it should be for different pairs and not the same pair. Thanks!
TCO Trader EA
-
TallCoolOne replied Jun 12, 2013Hi ymleong. I have created my own thread and the the updated EA is there with all you need. Please read post 1 and the rest of the thread to learn more about the EA - url
D1 - 20 EMA & 50 EMA
-
TallCoolOne replied Jun 12, 2013Hi Erebus it should use the ATR_SL over the normal SL for the dynamic lot sizing.
TCO Trader EA
-
TallCoolOne replied Jun 12, 2013Good finds Maurdur, I will make sure those are corrected on the next release.
TCO Trader EA
-
TallCoolOne replied Jun 11, 2013Okay..here we go. In version 1.2 which is now on post 1. These new settings were added to the EA. Discretionary_Settings = "Discretionary Trend Settings"; GoLong = false; - If set to true will only take buy trades on appropriate Williams% signal, ...
TCO Trader EA
-
TallCoolOne replied Jun 11, 2013Wow Erebus. Nice results. That is very nice to see. I hope it continues for you. Thanks!
TCO Trader EA
-
TallCoolOne replied Jun 11, 2013Tell me what you mean by buy mode. Do you mean GoLong = true ? If you set that to true, it will ignore EMA_Trend = true. If you want to use the EMA_Trend for your trading, then make GoLong = false and make GoShort = false and EMA_Trend = true
TCO Trader EA
-
TallCoolOne replied Jun 11, 2013Not if you are putting the template on the hourly chart. The settings show what the Daily EMA would look like on the hourly chart. Please read post 1.
TCO Trader EA
-
TallCoolOne replied Jun 11, 2013Nice....I'm glad it is working for you. What are trend method are you testing? What are your settings? Thanks!
TCO Trader EA
-
TallCoolOne replied Jun 11, 2013Hey EZ, no issues. I saw your note at work and started to freak alittle bit. I checked it when I got home and all good. I appreciate you checking the code. Thanks!
TCO Trader EA
-
TallCoolOne replied Jun 11, 2013Hi Rswamy, if I understand you correctly. You have set GoLong=true and GoShort=false, Use_Ichimoku_Trend = false, Use_EMA_Trend = false and Use_MACD_Trend = false? If this is the case, it will take buys when the Williams% dips below the -80 level. ...
TCO Trader EA
-
TallCoolOne replied Jun 11, 2013Hi EZ, this is at the top of the code. if(CheckOncePerBar == true) { Check_New_Bar(); shift = 1; double BidPrice = iClose(Symbol(), Lower_TF, shift); double AskPrice = iClose(Symbol(), Lower_TF, shift); } else if(CheckOncePerBar == false) { shift = ...
TCO Trader EA