- Search Energy EXCH
-
RaptorUK replied May 5, 2013Are you certain that bar 0 is used ? bar 0 is changing all the time so a trade may be taken that would look different when investigated a few bars later when the then bar 0 had closed. What was the average win ? considering the 16% DD if it is in ...
Indicator request
-
RaptorUK replied May 5, 2013What does your base include ? what functionality ?
Free Coding: your systems
-
RaptorUK replied May 5, 2013Or use tick data and use CSV2FXT to create all timeframes hst files. I've never tried it with M1 data, it might work.
MT4 Historical Rates - Backtest
-
RaptorUK replied May 4, 2013Yep, I'm trying to talk to Metaquotes about this but it's currently a one way conversation.
Ordersend command help?
-
RaptorUK replied May 3, 2013I am sure you are correct . . . unfortunately this contradicts what is written in the documentation for Ordersend() "At opening of a market order (OP_SELL or OP_BUY), only the latest prices of Bid (for selling) or Ask (for buying) can be used as ...
Ordersend command help?
-
RaptorUK replied May 3, 2013In OrderSend() you can indeed set Slippage to 0, note that slippage is an int and is the number of points of slippage that you will accept . . . except that with some Brokers they seem to take no notice of your slippage parameter or of your open ...
Ordersend command help?
-
RaptorUK replied May 3, 2013Hi, try this version, I've added the corner and window for the text and added the marker to show which bar the trade(s) were opened on. By the way, if you move the text label you will be prompted to update the settings with the new position ...
Indicator/Script to show open Live-Trades in the Chart?
-
RaptorUK replied May 3, 2013You might want to change this . . . else ObjectMove(open, 0,0,Time[0]); to this . . else ObjectMove(open, 0, start, Time[0]);
Open Prices of Candles: D1, H4, H1, M15
-
RaptorUK replied May 2, 2013OK, I'll do it in the morning.
Indicator/Script to show open Live-Trades in the Chart?
-
RaptorUK replied May 2, 2013Try the attached Indicator, I had intended that it could be used with the Wingding font but I've been having problems keeping the font set correctly. Have a play, let me know if you have any issues. If you don't use a Magic Numbers leave that Input ...
Indicator/Script to show open Live-Trades in the Chart?
-
RaptorUK replied May 2, 2013Get a different Broker. No matter what is done with the code you can not violate the STOP and FREEZE levels your Broker has set on the Symbol you are trying to trade . . . Read this: Requirements and Limitations in Making Trades
Help: EasyOrder with Hidden Entry, StopLoss, TakeProfit
-
RaptorUK replied May 2, 2013If a live trade is open on the same chart, same symbol, or any symbol/timeframe ?
Indicator/Script to show open Live-Trades in the Chart?
-
RaptorUK replied May 2, 2013The code makes decisions based on the 4th digit and rounds the values to the 4th digit, so even if a bar is engulfing based on the 5th digits it may not be marked . . . not how I would have done it but thats how it is coded in all the rest of the ...
Help: I need a little modification
-
RaptorUK replied May 1, 2013Hi, please try the attached, there is a new set of parameters at the bottom of the list for engulfing (regardless of bull or bear), let me know if it's what you expected, my definition of engulfing bars is a little different, I have tried to make it ...
Help: I need a little modification
-
RaptorUK replied May 1, 2013I guess that arofat would like you to email and send some money . . . or . . . you could just wait a few mins, I'm almost finished testing

Help: I need a little modification
-
RaptorUK replied May 1, 2013It might help if you said what platform you are using . . . MT4, MT5, Ninja, etc ?
Looking for this support/resistance dashboard
-
RaptorUK replied Apr 30, 2013I think something/someone else is opening the positions, the EA just has to close them. Otherwise you might need to know under what circumstances you open the 4th (and the 1st to 3rd) position.
I will code your EAs and Indicators for no charge
-
RaptorUK replied Apr 30, 2013You should fix your CloseAll() function, your loop needs to count down, not up. This explains why: Loops and Closing or Deleting Orders
Straddle trading EA
-
RaptorUK replied Apr 30, 2013I had some spare time . . . try the attached Script, it needs to go in experts/scripts You can edit the code to change the size, colour, and Wingding symbol number and then save the script with a name that reflects the symbol, for example ...
Inserting wingding symbols MT
-
RaptorUK replied Apr 30, 2013You could create a script for each of your most commonly used symbols, then just drag the script onto the chart and you have your symbol.
Inserting wingding symbols MT