Forum

Will Pay For EA !

Hello everyone, I give out free signals on my blog and I am wondering if someone can help me write a code which helps my visitors follow signals easily. Typical signals looks like this: Order ID: 1 | Pending | $GBPJPY Sell 136.50 | Stop Loss: 50 Pips | Take Profit: 50-100-150 Pips Order ID: 2 |

I want to collect all the values that comes out in the balloon

Dear People, I need help; I am testing my work. I need to a function or a method where; when I click on a particular candle on the chart (MT4), I can collect all the values that comes out in the balloon, plus the time frame and the cross symbols responsible for the value. I am trying to figure out

FirePips Journal + Free Forex Signals

I've been trading for more than 5 years and what I've experienced is that any indicator based system eventually fails . All technical indicators lags, which means that when it gives you a buy signals , the major players (Bank and Institutional Traders) are already in that trade. By the time you or

Running Live

Please teach me How can I run EA live. I have been testing with History Data testing my EA

Help me please

Please teach me, how can I set Alerts. I want to make Audio sound like bell or something I also want to make message box on screen. Thanks

Help on RSI please.

Can any one teach me how can I create EMA on RSI and draw the EMA on RSI itself, thus there will be two lines on the same window. I did this but it is not working (syntax is fine, but funcionaility failes): iMA(NULL,0,3,0,MODE_EMA,iRSI(NULL,0,12,PRICE_CLOSE,0),0); **Also, please put in the link

Trigger Acknowlegement

Lets say I Place a stop lose or a take profit and it gets triggered. Is there a way to know if they have been triggered, I mean not in the Result Tab, but in my code section, for next routine arrangement. Thanks

May you please help, thanks.

I am trying to put an order, I am cloning the already present MACD example, in which I do not understand the following please explain, thanks. All the required variables have been defined OrderSend (Symbol(),OP_BUY,LotsOrder,Ask,3,0,Ask+ProfitLimit*Point,"macd sample",16384,0,Green) Profit

I need some clarification, on the meta trader platform configuration.

Dear People, I need some clarification, on the meta trader platform configuration. Please explain what the following are, (I mean how & when to use): I could not locate a help zone in the help file that is why I am asking here, I hope you will understand. (1) “Optimized parameter” found on “Testing”

Placing pointers (arrows) on chart.

I wish to know can we put markers on history charts, because but to find the point by looking at numbers appears to be very difficult. Can you please teach me how can I add pointers , up arrows and down arrows on charts, I want to place pointers there at run time. I do not know if this could be done