richo
richo
Friends

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

richo
richo
I signed up and paid the $20 subscription for GOOD PERFORMANCE signals. It appears they are not operating. No signals and zero performance showing on their profile. Can I have a refund please as it appears they have stopped operating. Thanks.
richo
Added topic How Do I Get Help?
I posted my problem late last week without getting any response. How do I get help? I can't gt the MQL5 server to connect. 
richo
Added topic Problem connecting to server
I'm getting this error message.  2015.09.16 21:31:12.955 '338363': Signal - connect to (null) through proxy failed  I've checked and re-checked everything but it keeps rejecting connection.   Can anyone tell me why?   Richo 
richo
Added topic How to Download Signals Software
I have signed up and paid for a copytrades signals. What happens next? Should I be getting a code or ea to put on my MT4 platform? richo
richo
Added topic Tile Windows
Hi   Is there any function for "tile window",  Like we do it by pressing Alt+R.   thanks
richo
Added topic OrderSend - Script
Hi  I am using the following command in a script and it is working correct with one of my broker account.  Today I opened a new demo account with another broker but the same script is not sending the order and I am also not getting any
richo
Added topic How to get the text of a obj_label
Hi Can someone please direct me how do I get the text of a label object . Thanks
richo
Added topic OrderSend / Confirmation
Hi While I run this command with a new broker, I am getting the order window instead of executing the market order. if ( GlobalVariableGet (gvariable) == 2 ) {        OrderSend ( Symbol (), OP_SELL , 0.01 , Bid , 3 , 0
richo
Added topic Parallel trend lines
Hi Is there any formula for finding whether two trend lines are parallel? I am finding the slope of first trend line and matching with the other, but it is not accurate. Any other guidelines please. Thanks. richo
richo
Added topic iTime for negative shift
Hi Can someone please help me how to find the time if the shift value being negative. Basically I am trying to draw a trendline based on the existing trendline I am getting objprice1 correctly but the objtime1 always return 0. Thanks
richo
Registered at MQL5.community
richo
Added topic Creating a Chart
Hi I am working on an indicator where I will get the prices of a symbol on certain conditions, I would like to view the prices in a line chart in real time. Is it possible to do in MT4? Any sample or outline would be highly appreciated. Thanks
richo
Added topic Changing TF internally
Hi Is it possible to change the TF of the chart using an EA? If so, can someone please guide me how do I go about. Thanks
richo
Added topic Change mt4 password
Hi Is it possible to change MT4 user password by coding in an EA? Basically I wanted to force close MT4 if certain percentage of loss for the day occurred. thanks Richo
richo
Added topic Working in real-time but not in Backtest??
Hi, Before placing an order, I am trying to check whether any Buy/Sell order is already executed during the current M15 bar. In real-time it looks like working. but while back-testing it executes more than one order in the same candle. Can some
richo
Added topic 3rd M1 bar of M15
Hi Is there any way to identify 3rd M1 bar of a new M15 candle? thanks
richo
Added topic if stopped out - Coding Help
Hi I am trying to find whether the last order closed is by Stop-loss or not. My fixed stop-loss is 100 pips, so I call order history and check the OrderClosePrice() > (100-10) int Hist= OrdersHistoryTotal (); OrderSelect (Hist
richo
Added topic Coding Help - closing orders
Hi I am new to mql and I am trying to develop a trading system in which sometimes I will have both buy & sell orders at the same price. I wanted to close both buy & sell orders if they are at the same price. for example: my system will have