- Search Crypto Craft
-
ido370 replied Feb 16, 2011OK, updated indicator. In this version the Alert function is working properly. Also Entry/TP/SL levels are fixed . I also added an extra indicator option. "Use old Entry, SL and TP calculations" default is set to false, which means it is using the ...
The Small Hours Simplified - Coding only
-
ido370 replied Feb 16, 2011it will be. I already have that on my current version im working on, but need to test this first. When it works it will only check once per bar, and values will be from 5th candle (and won;t change according to current ask-bid anymore). Also ...
The Small Hours Simplified - Coding only
-
ido370 replied Feb 16, 2011I think your wrong with the rules: 2. BUY:The high of the most recently closed candle must be less than HH5 2. SELL: The low of the current closed bar must be greater than LL5 high of previous candle is always less than HH5, else it would be HH5 ...
The Small Hours Simplified - Coding only
-
ido370 replied Feb 16, 2011working on that. will try to post new version this evening when im back from work. it has correct numbers for entry, tp, sl (not changing whole time on current bar), and a working Alert/Email mode.
The Small Hours Simplified - Coding only
-
ido370 replied Feb 15, 2011
the box is always drawn in my indicator if enabled in indicator options. (Also the blue,orange boxes on your screenshot aren't mine... have a look at my screenshot in the post above) i just put in in, to have a better view of the 5 candles, and ...The Small Hours Simplified - Coding only
-
ido370 replied Feb 15, 2011Finally — finally found the error with wrong TP levels
here's the latest with screenshot to see numbers yourself on six pairs: file image Only alert + arrows coding/fixing left now... 
The Small Hours Simplified - Coding only
-
ido370 replied Feb 15, 2011will look into that, have never done that before, so gonna catch up some reading & testing

The Small Hours Simplified - Coding only
-
ido370 replied Feb 15, 2011OK, just got home from work. Meanwhile i changed the indicator for use with rule 1 and rule 3 only. Rule 2 doesn't make sense to, since both values are always true. So rule 1 light goes orange if valid, rule 2 light goes green for buy, and red for ...
The Small Hours Simplified - Coding only
-
ido370 replied Feb 15, 2011This is how the indicator looks like for me on USDJPY; what values do you get then? image gonna change the number 2 i guess. maybe combine with rule 3 is a good option.
The Small Hours Simplified - Coding only
-
ido370 replied Feb 15, 2011too late to take it, but i guess this would have been a nice setup? image
The Small Hours Simplified!
-
ido370 replied Feb 14, 2011OK, but why use /Point ? if i use *10000 i get 76.4 for example. if i use /Point i get 764.0. Maybe number doesn't matter, but i don't quite understand why /Point is better? is for people who do not use 5digit brokers? Also, spread wasn't working. ...
The Small Hours Simplified - Coding only
-
ido370 replied Feb 14, 2011Ruben5419 mentioned the following "bug" in my indicator: // if (iHigh(NULL,0,1)<High[iHighest(NULL,0,MODE_HIGH,5,1)]) ObjectSetText("rule2", CharToStr(130), 15, "Wingdings", Lime); // if (setuplow>ll5) ObjectSetText("rule2", CharToStr(130), 15, ...
The Small Hours Simplified - Coding only
-
ido370 replied Feb 14, 2011NEW CODING THREAD — To keep Colostarr trading and learning thread clean, i made a new thread for coding of EA's, indicators and scripts for the Small Hours strategy: url If you have posted an indicator/EA before, please feel free to upload ...
The Small Hours Simplified!
-
The Small Hours Simplified - Coding only
Started Feb 14, 2011|Commercial Content|210 replies
New topic ONLY for coding purpose of EA's, indicators and scripts for the strategy explained ...
-
ido370 replied Feb 14, 2011Ruben, thanks for the code, i'll update it and upload it back in the previous small hours indicator post! your bug #1 and #2 seem correct and better code so i will change that. Also the pipspread is great. i was already gonna change that, but thanks ...
The Small Hours Simplified!
-
ido370 replied Feb 14, 2011good point, will see to fix it, and upload back in the same post . thx! UPDATE: found the mistake, *FIXED* please download again.
The Small Hours Simplified!
-
ido370 replied Feb 14, 2011Latest Small Hours indicator — Here's the latest version of the indicator. Screenshot with all options ON: image This way, you can have the rules always onscreen (might be me, but i forget rules sometimes and have to go back to first post to ...
The Small Hours Simplified!
-
ido370 replied Feb 14, 2011apologies, it will be up in the afternoon, just noticed mistake which i'm correcting and testing first now.
The Small Hours Simplified!
-
ido370 replied Feb 14, 2011Small Hours v2 — updated Small Hours traffic light
-added draw box around hh5-ll5 -atr and hh5 / ll5 levels show with 1 decimal -customizable text color (not everyone uses black background
-better indication of lights, by using webdings ...The Small Hours Simplified!
-
ido370 replied Feb 13, 2011corner: upperleft=0, upperright=1, lowerleft=2, lowerright=3 y: distance from the top of the screen, the higher the value, the lower its on your chart. showlevels: true - show levels, false - don't show levels alert: true - alert message on signal, ...
The Small Hours Simplified!