Forum

History Calc Indicator

I modified this indicator to include Net Profit in Pips (think it's correct) but was wondering if someone can add a 'Total' line at the bottom that totals the columns. Total Buys for all pairs, Total Pips for all pairs, etc

No more than 2 consecutive losses?

Hello All, I was just wondering if you know of an Indicator or System that doesn't loose twice consecutively? Thank you

Super Signals Indicator

Hello, hope this is the right spot but can I get this indicator converted to MT5 please. Thank you

How Brokers know, EA or Manual order

Hello, just wondering if anyone knows how a broker knows whether an order was placed by an EA or Manual entry? Is it when we use Comments in the OrderSend command from the EA? Thanks

SCRIPT Challenge :)

Hello, I'm just looking for a script that will trade currency pairs for me based on what I tell it are the Strong currencies and the Weak currencies. So for example the script will have all currencies typed into the code already like the 24 IBFX currencies I want to use, USDCAD, EURGBP, GBPCHF

Scaling out EA

Hello, just wondering if anyone had an EA to Scale out profits at so many pips? EG: "Scaling out" at different price levels to control quantity of lots to scale out at each pip level then this would be great. This progressive scale out could be used on volatile pairs like GJ quite nicely. Like if I

Live account or Demo

Hello, what code can I put in an EA to only allow to work on Demo account and not Live account? Thanks

Check difference of previous bar

Hello, I know I can check previous bar open and close with this; Close[1]>Open[1]) // check if close price was higher than open but what do I add to check the difference of the two? what I mean is if I want to check if the bar closed 30 pips or whatever pips away from bar open? Can I do something

Indicator for trades

Hello, I'm working on a system but I'm looking for an indicator to keep me out of certain trades and in on others. Please look at pic of GBP/USD M30 this past week and I've marked where a good trade might be and some bad ones. Could someone post an indicator that does show good trade on where I have

Is there code to check the spread?

Hello, I want to add a filter in an EA that if it signals, to check the High/Low of the candle against the spread and if the candle is smaller than the currency spread then pass on the trade. The code below probably is wrong so if some knows what I'm talking about can you please give me the correct