- Search Crypto Craft
-
gspe replied Feb 28, 2011Hi Guys, i'm just come back to home. I've found the problem but not the solution yet, i'm working on it so please use the attached version that works well, just sometimes the price can change following the change in the spread. gspe
The Small Hours Simplified - Coding only
-
gspe replied Feb 28, 2011I've loaded it on 4/5 Platform/Broker and i didn't have any problem. You have just wait to MetaTrader Platform to download the necessary history and only after that you have to change the Time frame, see the image below gspe
The Small Hours Simplified - Coding only
-
gspe replied Feb 28, 2011Global order closure at Pips/Order — Hi Steve, I'm testing Brijon EA with MPTM as per your set file. Since the EA doesn't open the same number of orders maybe would be interesting to enable a dynamic PipProfit Calcultion based on number of ...
Multi-purpose trade management EA
-
gspe replied Feb 28, 2011You need to have the history for all the pair in the list. So first open every chart of Pairs that are in your list for every time frame and later attach the indy on the chart gspe
The Small Hours Simplified - Coding only
-
gspe replied Feb 27, 2011See the screenshoot below, the "3" could be satisfied for both BUY and SELL condition and this happens for NZDUSD Pair in H4 Chart. Regarding the "NULL" option i don't like it, because you loose the opportunity to check how the Break Lines are ...
The Small Hours Simplified - Coding only
-
gspe replied Feb 27, 2011First Step To Multi Time Frame — Hi Guys, some of you have asked me to make a Multi Time Frame version, i'm working of it. In this version you'll find the option to choose the Time Frame you like, see the screen shoot below. I hope that you ...
The Small Hours Simplified - Coding only
-
gspe replied Feb 25, 2011Hi guys, this is the last version of the Indicator. I hope that i've found all bugs, but until Monday we really don't know. In this version i've fixed the code that draw the lines so now they display correctly in any timeframe, and the indy now ...
The Small Hours Simplified - Coding only
-
gspe replied Feb 25, 2011Do you Remember the 3rd Rule? 3.The close of the setup bar must be less than the 20SMA or 40SMA (can be both) So this is valid signal according to the Rules. But you have to decide if enter to Trade or not gspe
The Small Hours Simplified - Coding only
-
gspe replied Feb 24, 2011Yes exactly
this is the way of do it. The only Problem is that not all Platforms/Brokers/Users have the same Pairs, some Broker Doesn't offer some Pairs. So if we check iTime Time[0] for a pair that doesn't exist the Indicator will freeze ...The Small Hours Simplified - Coding only
-
gspe replied Feb 24, 2011No, because if we don't have a tick we don't have a new Bar! Let's see if this is more clear the bar are numerated: Bar[0], Bar[1], ...., Bar[5],..... We do our calculation on Bar[1]-Bar[5] not tick, fixed value High, Low, etc.. At the start of new ...
The Small Hours Simplified - Coding only
-
gspe replied Feb 24, 2011I'll try to implement this in the code. Just to clarify: The no tick is a big problem, since this involve all calculations, (not only the Spread) latest update was 4 Hours ago, so if we have no tick the function calculate all the value for the ...
The Small Hours Simplified - Coding only
-
gspe replied Feb 24, 2011No because the new bar is checked on the active chart, and because the PC is very fast to do maths there is the possibility that not all the Pairs are updated at same time. I'm thinking about a good solution to this but haven't find yet gspe
The Small Hours Simplified - Coding only
-
gspe replied Feb 24, 2011Code Change — Hi Indo, the changing you did to code didn't work very well with Multi Pair Indy, since not every Pair get the tick at the same time. So for example if you attach the Indy to EURUSD chart that is very active Pair at the begin of ...
The Small Hours Simplified - Coding only
-
gspe replied Feb 24, 2011Yes, i thought to this solution, but 4 Hours is long time and special during Asian Session Spread could be 2 or 3 time normal Spread. So do we want to take the Spread at the start of 4H Bar? I want to know what do you think guys gspe
The Small Hours Simplified - Coding only
-
gspe replied Feb 24, 2011Yes it moves, because Entry Line = HH5/LL5 + 3 Pips + Spread So since the Spread isn't fixed the line moves. If you have another idea for entry point i'll implement it in the code (I also don't like this line that move) gspe
The Small Hours Simplified - Coding only
-
gspe replied Feb 24, 2011Yes you are right, was typo error, maybe a need another coffee I've updated the attachment in the previous post gspe
The Small Hours Simplified - Coding only
-
gspe replied Feb 24, 2011Hi, my charts are a bit boring, because i like to see relative big candle. This is a typical chart that i use, i like to have some info printed on right side of chart gspe
Full HD resolution
-
gspe replied Feb 24, 2011Sorry guys, i was playing with code in order to hide empty boxes, mq4 isn't very friendly in this. In this new version i've added buy/sell check box in multipairs tab and i've started to add Break Lines and TP1/TP2 Lines gspe
The Small Hours Simplified - Coding only
-
gspe replied Feb 23, 2011Hi, please try this version with this version on my platform i don't see the gold box, try it and let me know
The Small Hours Simplified - Coding only