- Search Crypto Craft
-
T3MA indicator not updating real-time
Started May 8, 2013|Platform Tech|4 replies
Hello FF forum. I am using an indicator, T3MA. I like it very much. But it has one bad aspect ...
-
knkie replied May 7, 2013Hello
i am using an indicator, T3MA. The issue is that it does not seem to 'update' in real time. If i switch to another timeframe and then back, it does. But not within the timeframe itsself. I have enclosed two screensots to show what i mean. ...I will code your EAs and Indicators for no charge
-
knkie replied Feb 18, 2013ok, i will try that Cyber... thank you for all your effort, im learning alot from this ....

I will code your EAs and Indicators for no charge
-
knkie replied Feb 17, 2013Hmmm, i seem to not be explaining it well... Appologies...what i mean is that: when the 30M cross occurs, it looks back X-bars to find the 5 min cross. But i want the 5M cross always to come after the 30M cross. In the attachment i posted of the 5M, ...
I will code your EAs and Indicators for no charge
-
knkie replied Feb 17, 2013yes ofcourse Cyber.... in this example it is the GBP/USD. My intention is to use the 30M for the initial cross. After that, the next 5M cross should be valid..... Attached are two screen shots of GBP/USD. 30 min and 5 min. As you can see in the ...
I will code your EAs and Indicators for no charge
-
knkie replied Feb 17, 2013Oh your code is much more logical ! i was so close ....lol But now im looking at the effect on the chart and im not sure. The 5 minute cross should appear After the 30 min cross. I have attached two screenshots: 30M first cross and 5M second cross. ...
I will code your EAs and Indicators for no charge
-
knkie replied Feb 17, 2013Cyber1: i have tried to add an extra loop. One for a "up" case and one for the "down"case. Im pretty sure im still dong something clumsy, though.... would you mind taking a look at the code once more for me please?
I will code your EAs and Indicators for no charge
-
knkie replied Feb 17, 2013Aha ! ofcourse, that makes sense
I am gonna try and do this now cyber...and will let you know how it turns out ... thank yu for yur sunday-time 
I will code your EAs and Indicators for no charge
-
knkie replied Feb 17, 2013Thank you for your speedy response cyber1
OK: i have taken out the refresh() command. And i have now brought back the indi to its original "first cross"situation, where the iteratinos are with (...i+1). its in the attachment. Following your ...I will code your EAs and Indicators for no charge
-
knkie replied Feb 17, 2013Hello I need some help with some code please. I have made an indi that indicates when ema(7) crosses ema(22) on a 30 minute chart. Now i want there to be a second cross on the 5 minute frame following the initial cross on the 30 minute frame. so the ...
I will code your EAs and Indicators for no charge
-
Coding alerts using iCustom Array & Crosses
Started Feb 2, 2013|Platform Tech|0 replies
Hello i am new to trading and trying to learn coding.... Something i simply can not find any ...
-
knkie replied Jan 31, 2013Hello again... im still learning coding and have a few questions if you all dont mind ...
I was looking at code for a crossover. To keep it simple just Moving Averages. On codebase i found this: double ...I will code your EAs and Indicators for no charge
-
knkie replied Jan 3, 2013yes ! thats what i suspected was going on
Thanx !I will code your EAs and Indicators for no charge
-
knkie replied Jan 3, 2013Absolutely learning Raptor ! initializing with zero explains alot
i often see variables being delcared without a value and this explains that .... This example is great for me to learn more. And so i have one more question if i may: in the ...I will code your EAs and Indicators for no charge
-
knkie replied Jan 3, 2013good morning, you sir, are AWESOME
thank you for showing the different setups, that teaches me alot
I have a question concerning the code if i may? you delcare a variable: datetime Bar1Time; but it is not defined. So when the function Time[1] ...I will code your EAs and Indicators for no charge
-
knkie replied Jan 2, 2013Wow thank you for your fast reply
i will take all your advice to heart; especially concerning ObjectsDeleteAll(); Im gonna try out the code now..... ================================== UPDATE: ok, i tried it with your code Raptor but its not ...I will code your EAs and Indicators for no charge
-
knkie replied Jan 2, 2013hello Raptor Thank you for your time
this is what im doing in the code; keeping it simple so i can learn coding. thats the aim here.... #property indicator_chart_window int init() { double hc5 = Close[iHighest(Symbol(),PERIOD_H1,MODE_CLOSE,5,1)]; ...I will code your EAs and Indicators for no charge
-
knkie replied Jan 2, 2013Hello. still learning... im trying to set horizontal lines on the 1 hourly chart for the highest close and lowest close with in a number of bars, for example 5 bars. im using the folowing for this: double hc5 = ...
I will code your EAs and Indicators for no charge
-
knkie replied Dec 30, 2012Cyber1 thanx so much, that did the trick.
i hope you have a happy new year ! knkieI will code your EAs and Indicators for no charge
-
knkie replied Dec 30, 2012Hello i am new to trading and also new to coding in mql4. so to learn i wanted to create a simple indicator and draw it beneath the chart. But it does not draw anything. I feel kind of clumsy asking, but could someone please help me see what im ...
I will code your EAs and Indicators for no charge