General - page 1989

Is it exact that buy stops too close to the current price dont work? Is the limit 10 ticks? If so, this may be a feature for hand specified orders but certainly not for automated orders. If i want to specify a buy stop 1 pip above or even at the current price, that should be ok. In fact, a buy stop...
Hello I've a question: how to add price near to % to fibonacci retracement? 10x Ivo
Downloaded ZeroCode Program. Tried to activate it from WinZip by clicking on SetupZeroCode.msi. It gave me an error: "It does not look like your system is configured to properly view this file." Can somebody help me. I would really get to know this program. With deep appreciation in advance!...
I've tried to re-type this message a few times in a clear way but it wasn't really understandeble. So now I just tried to describe a simple system. Hopefully that makes clear what kind of additions I would like for this already time saving program. Thanks for that! Between {} is my request. I'll...
  Advanced orders  (1)
I'm looking for a way to do the following: Opening of position: a] Go short if price >1.0030 b] Then immediately automaticly lay in a profit target of 1.0000 c] Target hit? The close trade. If the profit target is not hit on the previous day keep the position and: d] Wait for the profit target
Anyone can explain the Swap charges to me? Does it differ from borker to broker? Thanks in advance.
Hello, First thanks for creating a great tool for non-programmers. I wanted to create a expert buying and selling when stochastics reach extreme levels, ex. when crossing 75 level buy, exit when dropping under, same with 25 levels (but selling). When backtesting in mt3 the results give some insane...
Where is possible to buy programs who are working positive? Do anybody have any good software? Thanks.
  open time  (1)
Hello, why in demo live trading (interbank platform) the fx market opens( start to change bid and ask) in monday? We all know that fx market opens in sunday evening? thanks.
Hello, How can I obtain the Datafeed API and its documentation? I emailed to info@metaquotes.net a week ago and still no reply. Regards, scorpion4spy@yahoo.com
  Missing data...  (1)
GBP on the 5 minute chart, skips from 6/10/2005 22:55 to 6/13/2005 1:45. Both the 1 hour and 30 minute charts are okay - meaning they do not appear to have missing data. CHF on the 30 minute chart skips from 6/10/2005 22:30 to 6/13/2005 1:30. In this case, both the 1 hour and 5 minute CHF charts...
  MA  (1)
Hello, Why in metatrader 3.83 MACD,MA and others indicators have different value than in 4.0? That is important , because I have software develop in 3.83 and the software get me in the trade(demo live trading) when all parameters are triggered. If I looked into 4.0 I see, that the same chart at the
[Deleted]
Scorpion, I know a number of the sample ZeroCode experts I've played with recently are having trouble executing trades. It would appear given they are time based experts i.e. they attempt to execute at the same time on multiple currencies and I think there is an issue with this. That is to say, the...
[Deleted]
  Sound alert  (5)
Hi Scorpion, First, I'd like to thank you for your great project ! It is remarkable! We (the non-programmers), are now able to write our own systems..! Now, as a newbie in Forex, before trading live, I would like to add a sound alert when the conditions of the system are met (for example: when ADX
Several months ago, I had no problems installing the software into my work work computer. I have just updated to a faster computer, t's a hp compaq pentium 4. However, when I attempt to dowdload, the exe file is executed and installation is haulted with this "cannot install file alert.wav" error...
Hi Can someone help me program an Expert that trade at a set time. I tried IF CurrentTime = 0830 but it did not work. Thanks
I created this thread to gather all systems and backtests make with Zero Code beta 1 So there is a simple system (long term system, 31 trades in 4 years) : For eurusd 4h - Price crosses ma 20 - Stochastic crosses up or down - Macd crosses up or down No stop loss No take profit 100 pips trailing...
I make this thread to gather all suggestions in order to upgrade the zero code beta 2 Firstly i want to say "thank you very much Scorpion" to elaborate a such program, i would to say a fantastic program, for guys likes me who have tons of ideas, but no programming skills Here are my...
Yesterday our demo-server (P4 3Ghz HT, RAM 1Gb) in peak has been providing real-time data and demo-trading for simultaneously connected 3090 (this is the quantity of online-users, and this is not summary quantity of open accounts) users. Please look at following picture containing the standard...
Okay MQ, here is a thought that would really help me if they were implemented. MT4 does not allow arrays to be declared globally. Have you considered placing all variables attached to all charts in a shared memory file? Yes I know the managed code people out there are having a fit right now, but MQ4...
For more details about MetaTrader 4 Web Services: quotes, charts, WAP, account information, traders contests please read "Web Services" Now you can watch your account statement using web-browser. To get your account statement and account history on our demo server please use following link...
Hello, Is it possible to run expert advisors on more than one account? (i'm looking for sth simpler than running many meta-traders on different windows accounts).
  4 spreed pips  (1)
I open metatrader4 demo and in market watch I noticed that eur/usd has spreed 4 pips??? Isnt it 3 pips?
  ZeroCode Beta 2 Status  (91   1 2 3 4 5 ... 9 10)
Hello! First off, ZeroCode Beta 2 is still in development; however, you can expect some of below requested features listing from the most important to lease important: Supports custom indicators.Additionally outputs MetaTrader 4 expert (MQ4 file).Save ZeroCode logics to file and able...
  Custom Indicators  (11   1 2)
Great work with ZeroCode But is it possible to integrate CustomIndicators ? Regards Chievo
  historical test  (1)
Can yo guys tell me what should be difference( in results) between back-testing and live trading demo? thanks.
if(iStochastic(NULL,0,0,5,3,3,MODE_SMA,MODE_MAIN,0)>iStochastic(NULL,0,0,5,3,3,MODE_SMA,MODE_SIGNAL,0)) return(0); According with the documentation should be: if(iStochastic(NULL,0,5,3,3,MODE_SMA,0,MODE_MAIN,0)>iStochastic(NULL,0,5,3,3,MODE_SMA,0,MODE_SIGNAL,0)) return(0);
  Undo Function  (4)
It would be really cool if we can get an Undo function in Mt4 for drawing objects. Too many times I have inadvertently deleted trendlines and there is no way to get them back. Cheers!
Hello I'd appreciate to see in the next versions a vertical zoom just as a horizontal one is available. Thank you Ivo
Dear all ZeroCoders, Please DO NOT remove the ZeroCode header as shown below from compiled MQL. You MUST leave the header intact in all MQLs produced by ZeroCode, otherwise, if I see many ZeroCode MQLs are distributed without the header, I would discontinue developing ZeroCode and remove it from...