- Search Energy EXCH
- 33 Results (1 Threads, 32 Replies)
-
4xAndy replied Nov 7, 2013I noticed that nonorobots was reading my thread and intrigued by the name i ended up here trying to find out why a frenchman would have such a name, anyway to those of you who are interested I am developing a robot that is purely for collecting this ...
Supports Resistances statistics
-
4xAndy replied Nov 7, 2013Ahhh .... doh, thanks Maxdoom that explains it thankyou so much for putting my mind at rest so that confirms I am best to go along with Freds method? yes? although with a possible 2 or 3 dimension array there may be a lot of work if not for me for ...
An EA or indicator to analyze probability
-
4xAndy replied Nov 7, 2013in the above code i forgot to put the end of the start funtion after :- find_more_powerfull_candlestick_pat terns(); hence return(); } as the new isnewbar() bits are functions to find new bars on the various timeframes ...
An EA or indicator to analyze probability
-
4xAndy replied Nov 7, 2013As Fred was kind enough to share some code with me I thought I would share this for anyone that may want to play around with timeframes and it works in optimization. I Put this together to allow me to use any timeframe with any part of my ea without ...
An EA or indicator to analyze probability
-
4xAndy replied Nov 7, 2013Thankyou Fred fast response something to keep me motivated will play around with your code there. It is still frustrating me that there is a command to write the whole array yet i can't get it to work correctly, but if I can use your code to get all ...
An EA or indicator to analyze probability
-
An EA or indicator to analyze probability
Started Nov 6, 2013|Platform Tech|27 replies
Hi to all who read this, I am currently developing an ea that trades using zigzags and ...
-
4xAndy replied Jun 12, 2011thanks don — ya well the fix to the ea was just to stop it recounting all bars needlessly the other problem was mainly my ignorance not anyones programing just the as the ea was fixed and the bool for use digits removed my icustom was calling ...
Zero Divide error? Where do I need to look to fix it?
-
4xAndy replied Jun 10, 2011problem solved — take a look at this thread url page 3 to find how i fixed the -load, remove, load, remove ..... problem many thanks to kinghigh

Zero Divide error? Where do I need to look to fix it?
-
4xAndy replied Jun 10, 2011ya silly me — fixed it doh of coarse the variable for extra digit was removed by Don so all i had to do is remove first true in my icustom and problem sorted thanks kinghigh will try to remember that in future variable in ea (icustom) and ...
Question concerning icustom
-
4xAndy replied Jun 10, 2011for last message — these are the indicators i mentioned in my previous message incase anyone wants to take a look there is a whole thread on this within this forum
Question concerning icustom
-
4xAndy replied Jun 10, 2011Same Problem with a slight difference — Hi I was using an indicator called pattern_recognition_master_v3 but started getting zero divide errors done a search and found a solution in this forum so became a member i found that one of the members ...
Question concerning icustom
-
4xAndy replied Jun 10, 2011your welcome trade4fun are you noticing the difference in cpu usage? there is still a problem though i only found out after my post that is in version 7 and 8 , when i run my ea on back test calling either of these indicators with icustom the ...
Zero Divide error? Where do I need to look to fix it?
-
4xAndy replied Jun 9, 2011I noticed it still draws on cpu — great job Don just added a little extra code to get rid of the continuos bar counting called it version 8 but you saved me some hastle there thanks Don and of course original poster. Have built an ea around ...
Zero Divide error? Where do I need to look to fix it?