julz
julz
Friends

Add friends via their profile or user search and you will be able to see if they are online

julz
Added topic Optimizing across several instruments
Hello, I was wondering if anybody knew of a way to optimize a strategy across several instruments in MT5. I know you can set the optimiser to Market Watch but it won't iterate through all the parameters to give you the best results across different
julz
Added topic change Stop loss on a second order after first order takes profit
Hello there, I've got a simple question . I'm opening 2 order both with the same stop loss but with a different take profit each . After order 1 takes profit I would like to change the stop loss of order 2, how can I "pass" the message that
julz
Left feedback to developer for job CCI based EA
julz
Added topic Ensure you're only trading once per bar
Hello, Sorry about the noob question, I've got an EA that seems to be trading more that it should (ie: more than once per bar) . What's the best way to ensure that you are only trading once per bar ? cheers
julz
Added topic Dreaded error 130 ...
Hello, I`m getting this nasty error 130, I've triple checked that I`m normalizing everything for my Stop loss , I really don`t see where it's coming from : 2011.01.30 14:45:57 2010.12.17 23:59 EA_v01 AUDUSD,H4: OrderSend error 130 double size; size =
julz
Added topic Connecting to a MySQL database
Hello, I'm trying to connect to a MySQL but something seems to be wrong, I can't figure out what .. This is the code I'm using, the connection result keeps on returning 0  (user and pass variables are modified here ), I can connect to the DB
julz
Added topic Black-Scholes model ?
Hello, Does anybody know if it is possible to compute the Black Scholes model of option pricing ( binary ) in Metatrader 5 , or any option pricing model for that matter ?   cheers, -J 
julz
Added topic Counting bars
Hello,   This is something I was wondering how to do in mql4, but I think while I`m there I may as well learn how to do it in mql5 . How would you guys approach this ?   I want to count the number of bars that are above a moving average
julz
Added topic Simple counter question
Hello, Just had a quick MQL4 question. How would one approach bar counting in MQL4, I know of the "bars" variable and iBar() . I would like to able to print how many bars above 10 SMA there were last year, I get the result of the backtest
julz
Added topic What`s the best way to code this ?
Hello, What would be the best way to code an alert as follow : After 3 RED bars if a BLUE Bar appears : Alert After 3 BLUE bars if a RED Bar appears : Alert Knowing that BLUE bars are "buffer0" and RED bars are "buffer1" My main
julz
Added topic Attach a screenshot to an email alert ?
Hello, Just a quick question Is there a way to attach a screenshot to an email . Basically make the WindowScreenShot() function and the SendMail() function work together ? cheers, -J
julz
Added topic error modifying an order
Hello, I`m trying to modify a bunch of "buy stop" orders, unfortunately I can't get it to happen ( return error 1, wrong price ? ), I want to modify the Buy price of those buy stop orders . Any ideas where I`m doing things wrong ? here is
julz
Registered at MQL5.community
julz
Added topic email alert configuration error
Hello, I`m getting this error : mail:553 5.5.4 <advisor> ... Domain name required for recipients address I've checked all my smtp parameters , etc .. all seems correct the recipients address works just fine ( it`s a yahoo one ) . In the
julz
Added topic An other Turtle Trading question ( lot sizes )
Hello, I`m just writing my little turtle trading EA here, the entries and exits are pretty straightforwards. I guess the main thing in the Turtle trading is choose your lotsize carefuly . The Turdle trading docs, says : N is simply the 20-day
julz
Added topic Normalize Question
Hello, Here is a bit of code Print("High :",High[1]," Low :",Low[1],"Digits :",Digits); Print("Normalized High :", NormalizeDouble (High[1],Digits)," Nomalized Low :",NormalizeDouble(Low[1],Digits));
julz
Added topic Backtesting Issue ( Strategy Tester hangs up )
Hello, I`m backtesting my own EA on a (very) short time frame, 2 days at a Period of M1 (I`ve got the offline history data) . But the strategy tester always seem to hang around 40 % ( it actually races through up to 40 % ) . The CPU is still maxed
julz
Added topic Refreshing OBJ_LABEL
Hello all, Alright, I`m gonna be the noob of the day, but going through the docs and examples, there is something that I conceptually don't get . Right now if I display an OBJ_LABEL on the chart, it takes the value at the time of the initialisation