Hefajatur Rahman
Hefajatur Rahman
1 (1)
  • Information
7+ years
experience
4
products
188
demo versions
0
jobs
0
signals
0
subscribers
Hefajatur Rahman
Added topic identify range and trend market
is there any code to identify range and trend market? i used to identify support resistance for some bar...but not perfect all time input int x1 = 50 ; // bar count PHighest1 = Close[ iHighest ( Symbol (), 0 , MODE_HIGH ,x1, 0 )];
Hefajatur Rahman
Added topic code for EMA 14 in ATR 14 window
how, i m trying to code EMA 14 to show in ATR 14 chart window i can do it in terminal by selecting moving leverage "Previous indicator DATA"  but how can i code it for my EA #define EMAperiodATR 14 int start(){      static
Hefajatur Rahman Published product

750.00 USD

The Price Action Scalping Expert Adviser is based on Special Price Action according to signal of Chanel, pivot and support resistance. Combines with others indicators and AI (Artificial Intelligence) to get opportunities to entry NB: H1 and H4 is good for perfect trading, For H1 Take Profit 20 points and for H4 Take profit 50 - 70 points can set  Settings:  - Make trade allow to true - Set lot size, magic number and take profit (default is best) - Adx level for entry = 25 (best

Hefajatur Rahman
Added topic EA draw trendline from i highest to specific price but 10 candle advance
       double popen = iOpen ( Symbol (), 0 , 1 );    double PHighest = High[ iHighest ( Symbol (), 0 , MODE_HIGH , 10 , 0 )]; double PLowest  =  Low[ iLowest ( Symbol (), 0 , MODE_LOW , 10
Hefajatur Rahman Published product
Reviews: 1
5000.00 USD

The Price Action Scalping Expert Advisor is based on Special Price Action in volatile market. Combines with some indicators and AI (Artificial Intelligence) to get opportunities to entry ATTENTION:         1. USE ECN OR VERY LOW SPREAD ACCOUNT         2. USE M5 TF ONLY Features: - Spreads protection, using pending orders (stop order) without any market orders - A small Stoploss for every trade - Combines with RSI and Bollinger Bands

demilson1
demilson1 2019.08.28
HEllo MISTER.. DO YOU HAVE AN MQL5 LIVE ACCOUNT WITH THIS EA, THAT I COULD TAKE A LOOK..OR INVESTOR ACCOUNT WITH THIS EA THUNDERBOLT.. THAT I COULD TAKE A LOOK. ??
demilson1
demilson1 2019.08.28
email me demilson20@yahoo.com
Hefajatur Rahman
Hefajatur Rahman
Most profitable Basket Trading EA.
https://www.mql5.com/en/market/product/31797

Though its cant test in strategy tester due to multi pair basket trading. please contact me for demo version with limited time. ill provide demo version personally.
Hefajatur Rahman
Hefajatur Rahman
Most profitable Basket Trading EA

https://www.mql5.com/en/market/product/31797

Though its cant test in strategy tester due to multi pair basket trading....please contact me for demo version with limited time. ill provide demo version personally.
Hefajatur Rahman Published product

200.00 USD

This is Multi pair Basket trader EA. Recommended trading account: cent account only its better if you use cent account 2000 usd in 0.01 fixed lot or cent account 5000 usd in 0.10 fixed lot. Basket mode trade mainly on 10 major pairs   "EURUSD"; "USDJPY"; "GBPUSD"; "AUDUSD";"EURJPY";"USDCAD";"EURAUD";"GBPJPY";"GBPCAD";"EURNZD" Use M15 only. For basket mode place EA only one any pair and keep on (Show all) all major pair in market watch window. 1. Single pair Setting : Grid hedging

Hefajatur Rahman
Added topic EA calling indi for mql5 market
hlw i want to attach my one EA free, with mql5.com market  but it use an indicator which is connected to EA by icustom i cant attach the EA,  how i connect indicator + EA together, so that if anybody want to download EA, he can also same
Hefajatur Rahman
Added topic merge indicator and EA, and call indicator buffer value to EA withput i custom
Hlw i hv an indicator but i want to merge it with my EA code, how can i call buffer value as set double variable? i dont want to call indicator value with icustom my indicator here: //------------------------------------------------------------------
Hefajatur Rahman Published product

This system is very simple. It uses a martingale grid hedging style strategy by incrementally increasing lot sizes. It can be random entry initiated. A long/short position is entered in base of daily and weekly pivot fibo level and when the market goes against your position you enter a new position in same  direction with ratio (set in setting) of  the previous lot entry. set long/short entry true or false, u can stop new cycle of any side if set false. set your initial lot size, Take

Hefajatur Rahman
Hefajatur Rahman
Follow my signal....guarantee profit everyday...100% reliable and stable profit

MT4 signal here:

https://www.mql5.com/en/signals/258172
HanCay62
HanCay62 2017.03.08
Just copies the Signal of CALM
Mohd Hilmi Shah Mohd Sahri
Mohd Hilmi Shah Mohd Sahri 2017.03.11
shame on you for copying CALM
Pavel Efimov
Pavel Efimov 2017.03.18
Well!
Hefajatur Rahman
Hefajatur Rahman
Follow my signal....guarantee profit everyday...100% reliable and stable profit

MT4 signal here:


https://www.mql5.com/en/signals/258172
Hefajatur Rahman
Added topic please help me about selecting and comapre orders
suppose i hv 5 opened order where 3 are GU and 2 EU like here: ticket    sym   type    comments 2000     GU    Buy       A1
Hefajatur Rahman
Added topic EA placing same order copy of previous order
i m in  trouble, suppose my signal provider open 5 orders in diff pair at a time or in 5 sec,   my EA only select last opened order where others are missing  which opened 4 sec before....and sometimes EA opening 2 order of same pair
Hefajatur Rahman
Added topic Orders comment checking by EA
i m facing problem in checking comment. if (d = "A1" ){ *** code here  } this condition not working... if comment is blank or anything, order is opening...i want new order open only when last detected order comment is A1. extern double
Hefajatur Rahman
Added topic last open order not showing as comment
i have 4/5 open order in terminal, i need to select last/latest opened order  but it showing another order not last one opened. my code here   for ( int i = ( OrdersTotal ()- 1 ); i >= 0 ; i --)    {
Hefajatur Rahman
Added topic how can i find the price of previous MA crossover (buy or sell) signal
hlw coders i m in little trouble in coding of EA, i made it according to MA crossover signal if signal buy its cancel previous sell signal and placed new buy order also same for sell signal.. i already made it.... but i m in trouble to find what was