Turn your wounds into wisdom
- #44
- Oct 16, 2016 10:03am Oct 16, 2016 10:03am
- | Joined Jun 2016 | Status: Trader | 2,646 Posts
Turn your wounds into wisdom
Why your broker is your friend and your enemy 8 replies
MT4 build 1220 EA running OK, build 1260 not OK 1 reply
MT4 Compiler Build prior to Build 6xxx 7 replies
Making your Indicators work with MT4 Build 600+; Simple! 1 reply
Build 201 has new function names that can mess up your EA 0 replies
Disliked{quote} I tried to confirm your first issue where (A>=B) are not equal to (A>B || A==B), but could not recreate the problem and i have never faced such type of issue in other programming language. Seems like your issue might be caused by different datatype for A and B. For your second question where you think adding few more lines is slowing down your performance significantly, then you might be using computers from 1800s...... just kidding.. Our current processing speed is much better so its not systems fault. Only in one condition it may...
Ignored
Disliked{quote} Thx, but nothing new. I move on and using new strategy. Instead using one ea to handle 10 pairs, i use separate ea that coordinate using global variables. The previus one is a mess anyway, too many arrays. I streamlined the whole process and built it from scratch, calculate when i only need it, and recycle variable and arrays. So its quite fast now. The problem is strategy tester, i run a very long period(many gigs of data) and disable the multi currency mechanism(wont work on tester unless on mt5). Anyway, i use previous generation intel...Ignored
DislikedSorry guys... I was busy learning new things.... so I was not able to post anything.... don't worry... next post will come soon.Ignored
Disliked{quote} Hi Ds Thank you for starting the thread, please help edit the attached pivot indicator codes below to ensure that it move from period to period ( so that I can see historical pivot points) e.g day to day, week to week and month to month. What it does now is just draws a straight line showing the pivot. Thank you {file}Ignored
Disliked{quote} With my busy schedule, I can't promise to help you completely..... but put up your doubts referring your code positions... of if you are stuck with any logic post it... I will try to answer as many as possible.Ignored
DislikedHia D.s I was thinking, yeahWhat about having a expert that can write to and read from say 3 separate spreadsheets, one would probably be enough but just in case.
Ignored
Disliked{quote} Hi Ds Thank you for starting the thread, please help edit the attached pivot indicator codes below to ensure that it move from period to period ( so that I can see historical pivot points) e.g day to day, week to week and month to month. What it does now is just draws a straight line showing the pivot. Thank you {file}Ignored
Disliked{quote} I went through the code and i find it displays the pivot point within the provided start and end candle of H1 time frame. I am still not getting exactly what you want to be displayed. What i think that you want pivot points to be drawn for a fixed week or month or day as per your wish so Instead of keeping H1 time frame, why don't you accept time frame and no of candles (period) as input which can be used to generate candles with that time frame. Then you can calculate highest and lowest point from 7 or 24 or 30 candles as per your need....Ignored
DislikedHi, D.S This is a great thread indeed, thumbs up for you on thisI got some question regarding coding here. If like say I want to have the exe file of an EA to be converted back to mql source code file, is there a way to do it? Hope to hear from you soon. Regards
Ignored