- Search Energy EXCH
-
tomhliles replied Mar 8, 2010i just meant the line printed the value, i didnt try your code glad u got it working
Programming confusion on an EA
-
tomhliles replied Mar 7, 2010it works, theres some other problem tl by angle only uses price1 and time1 paste this in any indy, then create a tl or tl by angle or a hor line, itl return the value of that object at current bar if the object doesnt exist, itl return 0 ...
Programming confusion on an EA
-
tomhliles replied Feb 24, 2010i made that indy 5 yrs ago, i know its rough coded, iv kept it around ever since, all iv realy done to it recently is ad 5 digit broker support so sorry for the complicated looking code i did clean it up alot, made it readable
Pin bar indicator?
-
tomhliles replied Feb 24, 2010im saying, you can edit the rules, find the pin rulles in the code, experiment press compile to see the chart update //&&cl2>hi2 notice the // that means its ommitted, by removing the // you apply the rule
Pin bar indicator?
-
tomhliles replied Feb 24, 2010the rules for pin heres how u can understand cl2=close 2 bars back op2 = open 2 bars back ect... also this is coded, if youd like to apply it fifty fifty2 fifty3 fifty4 what this is , is the 50% center of the bars, you could say &&cl>fifty2 which ...
Pin bar indicator?
-
tomhliles replied Feb 24, 2010heres 1 i made a while back it displays 15 or so patterns, its set to just show pins by default
Pin bar indicator?
-
tomhliles replied Feb 21, 2010so ur saying the ea your using, skips from 0.05 to 1 or is that how activtrades limits you, not allowing a trade between 0.05 and 1 if its the broker, theres nothing i can do, exept open multiple small possitions to get the lots you want if its a ...
I need lot sizing program for micro account
-
tomhliles replied Feb 21, 2010maybe what ur saying is simple? its how your saying it, im still not sure i understand are you using some ea? will it trade below 0.1 lots? is that what u need, your ea to start at 0.01 instead of 0.1?
I need lot sizing program for micro account
-
tomhliles replied Feb 20, 2010heres new scripts, these should work on ecn they send the trade without sl n tp, then the order is modified
Auto Take profit code?
-
tomhliles replied Feb 20, 2010are you saying the minimum lots to start is 0.06 then 0.09 then increment in 0.1
I need lot sizing program for micro account
-
tomhliles replied Feb 20, 2010do u use a script to open orders? by adding 1 line of code it can be done ad this right below ordersend SendMail("sample alert ", "buy "+Symbol());
New order mail alert
-
tomhliles replied Feb 20, 2010oops well anyway, to finish my reply i tried to code this up in a simple way that you can figure out how to edit this for other systems have a look at the rules in the code theres four places to edit, that look like below ...
Programming Help for an indicator
-
tomhliles replied Feb 20, 2010hey ace, i found your msg in my bulk folder today asking for help i decided to code up the alert for you since some of your indies use arrows, i coded in vertical lines to show where everything lines up
Programming Help for an indicator
-
tomhliles replied Feb 19, 2010you can get the value from the object at 0 bar by using ObjectGetValueByShift("name", 0);
Programming confusion on an EA