작업 종료됨
명시
hello all
i need same one to change this indicator to EA
this indicator base on bearish engulfing and bullish engulfing .. i already attach the indicator
when bearish engulfing appear they will entry buy the market and close when bullish engulfing appear .
when bullish engulfing appear the ea will entry sell to the market and close when engulfing appear.
-i can adjust manual the lot size, take profit,stop lost and take profit
-i can set manual to buy only or sell only or both
- Trade time to open order from hh:mm to hh:mm by ServerTime
Example:
// --- Trade time ---
input bool TradeTm_Check = true/false;
input int TradeTm_Start_hh = 8;
input int TradeTm_Start_mi = 0;
input int TradeTm_End_hh = 19;
input int TradeTm_End_mi = 0;
i want set
a) close opened trades X minutes prior important newsb) stop new orders between X minutes prior and Y minutes after important news
i want trailing stop like this
when i entry 10cent with sl 30pip then the price going to risk reward 1:1 the system auto close my entry 50%(5cent) from my entry lavel and auto move sl 15pip from my entry then price going my risk reward to 1:2 the price close 30% (3cent) and when price going risk reward 1:3 they close 20%(2cent)...
please see the indicator first before you
blue is signal buy and red is sell