Johnny
Johnny
Friends

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

Johnny
Added topic Maximum DrawDown ?
Hi, i am working on an ea, example i would like to set the Drawdown to cercent persent, then all trade close and take loss ? can any one please give me some hint or sample code.. Thanlks
Johnny
Added topic ArrayCopyRates ?
Hi, i try this, can any one explain me what is the number 2056 mean ? what is stand for ? double array1[][6]; int copyrate = ArrayCopyRates(array1,"EURUSD", PERIOD_H1); Comment(copyrate); Result: 2056
Johnny
Added topic Skip current 5 Bar and loop back for condition ?
Hi, Example, I want to skip checking the Current 5 Bar, and loop back about 50 Bar to look for Condition of an indicator. If red, Sell only, If Green, Buy only. This is my code but it's not working propertly...The reason i want to skip current 5 bar
Johnny
Added topic Check if Buy Order Exist ?
Hi, Example, I want check if Buy order exist and Close condition is true, it will send order to close the Buy, and vice versa. Problem i have: Without Checking order exist, and if My close condition is true. and there was no order, it send a new
Johnny
Added topic Get Color Of customer indicator ?
Hi, Example I have a colorHMAMA, which have green for trend up, red for trend down, and yellow for flat, i would like to use this color to confirm in ea, how can i check the color? Im able to check the value by using: double HMAValue = iCustom
Johnny
Added topic Bullish , Bearish Candles EA ?
Hi, Example, i would like to write an ea check the current candle, the previous candle, and the previous of the previous candles condition: if the previous of the previous candles = bearish candle ( close < open) the previous candle = bullish
Johnny
Added topic Candel Pending Order on Next Bar
Hi, For example, I code an ea set Buy_limit order on current bar and 4 pips below the open price, If price retrace 4pips then order will get filled. Some times, price move so fast,, and order never get fill. So i would like to cancel the pending
12