Otavio Barreto
Otavio Barreto
Otavio Barreto
Added topic EA Move sl to 10 pips profit
I am trying to implement a function in a EA, after price moves 100 pips in your favor, Move SL to 10 pips after Entry poinT, so stop loss can stay in profit and also use tralling stop to stay in profit. Somebody have an idea of how to implement it
Otavio Barreto
Added topic Ichimoku with displacement settings
Hi somebody knows where can I find the ichimoku with  displacement settings for mt4? the default version has only 3 inputs it's missing the  displacement setting, thanks in advance
Otavio Barreto
Added topic Make Gann zigzag indicator plot SR lines
Somebody has an ideia how to plot  SR LINES when this zigzag based on gann angle changes? #property indicator_chart_window #property indicator_buffers 2 #property indicator_color1 DeepSkyBlue #property indicator_color2 Black //---- input
Otavio Barreto
Added topic Modify center of gravity to show the reverse center
#property indicator_chart_window #property indicator_buffers 5 //#property indicator_color1 White #property indicator_color1 Black //#property indicator_color2 RoyalBlue   #property indicator_color2 White   #property
Otavio Barreto
Added topic Make macd code detect divergence
Can somebody help me to make this Macd detect divergence between oscilator and price, and draw arrows on detection? #include <MovingAverages.mqh> #property indicator_separate_window #property indicator_buffers 4 input int InpFastEMA = 12 ;
Otavio Barreto
Added topic MQL4 Convert indicator to EA for backtest
I need to backtest The COG Indicator but in mt4 it's only possible to test EA not indicators, can somebody help me to convert this to a EA it's for backtest only. #property indicator_chart_window #property indicator_buffers 5 #property
Otavio Barreto
Added topic Increase width of COG line
#property indicator_chart_window #property indicator_buffers 5 #property indicator_color1 RoyalBlue #property indicator_color2 LimeGreen #property indicator_color3 LimeGreen #property indicator_color4 Goldenrod #property indicator_color5 Goldenrod
Otavio Barreto
Added topic Make Zup indicator scan multiple pairs
Somebody knows how to make zup harmonic indicator scan multiple pairs and timeframes
Otavio Barreto
Added topic Transparent color codes for indicator inputs
Hi guys how to put other tranparent color in mt4 indicator i need this because I have an indicator that overlays another I only know this transparent color codes transparent blue:  0,0,48  and transparent red: 48,0,0 , I would like other
Otavio Barreto
Added topic Indicator overlap background and others indicator colors
Hi guys I am using this indicator (https://www.mql5.com/code/14393) with conjuntion with anothers indicators the problem is that it overlap the background and others indicator colors how to fix it?   if (ShowPattern)
Otavio Barreto
Registered at MQL5.community