- Search Energy EXCH
- 33 Results (1 Threads, 32 Replies)
-
4xAndy replied Dec 21, 2013It should do if that is what the problem is.
Zero Divide Error while trading Gold and Silver
-
4xAndy replied Dec 21, 2013Well I tried it on roboforex brokerage and had no error but the gold is listed as xau/usd and the code as it was works out the pips by using the symbol if it contains /usd etc so if your broker lists gold as gold or goldspot then that might be the ...
Zero Divide Error while trading Gold and Silver
-
4xAndy replied Dec 21, 2013it looks like it is just the digits problem if so should be easy sorted
Zero Divide Error while trading Gold and Silver
-
4xAndy replied Dec 21, 2013I got your email, Will Have a look but quite busy, have just started writing mql4 code to try and earn a living or at least enough capitol to trade a living!
Zero Divide Error while trading Gold and Silver
-
4xAndy replied Dec 7, 2013And for those without excel or can't be bothered to download files here is a screen shot of pivot chart. please put forward your thoughts or ideas. There may be something in this.
An EA or indicator to analyze probability
-
4xAndy replied Dec 7, 2013You may have to stretch the chart out a good bit to see all the pivot names below the bars else it misses the ones it can't fit in.
An EA or indicator to analyze probability
-
4xAndy replied Dec 7, 2013Ok I have finally got my data collector working although I have to delete or move the data file every time I run it else it just gives errors and will not touch the file. I will attach the output file for usdjpy 1 sept 2013 to 6 dec 2013, and the ...
An EA or indicator to analyze probability
-
4xAndy replied Nov 15, 2013Basically if a candle stick pattern occurs and price is in a certain positition in relation to a pivot if the probability of price bouncing from that pivot is good then the candlestick pattern confirms it even more and trade is on but if a fib is ...
An EA or indicator to analyze probability
-
4xAndy replied Nov 15, 2013Well if you are refering to the file above it is only to make sure that all the pivots are arranged in order of price and that when i come to output my collected data I have a way of putting it into spread sheet. But the data I am intending to ...
An EA or indicator to analyze probability
-
4xAndy replied Nov 14, 2013After a lot of correcting and changing code, to all who are interested I have got to the stage where i can run the code in strategy tester and have it write out the 66 pivots names, value, and datetime for the days tested its not what the final ...
An EA or indicator to analyze probability
-
4xAndy replied Nov 10, 2013Yep you are correct all the way MaxDoom, of coarse I will be checking through the first dimension to find out where the market is in relation to my array and will change sforth and i forth to slast and dlast lol you turned my double into an integer ...
An EA or indicator to analyze probability
-
4xAndy replied Nov 9, 2013Ok I have been prompted to think about this more and as I can not find a way to get the variable name back into a value from the string that holds the variable name i will work around it by calling the value from the first dimension and just using ...
An EA or indicator to analyze probability
-
4xAndy replied Nov 8, 2013Surely if I have a variable named avariable and it contains a double 3.3 and I have a string I can print that is "avariable" I should beable to get the value 3.3 from that string and not just the name "avariable" but I have searched everywhere and ...
An EA or indicator to analyze probability
-
4xAndy replied Nov 8, 2013oh dear I just tried to print the values of the strings as variables using Print ( " the 2nd and 4th values added are " + (pplevels[dSortThis[3][1]]+pplevels[dSortThis[1][1]])); and it still gives me the variable names not the values of them so I ...
An EA or indicator to analyze probability
-
4xAndy replied Nov 7, 2013I have modified your test ea to test and demonstrate what i am trying to achieve. I would not have needed this, if it was just r3,r2,r1,pp,s1,s2,s3, but because weekly and other pivot point can occur in any place between I need to deal with the ...
An EA or indicator to analyze probability
-
4xAndy replied Nov 7, 2013Yep that looks exactly what i need because the value of resistance3 will be placed at [0][0] with its corresponding number in [0][1] and resistanceunexpected in [1][0] with its corresponding number in [1][1] and so on, so when they are placed in the ...
An EA or indicator to analyze probability
-
4xAndy replied Nov 7, 2013ok will look at that when i get back just going to get some shopping have downloaded your test and many thanks
An EA or indicator to analyze probability
-
4xAndy replied Nov 7, 2013Well I thought that too, and still not sure, but it seems that if the outcome is printing the corrosponding string[name] to the number in the second dimension of the array after the array has been sorted then it must be sorting all dimensions ...
An EA or indicator to analyze probability
-
4xAndy replied Nov 7, 2013Thanks once again MaxDoom its nice to get quick reponses sometimes. As soon as I posted that I thought of something raptor said to a guy who was posting on various forums to get code written for him and decided to do a bit more homework, I found a ...
An EA or indicator to analyze probability
-
4xAndy replied Nov 7, 2013Another question for anyone that knows a quick answer .. if i have a quantity of variables for example "woodiespvtpnt, stndrdpvtpnt, wklypvtpnt, etc, etc, " all containing price levels what is the easiest way to put them in order from highest to ...
An EA or indicator to analyze probability