- Search Energy EXCH
-
tomhliles replied Dec 31, 2009though you might need the whole ea to figure it out heres my super ea string update="trendchaser.org/super_ea.html"; string check_version="trendchaser.org/updates/";double version=2.4; ...
Coding Tutorial
-
tomhliles replied Dec 31, 2009i havent posted in a while, my new full time job keeps me busy i got rained out today the targeting system i was gonna show you already exists in super ea heres the code if youd like to use it void check_exit() { if ...
Coding Tutorial
-
tomhliles replied Dec 31, 2009iv went through n fixed several bugs, one bug was bogging the ea badly, now it tests much faster
trendchaser super ea
-
tomhliles replied Dec 11, 2009this areah for starters int shift1 = iBarShift(NULL,TimeFrame,Time[i]), time1 = iTime (NULL,TimeFrame,shift1), shift2 = iBarShift(NULL,0,time1); iBarShift returns open time of the bar, your having it use a time instead of bar, which is likely making ...
Where is my error ?
-
tomhliles replied Dec 8, 2009did you instal the version from post 1774 all previouse versions depended on my web site server to function no telling how they would act the latest version doesnt depend on any server, my site has been discontinued there should be 3 settings in the ...
trendchaser super ea
-
tomhliles replied Dec 8, 2009using a sl or closing trades will not mess up the ea, however running on other pairs, or manually trading might mess up the target, the ea only closes trades on the pair its on if you manually trade another pair, and equity goes up to hit the goal, ...
trendchaser super ea
-
tomhliles replied Dec 8, 2009i never looked at the sample he stated he made it using a online tool, n wants some1 to make it take more than 1 trade he should try to make his on ea at my tutorial thread, then ask questions there
I Need Quick Help From Any Programmer
-
tomhliles replied Dec 8, 2009looking back, i see my response was useless sorry i didn't read more carefully misunderstanding
Help with Trailing Stop Code
-
tomhliles replied Dec 8, 2009High[0]-Low[0] will give the size of the candle use Open[0]-Close[0] if open is above close use Close[0]-Open[0] if open is below close
Mathematical dummy question
-
tomhliles replied Dec 8, 2009the approach realy depends on the system without knowing the exact entry/exit rules no one is gonna be able to really help you i recommend you post a section of code, and what youd like to change about it
I Need Quick Help From Any Programmer
-
tomhliles replied Dec 8, 2009post some code with questions n il be glad to help
Help with Trailing Stop Code
-
tomhliles replied Dec 7, 2009heres our next project, were going to plot targets on the chart this will get very advanced iml wait a few days, see what kinda attraction i attract id like to see from other coders if they can do this this is a challenge all pros are welcome lets ...
Coding Tutorial
-
tomhliles replied Dec 7, 2009lets get into some hard math its easy to plot a sl, tp but what about plotting hypothetical results such as, a target if i wanted my target to be 2% how on earthj can i see this on a chart what if i had a -10% hard stop, how can i plot this, and ...
Coding Tutorial
-
tomhliles replied Dec 7, 2009im still thinking of what to do next, i think making diferent ea's is a good ideah the previouse ea can open trades in tester, or live im thinking of getting more advanced
Coding Tutorial
-
tomhliles replied Dec 7, 2009no, they are very diferent, mql5 will have alot of things that improve the ea after theres a english version of mql5, wel go into it, as the syntax will be the same, but coding will change alot, to make the ea relible
Coding Tutorial
-
tomhliles replied Dec 5, 2009i prefer void, later on il be using buys, sells for other things, i can add more stuff to count in the orders function also
Coding Tutorial