General - page 1804

I wish to backtest a simple manual system using the standard LRC (Linear regression channel).Is it possible to place the LRC on the chart whilst using the visual mode of the strategy tester found in metatrader. Can anyone tell me how to do this because LRC does not function correctly when i try to...
Attached is the The Seperation Indicator W/Alert that does not work. Would appreciate it if someone could code this correctly. This indicator was discussed here using the +8 -8 for exhaustion entries mostly on 5M charts for EUR/GPB. Basically looking for an alert when it reaches either +8 or -8 so...
///////////////////////////////////////////////////////// chk_buy=0; chk_sell=0; int totalorders = OrdersTotal(); for(int i=0;i<totalorders;i++) { OrderSelect(i, SELECT_BY_POS); if ( OrderSymbol()==Symbol()) { if (...
[Deleted]
Ave High & Ave Low Is there an indicator that displays a moving ave of the highs and lows of the chart? Rusty
Title says it all... this is not even the correct price if you round it. Furthermore the profit is shown to be negative, but the Pips are 0. because the actual price 1.9732 but I sold at about 11 or 12 or so pips lower than this actually. How do I fix this? Running Alpari UK demo build 200
Where do users put requests for future releases. For example, I'd like the Trade and Account History tabs to include a column forBalance, so that I can see how my EA does over time. The Swap can be optional upon right click, like Commission Taxes and Comments. Also, I'd like reports able to be...
On the website of the Automated Trading Championship 2006, the Interview with Michael Bullock (http://championship.mql4.com/2006/news/93/) has been published. Michael is a professional programmer. He started programming on ZX81 when he was just 10. With his great experiences, he immediately started...
according to this week is my holiday then i try making this ea but dont have time to test it ... anyone wanna try? the concept is symple i play GBPUSD as a BaseSymbol and if SMA is heading up i go long GBPUSD and hedge EURUSD short to reduce the risk but i also hedge USDCHF long too..........that's...
I have been getting very frusterated ,with the down loading of data in the history center, and every time I get missing data from Sept/30/2006 to Dec.4/2006. I know there has been a post already about this problem, and I couldnt see any direct answer about any fix. Are you(meta Quotes)...
I don't know why I can't help you guys test these EA's ?? The pic below shows Goblin for the year which is totally wrong. And I test other EA's as well and the graph shows nothing ?? Anyone know what is screwed up with my platform? Thanks
the icustom function still at times is not working for me.... surely it must be i'm not accurately reflecting the custom indicators 'parameters' section of that line.... for instance, "macd" works perfect... 12,26,9..... but for something like the "fisher transform rsi", i can't get it correct.......
What is the difference between FXDD Trader & Matatrader?
//+------------------------------------------------------------------+ double v; int j,ticket; int start() { v=iForce(Symbol(),0,12,MODE_SMA,PRICE_CLOSE,0); if (OrdersTotal()<1) { if (v>0.0003) {OrderSend("USDCHF",OP_BUY,1,Ask,0,0,Ask+10*Point,"test",0,16384,Gold);} //i want to open...
Hello trader, I do not know if it is the good section of the forum because my request is rather a script rather than a EA. I trade manually and I would like to be able to open an order and automatically with orders of waiting. 1° script The conditions are: Open order sell , lot:0.5 Open 10 sell...
Hi, I was backtesting Phoenix_4_CONTEST expert from ATC, and there is one problem. A trade opened on 10th November. This is what I get from backtester: 45 2006.11.10 08:45 sell 23 5.00 117.57 118.41 117.15 46 2006.11.17 05:36 s/l 23 5.00 118.41 118.41 117.15 -4038.53 26937.91 Take profit is...
Hi, I'm wondering if in MT4 I could do this: Use 3 kinds of Arrows, meaning buy,sell,close. Everytime I draw an arrow in the chart, an indictor or script read this arrow's price and arrow type, and then export to a TXT or XLS file adding a new line, including price and arrow type. Is it possible
this is just an idea, but what about an indicator that draw a line from one high point to the next. example, count 0-20bars back and mark the high point, then count 20-40bars back and draw a line from the first highest point to the second. do this back for however many bars, then do the same with...
  Counting Orders  (1)
How do you Count your open Orders ??? I need to count how many OP_SELL and OP_BUY orders I have for a hedging EA...
I'm clueless when it comes to creating indicators , so I don't know if this is even possible, but . . . this is what I'd like to have: 1) A MACD histogram that would alert me when I have had five consecutive bars drawn, either positive or negative. 2) Some sort of visual (arrow or dot) drawn over
I would like to buy and sell for example when price is x.xx20 or x.xx50. How can i isolate the last 2 digits of the price to compare it to my rules?
On the website of the Automated Trading Championship 2006, the Interview with Valeri Karpenko (http://championship.mql4.com/2006/news/92/) has been published. Valeri's Expert Advisor, unlike the most of other Experts in the Championship, uses pending orders instead of market ones. Besides, his...
i'm looking for a simple template that will plot buy sell arrows depening on a certain condition. ive tried editing other indicators but they all seem to screw up, i'm just after something simple like MA cross, so i can change the logic to other indicators and such (hopefully with more productive...
  EAs Top Ten  (33   1 2 3 4)
Hi, I would to start a new threat to help, clarify and acting... To many "test", "try", "dev in progress" with or without finished ea.... quite complex to follow. EAs has been developped since more than 2 years and some of them should be ok now... So, now it's the time : Could you please post here,...
Hi, I use two different brokers and wanted to set up two DataCenter feeds for them. I had no problem with the first one (MIG), however with the second one (Neuimex) I cannot get conection with server. I still have correct conection from trading terminal. Am I doing something wrong, or should I talk...
I have an idea to develop a "Daily high-low break system EA",detail as below: 1.EA works only on GBPUSD,because this pair moves big,of couese can use on other pairs but I think the result will not so good. 2.An indicator shows the previous day's high and low.Today when price go up and break the...
Hi I'm trying to get an expert adviser to remember the highest ask or bid value as an order goes along with some code like this: if(Bid>HPriceB && OrderType()==OP_BUY && OrderMagicNumber()==1) { HPriceB=Bid; } But it seems every time it reruns...
[Deleted]
Hi I'm trying to get an expert adviser to remember the highest ask or bid value as an order goes along with some code like this: if(Bid>HPriceB && OrderType()==OP_BUY && OrderMagicNumber()==1) { HPriceB=Bid; } But it seems every time it reruns the adviser with each tick , it forgets the value of...
I don't know what it is, but it seems that my request for a little bit of programming help with this EA I'm trying to complete are just being ignored. did I do something to to offend the programmers on this forum. I would hope that being an Elite subscription member, I would be able to get some kind...
Gotcha - Just wanted to see how many people troll through this Fourm... Please dont ban me, it is a legit trading method that i am trying to code. The underlying purpose of this thread is to find out how many members here ... 1. Contribute to the fourm with new strategies. 2. Contribute to...