- Search Energy EXCH
-
TallCoolOne replied Jun 18, 2013Sure Afarensis, when I get home I will put my 3 set file on here. I also have a demo for Ichimoku and MACD, I just need to get the trade explorers set up. I have been busy getting v1.3 coded and the new instructions done and haven't done it yet. ...
TCO Trader EA
-
TallCoolOne replied Jun 18, 2013Hi Spydey, when I look up the error, it looks like your broker is not allowing you to trade. I haven't gotten this error. So i'm not sure what the issue is.
TCO Trader EA
-
TallCoolOne replied Jun 18, 2013Hi Sasco, sorry I'm not sure about the issue you are describing. The EA is not designed as a multi-pair trader to be attached to only one chart. It must be loaded on every chart of the pairs you want to trade. Thanks!
TCO Trader EA
-
TallCoolOne replied Jun 18, 2013Hi Alpine, this is a good suggestion. I will added it to the next release. Thanks!
TCO Trader EA
-
TallCoolOne replied Jun 18, 2013Hi Telac, The EA should pick up where it left off. Please verify all the settings. The way of selecting the trend method has changed. So if you are using MACD you would enter a 3(three). Thanks. Trend_Method = 1 <- - Select 1 of the 6 trend methods. ...
TCO Trader EA
-
TallCoolOne replied Jun 17, 2013Ok Team, v1.3 has been posted in post 1. Many updates and hopefully improvements. Please study the external parameters because they have been changed around and new ones added. Hopefully a little cleaner. I have also updated the instructions text ...
TCO Trader EA
-
TallCoolOne replied Jun 17, 2013Hi MKFX, I believe that error comes from trying to hedge. Opening a buy when you already have a sell trade open or vice versa. The is error should be fixed in the next update. Thanks!
TCO Trader EA
-
TallCoolOne replied Jun 17, 2013Hi EZ, I have seen that bugger. The EA appears to be moving the SL correctly with the KijunSenSL. I'm going to turn the alert off in the update. Thanks!
TCO Trader EA
-
TallCoolOne replied Jun 17, 2013Hi MKFX. the display isn't working. In the upcoming upgrade. The display will be improved. Thanks.
TCO Trader EA
-
TallCoolOne replied Jun 17, 2013Hi jdva, thanks for the suggestion. One thing to remember when you add more complexity to the EA trying to avoid losses - a lot of times you miss out on trade opportunities that may have been more profitable. if we wait and require two consecutive ...
TCO Trader EA
-
TallCoolOne replied Jun 17, 2013Hi MKFX, a magic number is just another identifier for a trade. Usually the EA will confirm the pair (symbol) and the magic number to make sure it is opening and managing the correct trades for that EA. If you have another EA operating on your ...
TCO Trader EA
-
TallCoolOne replied Jun 17, 2013I have made a change in the coming updated EA that will close all orders using magic number. Thanks!
TCO Trader EA
-
TallCoolOne replied Jun 16, 2013Thanks BetterLife, I appreciate your cooperation and understanding in keeping an organized thread. As far as the issues that you brought up, must of them are just cut and paste things from previous EAs or other code. So they are not an issue and ...
TCO Trader EA
-
TallCoolOne replied Jun 16, 2013BetterLife, I appreciate your looking at the code and looking for issues and bugs. I don't appreciate you posting another EA version. My new update will be handling the ATR multiplier as defined as double and not int. This will be released with the ...
TCO Trader EA
-
TallCoolOne replied Jun 16, 2013Here is the actual calculation in the EA, if the dynamic lot sizing is selected and you have a SL double RiskAmount = AccountEquity() * (argEquityPercent / 100); double TickValue = MarketInfo(Symbol(),MODE_TICKVALUE); if(Point == 0.001 || Point == ...
TCO Trader EA
-
TallCoolOne replied Jun 16, 2013Hi MkFX, yes the previous bar will have close above the OB or below the OS. You can set the OB and OS levels to anything you like, that is why I made them parameters. Thanks!
TCO Trader EA
-
TallCoolOne replied Jun 15, 20131000 * 0.01 = $10.00 $10.00 is maximum loss per trade. SL = 500pips 10.00 max loss per trade/ 500 pips = 0.02 lotsize
TCO Trader EA
-
TallCoolOne replied Jun 15, 2013No, you can use the same magic number for every pair for the same EA. If you have a different EA on the account (not recommended), then you use a different magic number.
TCO Trader EA