- Search Crypto Craft
-
Setting TP or SL at object line
Started Jan 10, 2011|Platform Tech|14 replies
Hi, i created an object/line on the chart which i want to use as a TP level. To get the value ...
-
ido370 replied Jan 10, 2011latest update, optimized the TMA value, and using tma 80 on D1: The EMA was set on 48, with GGH signal on 39. image So it looks like a good addition, net. profit becomes somewhat lower (+/- 300 dollar), profit factor up to 45,98, and relative ...
Trendlord EA Daily System
-
ido370 replied Jan 9, 2011you know the sema4x, TMA and X-ZZ "adjust" accordingly, right? sometimes sema4x is right and gives some nice buy/sell signals, but i would not depend on it. For the TMA, you could better switch to TMATrue or the WLMA, since it does not "adjust". TMA ...
MTF TMA
-
ido370 replied Jan 9, 2011Right now i'm looking at adding the TMA Centered indicator in the EA, but it won't work yet. If any coder could take a look and post the minimum required code to get the middle/center line of this indicator? According to url the indicator is just ...
Trendlord EA Daily System
-
ido370 replied Jan 9, 2011so if you only wanted to have the TmaMiddle, you should use: TmaMiddle = iMA(NULL, 0, 56, 0, MODE_LWMA, PRICE_CLOSE, 0); But if i place this as an LWMA, 56 , Close on the chart, it look much different than the TMA Centered middle line? So what ...
Trading the Sixths with Snowballs
-
ido370 replied Jan 9, 2011no fixed TP level. it goes from cross to signal/cross. only S/L is based on ADR(20) value divided by 2.
Trendlord EA Daily System
-
ido370 replied Jan 9, 2011great, was it the history files or something else before? Also, im still looking to input something to see when currency is ranging, or only allow trades when adr value is >100 for example, or add tma to cut some more losses

Trendlord EA Daily System
-
ido370 replied Jan 8, 2011can you explain on how you use TMA with sixth?
Trading the Sixths with Snowballs
-
ido370 replied Jan 8, 2011great, let me know how it works out. i've also been running the optimize function on the GGH signal and with period of 39 instead of 8, i get the following result: image
Trendlord EA Daily System
-
ido370 replied Jan 6, 2011Wow, profit factor up to 18,34! Thanks for the hint for different EMA, EMA21 didn't work out, but 48 much better! Here's te report for V10 with EMA48 (the V10 in Post #1 has now EMA48 set as default, uploaded again)
image Trendlord EA Daily System
-
ido370 replied Jan 6, 2011maybe your history files are not correct? why does your graph not show modelling quality? n/a?
Trendlord EA Daily System
-
ido370 replied Jan 6, 2011is there already some progress on any EA for this? i made a quick try with the pseudo code from above, but i'm rather new with MQL so could not get it working yet (some expression not allowed on global scope error...)
Trading With Moving Averages
-
ido370 replied Jan 6, 2011ok tested again. first shot is from v9, but something has changed yes, less trades but profit factor is higher, must be because a error in the code which i fixed: image next is the latest report from the new v10: image V10 will be posted in post ...
Trendlord EA Daily System
-
ido370 replied Jan 6, 2011ok thanks for the help. will change to 21 and run test again

Trendlord EA Daily System
-
ido370 replied Jan 6, 2011strange, you're sure your using the same dates to test too? i will test again later tonight and post back to you.. maybe i changed something while "bugfixing"

Trendlord EA Daily System
-
ido370 replied Jan 4, 2011i'm using fxpro demo account myself and on EURUSD on Daily TF. deposit value 1000 and started testing from 01.01.2009 until 01.12.2010. Update: fixed another bug to reset the ready variable, so new trades will be taken after previous has been closed ...
Trendlord EA Daily System
-
ido370 replied Jan 4, 2011you should delete all history in your mt4 history folder, and re download them. as you can see in the strategy tester report, i also probably have some mismatches (modelling quality 90%). dont know if its possible to have 100%...
Trendlord EA Daily System
-
ido370 replied Jan 4, 2011golden finger showing up sometimes after 3 bars late, could be seen as repainting, except that it is modified to show later so signal looks a better confirmation. but that's just my guess...
if you look at the code of golden finger it is almost ...Forex Bible System
-
ido370 replied Jan 4, 2011Made some bugfixes and reposted the EA in Post 1. changes were only made to the displaying of the current open orders en profit which kept showing after order hit SL. Also the current order profit now also takes swap in mind. First buy order from ...
Trendlord EA Daily System
-
ido370 replied Jan 3, 2011Screenshot of the system, currently running on demo account: image almost all above code is by EA, i use the following template and indicators to complete it (clock and market price): file file file
Trendlord EA Daily System