pontuso5
pontuso5
Friends

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

pontuso5
Added topic Issue with closing orders
Has anyone run into the same problem? I have 2 servers with one MT4 terminal each, both are identical and connected to the same broker. The only difference is that one server is placed in London and the other one  in Sweden. I have exactly the
pontuso5
Added topic Is this possible?
Hi Im not sure if it's possible to accomplish this, so i am asking you so i know what to ask for when posting a job in freelance. I want a function in my EA that calculates position drawdown and prints it in log when it exits the position. (It must
pontuso5
Added topic Calculate lowest tick since price break when backtesting?
Hi I want to calculate drawdown between bars (Starting from the bar that breaked the price) relative to the value 1.0000 Example "SEE ATTACHED PIC BELOW": My EA buys when price brakes 1.0000 ! at time  15:30:05 15:30:45 / The price has moved
pontuso5
Added topic Indicator error
Hi I have downloaded the attached indicator and it has been working for a while, but today when i was looking at the file inside MetaEditor and i compiled it (without changing anything) I got this errors?? and the EA stopped to work. This is the
pontuso5
Added topic Correct brackets/bracers {}
Hi have an EA question, what is the correct way of using icustom. Why i am asking is becuase both ways are working for me with no issues.? :S Like this? int start()   {          int n, i;   
pontuso5
Added topic Anyone having trouble with SL/TP when backtesting on build 670
Suddernly the SL/TP changes to 50 points no matter what EA i backtest ? Anyone encountered the same problem
pontuso5
Added topic AE2BBC7E65893356A60248680B4C\MQL4\Experts
Hi Again Just wondering why all the MT4 has a copy file are stored here? AppData\Roaming\MetaQuotes\Terminal\AE2BBC7E65893356A60248680B4C\MQL4\Experts Because when open a file in MT4 for modifying in the compiler, and click save as it wants to save
pontuso5
Added topic new mt4 version 574 giving warnings
Hi all, im wondering why i get all these warnings when i compile my old EA:s. They are working fine on build 509
pontuso5
Added topic Change deposit value
Hi I there any way i can change in the MT4 deposit value, from showing deposit value calculated with commission & swap or not
pontuso5
Added topic Order open when i change magic number?
Hi I have some problems with my magic numbers. I have one real live account with EA:s that has magic number 1117 and 1118 and 1119 And i also have a Demo account with the same broker, with a MT4 that's installed on another computer. The thing is
pontuso5
Added topic Spread recording fail
Hi I use this indicator Spread_Recorder.mq4 http://www.forexfactory.com/showthread.php?t=195290 It has worked perfect with different brokers, but i just opened a new account with another broker and id stops to work.? I says: invalid filename for
pontuso5
Added topic How long can a tick be?
Hi Is there any maximum time a tick can last before a new one comes up? Is there any difference if having timeframe M1 then H1, does a new bar count as a tick
pontuso5
Added topic Shut down EA if two EA:s has the same magic number?
Hi If i have many EA:s running and i by mistake type in the same magic number on two EA:s, is it possible to code EA so it detects that another EA has the same magicnumber and then shut down EA
pontuso5
Added topic extern and not extern?
Hi just another question, Lets say i have an EA with. extern double   Take_Profit               = 10 ; extern string
pontuso5
Added topic How do i ge the OrderOpenprice ()
Hi How do i get the OrderOpenprice (), when backtesting . I have tried with this double open = OrderOpenPrice(); And it gives me right price sometimes but not always
pontuso5
Added topic Any indicator/log that prints execution speed/latency
Hi Does anyone here know a way to measure execution speed/latency of a trade? I want to compare different brookers and vps servers. I know how to ping their ip in the cmd. But i dont think that shows the whole picture? For example i ping one of my
pontuso5
Added topic About execution speed
Hi i found this article on google It says "And if you use two or more Expert Advisors, this can increase the delay as MT4 only has one flow, so when the first Expert Advisor sends an order, the other expert advisors wait." Solution "install two or
pontuso5
Added topic Why is this difference in the log between brokers?
Hi Im comparing different brokers for live trading and i have noticed that the logs are not written the same The first is showing the current price "at 1.33218" but not on the other Anyone know why,? Iim using exactly the sam EA:s on both
pontuso5
Added topic Error when my EA tries to open position
My EA tried to open a pos but it dint work. It has been live for a while buying and selling with no problem but suddenly this came up?? order buy 0.10 EURUSD opening at 0.00000 sl: 1.36698 tp: 1.37378 failed [Invalid S/L or T/P] Anyone know why? or
pontuso5
Added topic buying or selling EUR/USD
Is there any difference if i have a USD account and buy long on symbol EUR/USD , or if i have a EUR account
12