- Search Crypto Craft
-
ido370 replied Apr 21, 2011not at first, the old bar closed just above span and new bar openend below, so no order was send. i made it like that so i wouldn't take a trade when you put the EA on the chart directly, while in the middle of a trend. I changed this now, so next ...
ichimoku-clouds Breakout
-
ido370 replied Apr 21, 2011Fixed
added manual TP option. uploaded back again in previous post. i dont have test results, will test this forward on demo only. I also thought i read that it is not possible to backtest with 2m charts. ichimoku-clouds Breakout
-
ido370 replied Apr 20, 2011Just started reading and following this thread a few days ago, and since i did have some spare time this evening, i made an EA for it. I have it running on EURUSD and will see how the next days and next week will go
have fun with it! file the ...ichimoku-clouds Breakout
-
ido370 replied Apr 11, 2011nice hickups with anyoption(option+) on usdjpy (compared to fxpro in mt4)
got some nice profits already in just maybe 5/10 seconds ... hahaha.. hope they keep going 
EURUSD
-
ido370 replied Apr 11, 2011just placing stop orders right now, waiting for volatility to return
maybe in 2 or 3 hoursEURUSD
-
ido370 replied Feb 27, 2011OK see it now, but you can't change the break lines Time_start and Time_end to NULL?
The Small Hours Simplified - Coding only
-
ido370 replied Feb 27, 2011great addition! maybe you can adjust code to use NULL (current timeframe) instead of filling in the option yourself? And probably just because market is not open right now, and needs to refresh, but got this (buy and sell on same pair, just like you ...
The Small Hours Simplified - Coding only
-
ido370 replied Feb 27, 2011I agree with you that rule #1 is the most important one, and it could be an EA option to place trades on both side or only based on rule#2/rule#3. I noticed the same as you i guess, that sometimes it would give a buy signal, where it would breakout ...
The Small Hours Simplified - Coding only
-
ido370 replied Feb 26, 2011no sry, i only have the ex4 file for this clock.
Trendlord EA Daily System
-
ido370 replied Feb 25, 2011its really in begin phase now. its only trading 1 lot and it TP&SL are both fixed at ATR*0.5. So im gonna continue first with adding the second order and the moving of SL to BE etc. As soon as it has those basics, i'll post it here asap

The Small Hours Simplified - Coding only
-
ido370 replied Feb 25, 2011thanks gspe, will try this out on monday. just a quick teaser from last 3 years
: image The Small Hours Simplified - Coding only
-
ido370 replied Feb 25, 2011Page 12 is all about it
i's because it has to calculate all currencie pairs levels, so gspe is looking into it, to see if we can get the right values. Or you have to use my indicator and switch charts everytime yourself too see if there's a ...The Small Hours Simplified - Coding only
-
ido370 replied Feb 24, 2011Are u using marketinfo with MODE_TRADEALLOWED for that? this look useful: url (well the code at least... i dont speak russian

The Small Hours Simplified - Coding only
-
ido370 replied Feb 24, 2011clear now
, so you should apply if (barStart < Time[0]) //start of new bar { barStart = Time[0]; or your isNewBar function on every pair, before doing calculations. P.S. url Maybe a comparison with iTime and time[0] . if iTime is equal ...The Small Hours Simplified - Coding only
-
ido370 replied Feb 24, 2011thats why i changed it. levels should be calculated from setup bar not current bar..
The Small Hours Simplified - Coding only
-
ido370 replied Feb 24, 2011Yes, but evenwhile it is executed once per 4H bar, in the 4 hours before, all other currencies have had their ticks, so when the new calculation is done, it is based on those numbers, which can onlly mean a slight difference, right? Also, i noticed ...
The Small Hours Simplified - Coding only
-
ido370 replied Feb 24, 2011don't know for sure, but maybe something with while (RefreshRates()==false) Sleep(100) like here is explained: url Maybe its not so bad afterall, i mean no tick = no tick. prices for Ask and Bid are from the latest update, so might not be such a ...
The Small Hours Simplified - Coding only
-
ido370 replied Feb 24, 2011OK alert is now good. also when set to off and changing pairs on current chart
but why not place GetPairGaps(TradePair, PairDigits, TradeRulesSymbol, TradeRulesColor); PrintPairDashboard(); if (DrawLines)DrawBreakLines(); into: if ...The Small Hours Simplified - Coding only
-
ido370 replied Feb 24, 2011in my opinion it shouldn't move, at the moment a new bar opens, and we get a valid signal, then based on those numbers (at that time) we should place the orders. But i must admit, there's gonna be a slight difference because the spread changes so ...
The Small Hours Simplified - Coding only