- Search Crypto Craft
-
ido370 replied Feb 13, 2011Traffic Light indicator is updated. Also see the note i posted while updating. first light will become Orange if valid, the other two give red or green
optional settings which can be turned on/off: -Show entry level, SL, and TP1, TP2 level -Show ...The Small Hours Simplified!
-
ido370 replied Feb 13, 2011just one more tool then: removed EA code, so this is Indicator only! When first light is orange, and other 2 are green, signal to buy. when light is orange and other 2 are red, signal to sell. According to the rules ofcourse
You can switch ...The Small Hours Simplified!
-
ido370 replied Feb 13, 2011here's current progress of my EA. Haven't gotten the SL to BE option working and like i mentioned above, there's a small "error" with keeping a pending open, until another one is found . Maybe oashken1 or someone else can take a look, so a better ...
The Small Hours Simplified!
-
ido370 replied Feb 13, 2011Looks like we have different versions of the EA
mine does end in profit in January 2009 (about 250 dollar): image But i do see some differences/mistakes: -my EA has some "errors", like i didn't close the sellstop order when a buystop was ...The Small Hours Simplified!
-
ido370 replied Feb 13, 2011captured some small bugs
have to do some shopping first, will work on right TP levels (and trailing with LL3) later this day. image The Small Hours Simplified!
-
ido370 replied Feb 13, 2011yes, i suppose when it uses tp1 and tp2 with the ll3 SL it could get way higher

The Small Hours Simplified!
-
ido370 replied Feb 13, 2011just woke up.... having some coffee now
this afternoon i'll continue on the order part of the EA. Keep in mind, that the backtest i posted was only using SMA20 and TP was always set to the second TP (entry+ATR*1.5) 
The Small Hours Simplified!
-
ido370 replied Feb 12, 2011Just a quick update on the EA: looking good so far, still have to squash some ordersend bugs, so hope to get to that tomorrow or monday. First backtest for what i have now on 2010 on EURUSD: image Gonna get some sleep now first

The Small Hours Simplified!
-
ido370 replied Feb 12, 2011the EA can place buy/sell stop/limit orders. if you look in the code, you will see i had already placed two sendorder commands for a buystop and a sellstop, but need to adjust tp, and sl first, so right now i commented it out). thats what you mean ...
The Small Hours Simplified!
-
ido370 replied Feb 12, 2011once i have the order part ready, i will backtest in visual mode
have to go to work now, so its gonna be this evening or tomorrow i thinkThe Small Hours Simplified!
-
ido370 replied Feb 11, 2011looks good enough to try
also wanna try to make an EA based on the rules. already made some quick&dirty code (only confirming the rules, does not trade yet...) , will post back later when its more finished
have fun! file btw, how many trades ...The Small Hours Simplified!
-
ido370 replied Jan 31, 2011OK, almost done. right now it does place the pending orders as it should, but after a while the sixth lines can move up and down, so i need to change entry, SL and TP of pending orders. right now i have the code as below, but i get many errors in ...
Setting TP or SL at object line
-
ido370 replied Jan 31, 2011EA does not place pending orders right now, when white center line is touched? What am i doing wrong here? //+------------------------------------------------------------------+ //| ido-beast.mq4 | //| Copyright
2010, Ido Kasse | //| | ...Setting TP or SL at object line
-
ido370 replied Jan 26, 2011OK, managed to get it working properly
here's the code i needed to change, if someone else is looking for it: buyarea1=NormalizeDouble(ObjectGet("onesixth", OBJPROP_PRICE1), Digits); buyarea2=NormalizeDouble(ObjectGet("twosixth", OBJPROP_PRICE1), ...Setting TP or SL at object line
-
ido370 replied Jan 26, 2011Work got me so busy lately so i finally got to test it this evening :S right now it does give frequent ordersend errors 130, but i does take some trades. but actually i want it to take the trade when the price touches the lowest green line, and then ...
Setting TP or SL at object line
-
ido370 replied Jan 13, 2011thank you! too bad i couldn't test it last night, so i will see it tonight

Setting TP or SL at object line
-
ido370 replied Jan 12, 2011Thank you for your time to look into it, i have to go to work now too, but will check your file out this evening. I'm using FXpro demo btw. The SL is just calculated by: ADR(20) / 2. the TP goes from (for buy orders) lower green line to lower red ...
Setting TP or SL at object line
-
ido370 replied Jan 11, 2011I want the value of the second line from the bottom) to be the TP point. entry is at lowest line.
Setting TP or SL at object line
-
ido370 replied Jan 11, 2011this is the full code i have right now: //+------------------------------------------------------------------+ //| Trendlord EA v10.mq4 | //| Copyright
2010, Ido Kasse | //| | //+------------------------------------------------------------------+ ...Setting TP or SL at object line