- Search Crypto Craft
- 55 Results (2 Threads, 53 Replies)
-
yicktan replied Sep 10, 2013market speed: I use the steepness of MA trend: I use long period MA. I suppose you can use SAR for this. tp & retracement: I use Daily Average Fibo. I suppose you can use S/R for this. reversal: I use MA cross over. I suppose you can use SAR for ...
EA to prevent Losses on a Winning Trade
-
yicktan replied Sep 10, 2013Thanx for spending time to explain in details. Your input has been valuable. I appreciate it. You can achieve what you want with this EA. Let's say you have 2 pairs that you wish to trade. The "XAUUSD" and "GBPJPY". You attach this EA to "XAUUSD" ...
EA to prevent Losses on a Winning Trade
-
yicktan replied Sep 10, 2013My EA is about stealth. You are asking for a pending order EA. I guess you can modify any EA to have +10 or -10 pending order. And there are script to close all pending order in this forum. Just search "delete pending order" in this forum.
EA to prevent Losses on a Winning Trade
-
yicktan replied Sep 10, 2013You can achieve that by setting a unique magic number with each chart to have different tp,sl, ts setting. For me, I need the EA to manage all pairs from one chart. That's why it is designed that way. That's why I suggest to have this EA attached to ...
EA to prevent Losses on a Winning Trade
-
yicktan replied Sep 9, 2013YES-TM EA Version 1.1 Beta released. It seems to work fine on my testing. But due to the time constrain, I may miss some bugs. So, do report them if you find any.
EA to prevent Losses on a Winning Trade
-
yicktan replied Sep 9, 2013Is GV with potentially hundreds of record viable? Won't the read and access becomes even slower?
EA to prevent Losses on a Winning Trade
-
yicktan replied Sep 9, 2013I am almost there to finish the debugging. Unable to trace the last order. Very hard to debug as I need to wait for the price to fall / rise to the trigger level.
EA to prevent Losses on a Winning Trade
-
yicktan replied Sep 9, 2013I noted the mistake. I have to rethink the logic. Prior to the release, the array has a fix size of 10, then I thought to making it dynamic with OrdersTotal(). If it is dynamic, it will have array resizing issue. It delete the last element rather ...
EA to prevent Losses on a Winning Trade
-
yicktan replied Sep 9, 2013As mentioned in the limitation. One pair one EA. This EA will manage pair with similar magic number. So yes, at the moment, if you have the same magic number for other pairs, it will go haywire. Even though I have mentioned it in the limitation, but ...
EA to prevent Losses on a Winning Trade
-
yicktan replied Sep 8, 2013I will do the clean up. I have tested the code for my needs. I have no idea what other expect of this EA. I created this EA because I searched the forum for it and it seems like there is no such EA to effectively manage hidden TS. I post on other ...
EA to prevent Losses on a Winning Trade
-
yicktan replied Sep 6, 2013just wish to share with more people. no harmful intend.
EA to prevent Losses on a Winning Trade
-
yicktan replied Sep 6, 2013You guys may want to check this out. It seems to meet the need. url
I'm seeking a trailing stop EA that surely must exist, any ideas?
-
yicktan replied Sep 6, 2013You guys may want to check this out. It seems to meet the need. url
Looking for Trailing Stop EA
-
yicktan replied Sep 6, 2013You guys may want to check this out. It is a custom trailing stop that can be used for all brokers. url
Mini-accounts with trailing stop
-
yicktan replied Sep 6, 2013thanx for pointing that you. :-) Will edit that in the upcoming update. Wait for more bugs report.
EA to prevent Losses on a Winning Trade
-
yicktan replied Sep 6, 2013This problem still exist. The EA version lock up my MT4.
InputResizer: edit EA/Indicator settings comfortably