Forum

Window 8 is currently supporting mt4 & mt5 software

Window 8 is currently supporting mt4 & mt5 software please what is specification??? I want to run mt4 on the window8 ....help

Martingale system with increment of lot size 0.01 to 0.03 when 1st loss occur lot will be 0.02, 2nd loss occur lot will be 0.03 and upto 0.03.

Hello Respected community Coder... I wan't to use "Martingale system with increment of lot size 0.01 to 0.03. PLEASE WHAT IS CODE ? I post MACD EA WORKING CODE, Guidance will be appreciated. // External variables extern double LotSize = 0.01 ; extern double StopLoss = 0 ; extern double TakeProfit =

How to open/close trade using time

How to close/open trade using time..... Please give any hint or references.... int bars = iBars(_Symbol, PERIOD_CURRENT); for ( int i= 0 ; i<bars && i< 20 ; i++) { }

Please want code.....help me

Dear respected community coder.... I m newbie on this forum..... I have one issue..... .. Condition is "if bar/candle open from low... To... High, i want code that closed the trade when bar closed at high. Help should be appreciated........ God bless you