winterz
winterz
Friends

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

winterz
Added topic Restricting the removal of an EA?
Is there anyway possible to restrict someone removing an EA from a chart?  I.e. a password requirement or similar? 
winterz
Added topic Code in R trade in MQL4
I am currently developing machine learning techniques in R and I am wondering if there is a way to seamlessly communicate in MQL4 to accurately replicate my findings in R into practice in MT4?  Any thoughts or ideas would be greatly appreciated
winterz
Added topic Different ST results - everything is the same?
I have seen threads like this before but I am honestly seeing different results even though everything was identical to the last test?  Does anyone know why this is? Data is precisely the same, the terminal is offline, the spread is fixed, the
winterz
Added topic Strategy Tester doesn't run all the way through?
I have imported high quality 1 minute bars on the EURUSD back to 2005 - 2015  When I start the backtest to run through through the date range 2010 - 2014, it doesn't run all the way through. Instead it cuts out at 2014 August... No pending
winterz
Added topic Drag Horizontal Line and Store Price (Script)?
When I drop script onto chart, I want a horizontal line to be created and the flexibility to move this line where I want with the view of returning the price once I lock it in and the script continuing with the rest of the code.  I know how to
winterz
Added topic Does MT4 store max equity low?
Before considering any MQL4 code, does the terminal store the max equity? I am baffled how Myfxbook manages to populate my draw-down in a matter of seconds on historical trades relatively precisely when I never had the myfxbook EA attached on the
winterz
Added topic What comes first: tick or stop loss?
I think I know the answer to this already but am looking for confirmation: What happens on an incoming tick (in regards to code); will the stop execute first on the trade and then the code is executed, or the other way around?  Any links to
winterz
Added topic iHigh & iLow
Do these 'i' functions disregard spreads or include them
winterz
Added topic Smart way to turning off and on all Prints?
Just wondering if I could pick anyone's brain with regards to prints across ones algorithm?  How would I turn all prints on and off with the "flick" of a button?  Any thoughts, ideas or shove in the right direction would be nice :) 
winterz
Added topic Quick way to test EA conflicts?
I've written my own EA over past few months and am now wanting to know if there was a quick way to determine whether or not their will be a conflict when applying this to multiple pairs?   I know this may sound like a daft question as
winterz
Added topic Loading *.set files OnInit()
Automatically loading .set files on OnInit()? Concerned when terminal crashes or restarts that the EA will not associate with the .set file required. Looking for it to automatically pull this file and use it on OnInit()
winterz
Added topic Double to DateTime
... Set_D1_Bar = GlobalVariableSet ( "D1_Bar" ,iTime( NULL , 1440 , 1 )); D1_Bar     = GlobalVariableGet ( "D1_Bar" ); D1_Bias    = "Bearish" ; Comment ( "D1 Bias is: " +D1_Bias+ " since: " +DoubleToStr(D1_Bar
winterz
Added topic Ping within Account Opening screen - ambiguous?
Does anyone know why the ping can be so dramatically high or way out from the ping test I carry out from the SRV file of the brokers server within CMD? It seems very ambiguous what this number really means let alone where it is derived from
winterz
Added topic Specific Bar Time?
When using iTime, how can I specify a specific time upon each hourly change?  I.e. if I wanted 12:50 > 13:50 > 14:50 > 15:50 and so forth. I want to store this an a datetime that I can call every hour (rather than just looking at each
winterz
Added topic Cost per pip (formula)?
Hello! I have a question I'd like to throw out to there on something I am finding rather tricky in resolving. What I am trying to formulate is a synthetic tick value that is otherwise independent of what is built within MQL4 (being
winterz
Registered at MQL5.community