christion
christion
christion
Left feedback to developer for job 1. Function oldest long profit and oldest short profit / 2. count profit history buy / sell
christion
Added topic count profit of the oldest Sell-position / Buy-position
Hello i would like to calculate the Profit of the oldest Sell / oldest Buy Position in the Chart.... same like that: //+------------------------------------------------------------------+ double countprofitBS( int mode, int order_type)
christion
Added topic add new addposmode, like last candle was bullish / bearish
i would like to add a new step-mode like if last candle was bullish or bearish open new buy position / new sell position something like: addposmode==5 &&  Bid >=highestshort+pipstep && last-candle (1h timeframe) was bearsih
christion
christion
Maximum Bonus 250% for first deposit!

[url=https://instaforex.com/forex_promo/250_bonus/?x=LCLM]Maximum Bonus 250% for first deposit![/url]

www.dividend.ch
christion
Left feedback to developer for job Close last xx Posistions buy at xx profit and close last xx posistions sell at xx profit
christion
Left feedback to developer for job Lot multiplier with MA
christion
Left feedback to developer for job Lot multiplier with MA
christion
Registered at MQL5.community
christion
Added topic New Update customize EAs
Hello I'm looking for someone who could cahnge my EAs because of the new update. I'm not a coder so it is quite complicated. so pls conect me if you could do it for me. regards chris
christion
Added topic counting the open-buy-lots and the open-sell-lots
Hello I'm working at a grid system and for the lots-sices i would like to count the lots. openselllots = the lots of all open SELL posistions openbuylots = the lots of all open BUY posistions double openselllots, openbuylots; if(OrdersTotal()>0)