Chinedu Peter
Chinedu Peter
  • Information
no
experience
4
products
4
demo versions
0
jobs
0
signals
0
subscribers
Chinedu Peter Published product

Receive notifications for multi-trendline or single trendline breakout. Yes! You heard us right!  You will be notified the moment price crosses any and all the timeframe trendlines that you have chosen.  1.    ADDING MULTIPLE OR SINGLE TRENDLINES IN THE SAME DIRECTION To trigger a stronger trading opportunity you can require that price breaks one or more trend lines of different timeframes in the same direction. To do this navigate to the timeframe for which you want to

Chinedu Peter Published product

Receive notifications for multi-trendline or single trendline breakout. Yes! You heard us right!  You will be notified the moment price crosses any and all the timeframe trendlines that you have chosen.  1.    ADDING MULTIPLE OR SINGLE TRENDLINES IN THE SAME DIRECTION To trigger a stronger trading opportunity you can require that price breaks one or more trend lines of different timeframes in the same direction. To do this navigate to the timeframe for which you want to

Chinedu Peter
Added topic Withdrawal to Web money not working
This is my first time trying to withdraw money from MQL5. I have tried Web Money but it would not work. It seems to be restricted. Please someone should help. Attached is the reply from Web Money support. 
Chinedu Peter
Added topic How to break out of a loop using a chart event (Code attached)
Please guys look at the following code. It is meant to print numbers from 1000 down to 0. But I need to break out of the loop before it hits 0 by the press of a button. How can I achieve that? Control doesn't enter the loop. void OnInit ()
Chinedu Peter Published product

200.00 USD

Experience the ultimate trendline auto-trading solution! Our expert advisor/utility allows you to effortlessly place one or more trendlines from different timeframes - it places a trade in the breakout direction.   1.    AUTO TRADING / MANUAL TRADING Trendscout can place orders for you automatically. You have to enable “Auto trading” and also check the “Enable live trading” box at the parameter window. When price crosses a trend lines for the first time two massages are sent

Chinedu Peter Published product

200.00 USD

Experience the ultimate trendline auto-trading solution! Our expert advisor/utility allows you to effortlessly place one or more trendlines from different timeframes - it places a trade in the breakout direction.   1.    AUTO TRADING / MANUAL TRADING Trendscout can place orders for you automatically. You have to enable “Auto trading” and also check the “Enable live trading” box at the parameter window. When price crosses a trend lines for the first time two massages are sent

Chinedu Peter
Added topic OnChartEvent() of a non current chart
How can I get the OnChartEvent()  of a non current chart
Chinedu Peter
Added topic Selecting the latest placed order
I want to select the latest placed order (open or pending) from trade mode but I don't want to use loop or magic number to minimize running time. Does this line of code help? Assume no order was closed or modified. OrderSelect ( ( OrdersTotal () - 1
Chinedu Peter
Added topic Issue with ObjectGetValueByShift()
void OnTick()   {    long ID = ChartFirst ();    while (ID != - 1 )      {        string Symb = ChartSymbol (ID);        string TF =
Chinedu Peter
Added topic A simple question that demands a simple answer
When a chart ID is passed as a parameter with long type from Function 1 to Function 2, and the chart ID is used to call a ChartSymbol in Function 2, will the ChartSymbol be different from the ID's ChartSymbol in Function 1
Chinedu Peter
Added topic Same instrument, different broker naming
Hi guys! We know that same instrument (particularly indices) can have different names based on different brokers (or platforms). I even tried using ChartSymbol() on different brokers and I realized that the same name on the market watch is still
Chinedu Peter
Added topic How to convert my EA to an indicator?
What is the simplest way to convert an EA to an indicator
Chinedu Peter
Added topic How to refresh rates of other Chart Windows
How can I refresh the rates of non-current chart windows. Any code that works like RefreshRates() for non-current charts e.g. RefreshRates (long ID)
Chinedu Peter
Added topic How to draw OBJ_ARROW_UP with pixels as coordinates
Hi all, How can I ObjectCreate an OBJ_ARROW_UP as a button (with screen pixels as coordinates and not time-price as coordinates)? I don't want the arrow to scroll with the charts. Thanks
Chinedu Peter
Added topic Menu item's event handling function?
Hi everyone! I want my EA to be able to recognize when the AutoTrade menu button had been clicked. Any Event handling function for menu items similar to the OnChartEvent() function for chart events? I am aware of the IsTradeAllowed() and
Chinedu Peter
Added topic EA freezes at close of Parameter window
Hello everyone! My EA freezes annoyingly when I okays (pressing OK) the parameter window after making some changes. I suspect the reason to be that the EA was still busy with the last known income tick (which I want to refer to as control from now)
Chinedu Peter
Added topic SendNotification() limit is 30 times?
Hello everyone! Why do I keep receiving not more that 30 notifications from my EA at a go, even when the loop is meant to send up to 60 notifications. Is there a limit to the number of notifications to send from buffer? Does same go for emails? Hope
Chinedu Peter
Added topic Trouble with iTime(ChartSymbol(ID), ENUM_TIMEFRAMES(timeframe),0);
Hi guys, the command OtherBarZeroTime = iTime ( ChartSymbol (ID), ENUM_TIMEFRAMES (timeframe), 0 ); does not update at all when I loop around charts (30 charts). The time of the Zero bar is too early for non current bars. Sometimes it gives me the
Chinedu Peter
Added topic Email error: Not enough space - How to solve?
When I send a somewhat large mail (about 700 characters) from MT4 to my mail, I received the not enough space error in the journal section. I configured the mail using: smtp.gmail.com:587. Is there any changes in the confirmation that would increase
Chinedu Peter
Added topic TimeCurrent() of a non current chart
Hi guys. Since the TimeCurrent() function returns the time of the last known tick (of the current chart) in OnTick() handler, how can I return the time of the last known tick of a non-current chart? Of course, we all know that the ticks of different