Ismail Lemin / Publications
Forum
Add buy and sell attor buffers for BB Squeeze indicator
Hey guys hope everyone is having a good week. I need help with a great custom momentum oscilator. It has for signals weak buy, strong Buy, weak sell and strong sell signals . Can someone please help me add arrows buffers to the chart whenever the oscilator gives signal. I would really appreciate
EA terminologies for parameters settings
Hey guys just trying to set up an EA but the terms used are a bit confusing for me and I'd appreciate if anyone can help me understand. Here are the parameters for the robot. stepProfit_factor (an explanation for it and if possible, an example) stopLossShift_Factor stopLossShift_Bars
SMT DIVERGENCE INDICATOR
Hey guys anyone has the SMT Divergence indicator or developing it
EA used with 2 strategies
Hello guys, am using a UNIVERSAL EA for two charts with different indicator strategies on one pair. One is trend trading and the other one is momentum/impulse trading. The problem is, if the EA opens a trade in one chart and a signal is received on the other chart of the same pair say USDCAD, the EA
3 Bar Fractals Indicator
//------------------------------------------------------------------ #property copyright "Lemin" //------------------------------------------------------------------ #property indicator_chart_window #property indicator_buffers 2 #property indicator_color1 clrRed #property indicator_color2
Gap finder with number of historical arrows to show
Hey guys hope everyone is doing well. I am seeking help to fix a free indicator. I just had a free Gap finder indicator that i have tried to edit. It has 4 buffers. Bullish, bearish gaps and also filled gaps arrows. The source code can only hide filled gaps arrow but not the original gap arrows even
EMA crossover signal arrow on the current candle
Hey guys, have been working on a simple EMA crossover indicator and was assisted by Keith some time back. Recently I tried to edit the signal arrow to occur on the current candle and not after it is closed. Can anyone please help out
Trying to add mobile notification function to CCI divergence indicator V 1.1
Hey Guys, can anyone please help me with the param //+------------------------------------------------------------------+ //| CCI DIVERGENCE.mq4| //| Copyright 2022, ISMAIL LEMIN| //|
Phone notification for canlde size alerter
Hey guys, can anyone please help me just edit this simple MQ4 indicator to send notifications to my phone when the size of the candle exceeds the set value. I will really appreciate it in advance
RSI divergence indicator edit
Hey there guys, I have this common RSI indicator that I would love have alerts whenever it draws its dot objects either buy or sell and also the divergences. I don't know how to do I guess it needs to be edited in the editor to have the features working. Can anyone please help me with that. Here is