- Search Metals Mine
-
CFD quotation and account base currency question
Started Aug 24, 2013|Trading Discussion|2 replies
Hey guys I got a question regarding indices and cfds. Indices are quoted in points rather than ...
-
Kilian19 replied Aug 4, 2013I have created one a while back but it somehow got deleted. If you want to backtest the indicator the highest resolution you will get is 60 seconds. If you can code Take a look at Time In real time you can set the threshold as low as you want. safe ...
Indicator notifying if renko bars are created quickly?
-
Kilian19 replied Jul 31, 2013I believe you look at the wrong values. Simple bar count and pip values won't work since the start and end of a time frame is completely random. (I did the same with renko bars). You might want to take a closer look at retracement values. Look at ...
Do you think statistics work in trading?
-
Kilian19 replied Jul 18, 2013Yes at the turning point but that shouldn't be the problem anyways I thought the problem is the bar after the turning point at the turning point both values have to be plotted, thats why we put that code in in the first place! At least that's what I ...
Why won't this work? Please Help! (Color Changing TMA Slope)
-
Kilian19 replied Jul 18, 2013Yes there are just three possible cases but they all can occure during the same bar. Tma is below 0 Upbuffer = 1 Downbuffer = 0 If then the Tma is higher 0 the buffers look like this Upbuffer = 1 Downbuffer = 1 The right way would be not to just to ...
Why won't this work? Please Help! (Color Changing TMA Slope)
-
Kilian19 replied Jul 18, 2013I think that should be problem #6 I talked a page ago
. I will take a look at it though and see if it really caused by that issue 
Why won't this work? Please Help! (Color Changing TMA Slope)
-
Kilian19 replied Jul 17, 2013Sorry but I can not reproduce the error you are referring to.
Why won't this work? Please Help! (Color Changing TMA Slope)
-
Kilian19 replied Jul 17, 20133 lines of code added. This might do the trick. #property copyright "" #property link "" #property show_inputs extern int seconds = 1; //+------------------------------------------------------------------+ //| script program start function | ...
Need an indicator that gives a sound alert every 14 minutes
-
Kilian19 replied Jul 17, 2013Non such function exist but we can easily write our own. You can limit your for loop to not look at the 0 bar which is the most current one and you have to take a look at the indicator counted call. (something like indicator counter + or - 1). ...
Why won't this work? Please Help! (Color Changing TMA Slope)
-
Kilian19 replied Jul 16, 2013double iVolume(string symbol, int timeframe, int shift) if you have questions like that it makes a lot of sense to look at the documentation first. ( url ) Rule of thumb: functions that start with an "i" are there to get data from different ...
coding question - alert for volume indicator
-
Kilian19 replied Jul 16, 2013Can you please say again what you want to do and what is wrong? Usually saving the template with the name default is the way to go what is the problem there?
Default chart colours
-
Kilian19 replied Jul 15, 2013might be helpfull MarketInfo("XXXYYY",MODE_POINT); x*10^Digit = x/Point
Why won't this work? Please Help! (Color Changing TMA Slope)
-
Kilian19 replied Jul 15, 2013Well if you figure it out on your own it will stick in your mind faster

Why won't this work? Please Help! (Color Changing TMA Slope)
-
Kilian19 replied Jul 15, 2013What does " numbering series of bars" mean?
Indicator for numbering bars?
-
Kilian19 replied Jul 15, 2013Objects are set to a specific time and price, Labels behave differently. Labels stay at a fixed position (x pixels, y pixels ) at the screen. The trick is to create a Label and convert it into an arrow using webdings.
Why won't this work? Please Help! (Color Changing TMA Slope)
-
Kilian19 replied Jul 15, 2013First don't ever post decompiled code that hurts our feelings. Second those are warnings no errors!
I will code your EAs and Indicators for no charge
-
Kilian19 replied Jul 15, 2013Just keep us updated. First thing you need to check is if dblTmaMTF and dblTmaMTF contain the right values. For that purpose just comment out 2 other buffers and use those to display the value

Why won't this work? Please Help! (Color Changing TMA Slope)
-
Kilian19 replied Jul 15, 2013Hiding the values after you are done with the indicator is perfectly reasonable it even makes the terminal cleaner but for me it makes coding easier since the data box is an easy place to look at . You can start debugging right away without adding ...
Why won't this work? Please Help! (Color Changing TMA Slope)
-
Kilian19 replied Jul 14, 2013I gladly help you with whatever question you got, but this time I don't understand what your problem is. Please elaborate it a little more closely. Even though I don't know whats wrong there are 3 things that bother me: 1: At least from my point of ...
Why won't this work? Please Help! (Color Changing TMA Slope)
-
Kilian19 replied Jul 14, 2013spikes in price will kill big parts of your position.
Using a 5x5 pip stop loss strategy