Robin Jones / Publications
Forum
I need some help with this EA not always updating on every tick
I cant get the clusters in this EA to update on every tick, sometimes they do. The clusters display sell or buy ticks at each level 3 pips apart (tick volume/10 for space constraints and readability) If the volume in the cluster is below 11, when divided by 10 it is always 1 (eg. 9/10 = 1) (low
Indicator only works in Strategy tester (not live)
Morning, The indicator does not show/render in the live environment. The indicator work perfectly in the Strategy tester . I am using MT4 Version 4.00 build 1441 Windows 10 -------------- Screenshot shows the indicator with total tick volume and the delta for the day. GBPUSD M5 chart. Any assistance
Write more than 300 lines to csv file
I am trying to write to a csv file, but can't write past 280 lines. I am trying to write upto 2400 or more lines, only one double per line. The lines in the file are scores related to same line number in another file the same size. I read in the scores, modify them then write them all back in. As
Write array to CSV file issue
I am trying to overwrite a .csv file. I open the file, read the contents, calculate the result, then overwrite the line. (for some context, this file will have 10 lines, with from 4 to 25 doubles, the file is read into an array[10][25], processed then written back to the file ready for the next
Conversion from Indicator to EA not working
Hi, I have taken an existing indicator and used it to make an EA. I use the indicator on the chart and load the EA separately. It compiles perfectly and loads fine, but it does not work. It is based on a turtle indicator. Can someone show me where I have gone wrong please. Thanks in advance. This is