Point Zero
Point Zero
Friends

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

Point Zero
Added topic MT4 crashes with a never-seen before error log
Hello, Several MT4 platforms are crashing right after opening (on the same computer), and the day's log stores the following line. main pumping: timeout on stop Deleting default profiles does not help. It just opens and crashes after some seconds, it
Point Zero
Added topic Backtesting gobbles up my hard drive (solved)
Hi there, I have been doing some nasty backtesting lately and I've found that I'm out of disk space! And it is huge! Where can I find and delete all those nasty backtesting files? The logs directory is only 355kb. Thanks in advance! :-)
Point Zero
Added topic Does OrderProfit() take into account the spread?
Hi there, I'll go straigth to the point. I have a partial closing function which closes a given percentage of all trades when a certain relationship between profits and initial risk is met. The thing is, it is closing many more short positions than
Point Zero
Added topic [Offtopic] Terminology question
Hi folks, I have been searching about this for a while, please forgive me for the offtopic since english is not my mother tongue. What is the "trader's lingo" for "Closing half position once the profits cover the initial risk"
Point Zero
Added topic OrderSend error 130 placing pending orders
Hi everybody, I am getting some 130 errors placing pending orders (sell stops and buy stops). The funny thing is that, for ECN compliance, I am opening all trades without initial stoploss or takeprofit, to later update the ticket and set the proper
Point Zero
Added topic Is the SLIPPAGE expressed in pips or pippetes for 5-digit pairs?
Hello folks, I have reviewed the OrderSend and OrderModify functions and found that slippage is expressed as a int value, which is very straighforward for 2-3-4digit pairs. But what about 5-digit pairs? Must slippage be expressed in pippetes on pips
Point Zero
Added topic [MT4 b432] DLL Calls? (solved)
Hello there, I have another weird issue with MT4 b432. I have allowed dll calls but the platform keeps on telling me that "Dll calls are not allowed". Has anyone experienced the same problem? Any clues? Is there any "security
Point Zero
Added topic Object's angle not working on MT4 B432
Good afternoon, I am developing an indicator which draws a text label with a 270º angle, which means the label is displayed vertically. Here's the setting code: ObjectSet (labelName, OBJPROP_ANGLE , 270 ); It worked fine in b409, and b419. But for
Point Zero
Added topic OrdersTotal(). Is last trade risk free?
Hello there, I am playing around a bit with an EA to allow proper pyramiding. I want to find if the last opened trade of a given type is risk-free. The thing is that I don't know the chronological order in which OrdersTotal() returns trades , the
Point Zero
Added topic Can an EA or Indicator know its filename? [solved]
Hello, A short question I haven't quite figured out. Can an indicator/ea know its filename? Sort like the following. Thanks! String fn = WhichIsMyFileName(); if(fn == 'MyIndicatorName.ex4') {     DoSomething(); } else {
Point Zero
Added topic [Scalper EA] What should I consider to bring this EA Live?
Hello, I have made a tick scalper which seems to be very good in backtest. However, modeling quality is only 25%. Where can I download the tick data to make 99% modeling quality? This EA only trades when price accelerates to a certain point, and I
Point Zero
Added topic IMAOnArray() Issue
Good night ;-) I am writing a little oscillator to test short-term trading even in range-bound markets. I am using IMAOnArray() to calculate two thresholds that point out when is the market flat. My problem is that IMAOnArray does not work as I
Point Zero
Added topic [EA] Loading and removing indicators several times
Hello ;-) I am having weird troubles when testing an EA that uses a slightly complex indicator, which has four resizing arrays as fake buffers and calls another indicator as well. Both indicators are loading and unloading all the time, making the
Point Zero
Added topic [offtopic] Which is the Mt4 broker offering the widest variety of instruments?
Hi there =) I am looking for a broker offering the widest variety of instruments :-) Which one would you recommend? I would like to trade... - Most uncorrelated currency pairs - Stock indexes from all the world - Sovereign bonds (Tbills and European
Point Zero
Added topic Probably a very stupid question (solved)
Hello, I have a *really* stupid question I am really sorry to bother you with: My metatrader4 templates always forget the colors I had set for certain indicator buffers . Why? The code in those indicators are as follows. Is there a way to set the
Point Zero
Added topic [compiling] Problem with some .ex4 files on some Metatrader4 Platforms
Hello :-) I am having trouble distributing some .ex4 files. Some people use them fine, and others find a sudden crash of their plattform. If instead of receving the binary, they compile the source code themselves, everything runs fine. I am building
Point Zero
Added topic [Indicator] Can I draw on the chart and at the same time, draw on a separate window?
Hello! I would like to make an indicator in such a way that it draws on the price chart, and also to include a separate window with an oscillator. All in one single file and indicator. Can this be done? Or something similar? Cheers
Point Zero
Added topic Can I colorpaint all space between two lines? (solved)
Good afternoon, I have been looking around for some time without success. Can I paint all space between two lines with a color? Take the following chart: I would like to "paint" all the space between the upper and the lower line of one
Point Zero
Added topic Test EA on Weekly charts?
Good morning, Is there a way to test an EA on weekly charts? Cheers
Point Zero
Added topic Sharing variables among indicator instances
Hello :-) I would like to allow multiple instances of my indicator to share a variable -if applied to different charts-. Is that possible without using global variables? Thank you
123