Forum

trades disabled

my broker 'tradenext global' theres phones are not ringing and they disabled trading. everytime i try to place a trade it just says trade disabled. does anyone else use this broker and/or experiencing the same thing

coding expert advisor

could someone please help me in coding this: double lotsoptimized(){ double lot; if(stoploss>0)lot=AccountBalance()*(risk/100)/(stoploss*pt/MarketInfo(Symbol(),MODE_TICKSIZE) *MarketInfo(Symbol(),MODE_TICKVALUE)); else lot=NormalizeDouble((AccountBalance()/lotsize) *minlot*risk,lotdigits);

need help applying simple ma strategy using multiple time charts onto ea

ive recently finished making a simple moving average strategy using the 100bar ma on the 1 hour and 4 hour time charts and desperately need help creating an ea for it. i have zero experience with ea's and dont even know where to start. it is a simple strategy that i can easily explain to someone