Harami57
Harami57
Friends

Add friends via their profile or user search and you will be able to see if they are online

Harami57
Added topic iMA issue
Hello All, I have an EA running on M5 TF. Start function is: int start()   {    if (IsNewCandle())       {       CheckForSMTrade();       
Harami57
Added topic EA Order Entry Issue
Hello All, Below is a H1 NZDUSD chart showing the Buy signals (Green Arrows) generated from my EA. Looking for suggestions for trade entry. Have tried BuyLimit on Candle 1, with limited success.  Blue line is 20 period SMA; Red line is 60 period
Harami57
Added topic Code Problem
Hello All, With these two order open orders: int BuyTicketOrder = OrderSend(Symbol(),OP_BUYSTOP,LotSize,Buy_Price,3,Buy_Price-(StopLoss*pips),Buy_Price+(TakeProfit*pips),NULL,MagicNumber,0,Green); int BuyTicketOrder_TP =
Harami57
Added topic MT5 or MT4
Hello all, My background is OO C++ (derivative pricing - analytic/Monte Carlo etc) Interested in spread betting using Meta Trader, demo a/c to begin with.... What is best approach: download MT5 from here? If yes, how to backtest/trade live? use MT5
Harami57
Registered at MQL5.community