Elliot Debonee / Publications
Forum
backtest issue
I used quant data manager to export eurchf and did timezone to +7 est. then imported into mt5. 1min data and tick and it does not work. im running in portable mode on external hard drive. the other pairs gbpusd ,usdjpy etc custom all work fine on backtest 2026.02.19 23:28:41.108 Tester EURCHF-02
acvitations
i purchased an ea and need to install it on vps . can i top up mql5 account from paypal credit card and then buy more activations
close percent ea
I have searched mql5 and online and cannot find an ea which will close any trading position out at x percent of loss of one trade. from another ea like you can input magic number in their
mt5 backtest does not work multi pair
I tried to do multi pair in mt5. i put eurusd, usdchf but it would not let me in the boxes. it would not stay. how do i set multi pair i looked in the faq as well
change open price
how would I change the open price of my buy order to lets say +10 from current price or something? I went to the part next to ask, and changed the 50 but it did not do anything. I went and read an article on this site and still could not figure it out if(TestBuy)
ea does not work
so I got this ea online, but when I apply it to a demo account it does not open any trades. it does however open trades in the strategy tester . I have even looked at the code but cannot figure out why. it works it the backtest but not in live or demo, i wanted to have it hedge the trade so to speak
pending order
I have tried to find it on the site but, I need a script\ea which when a pending order or market order hits stoploss all pending orders are removed from my account
eur usd and usd chf
i noticed the eur usd and usd chf do not move at the same rate. so i tried this, buying both pairs eur usd - buy usd chf - buy when one is buying, the other is selling off, vice versa. so i noticed their was profit at some point, it seems low risk to me. i am trying to figure out if their is a term
fifo script
I have an ea that opens too many buys or sells on the same currency pair . I cannot find any script online that will prevent metatrader from opening a new order when for example their is already a buy on the pair or a sell on the pair. i want to prevent it from opening 2 buys or sells, like when one
script help
I found this script on the forum for limiting open orders but I put it into metaeditor and it givevs me errors when i try to compile it. and would this work with an ea i have on a char like eur usd or usd jpy? #define MAX_ORDERS 5 ... if ( OrdersTotal ()>=MAX_ORDERS) { // Don't add