junglelion
junglelion
Friends

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

junglelion
Added topic Different Pair MA on current chart
Guys kindly check this code and let me know why it is not working on a GJ chart sma3.mq4 my idea which i am working on is to compare uptrend of sma3 of GBPUSD and uptrend of sma3 of another pair Guide
junglelion
Added topic Maxima
Alright, just look into the code and suggest why this indicator does not work, and if possible post a working solution,'
junglelion
Added topic Symbols
How do i get the list of symbols from the symbol set into an array
junglelion
Added topic What is wrong here ????
if (OrdersTotal() < 1) { if (Bid > ret0 + 15 * Point && Ask < retp18) { stoplevel = ret0 - 2 * Point; OrderSend(Symbol(), OP_BUY, lotused, Ask, 3, stoplevel, 0, 0, 0, Green); } } ret0 is a price value given as an extern variable retp18 is
junglelion
Added topic URGENT Query
ArrayCopyRates(rates, Symbol(), PERIOD_D1); will return rates of the previous day, but on a Monday this will be useless. How do i force it to use the last trading day of the previous week
junglelion
Added topic Trade Signals for GJ and UJ based on weekly charts
First thing first, I am back to active trading after long breaks starting from January 2007 due to ill health and later bed sores. I have multiple sclerosis and that does trouble off and on. Anyways, our topic of discussion here is trading usd/jpy
junglelion
Added topic New Indicator Testing Requested
I need a few people to test this indicator on MT4 and analyze it using any method of your choice as to whether the targets given are accurate and achievable ??? Second you need to post your results here. The code of the indicator is of 1 line only
junglelion
Added topic Forex Trading Contest
I wish to know if there exists a lost of forex trading contest websites like fxsol.com I wish to join one of them on a demo account and test my new EA
junglelion
Added topic Urgent !!!
how do i get an ea to alert the current ask price everytime it changes. suggest routine
junglelion
Added topic Urgently need a simple EA developed
MT4 does not allow trailing stop less than 15 pips. And I need an EA in which we enter the order id, and it follows it with a trailing SL of our choice even if it is 1 pip, with deviation set to 0 The idea is to scalp
junglelion
Added topic New EA Design Help
This code int TOrders = OrdersTotal(); Alert("TOrders " + TOrders); opens 5 alerts for 6 open orders, whereas the requirement is for just 1 alert. What am I doing wrong here ? Okay when I press compile it opens 5 alerts, but when I move between
junglelion
Added topic EA with trailing stop loss
I wish to design an EA with trailing stop loss feature. It will not open any trades, but just locate manually opened trades and trail the stop loss as specified. Suggest
junglelion
Added topic Trading Signals Discussion
SELL AUD/JPY 90.13 SL 90.83 TP 89.57 SELL USD/CAD 1.1414 SL 1.1518 TP 1.1356 SELL GBP/CHF 2.3466 SL 2.3533 TP 2.3356 SELL USD/JPY 116.60 SL 117.37 TP 115.83 BUY GBP/USD 1.9096 SL 1.8972 TP 1.9318 SELL USD/CHF 1.2262 SL 1.2316 TP 1.2176 I wish to know
junglelion
Added topic Indicator Programmer Wanted.
I need someone to program an indicator for me, I will provide the logic to be used, the person has to just code it. Better still if you can provide an IDE for writing indicators that would be best. Thanks in Advance
junglelion
Added topic How many indicators
The question here is how many indicators on a chart does it take to make a good reading
junglelion
Registered at MQL5.community
junglelion
Added topic Best EA
I would like to know the best ea out there performance wise, and also why it is the best ea