- Search Metals Mine
-
thommas replied Feb 10, 2019Guys, I'm looking for line touch alerter. I have found many here but they all looking for OBJ_HLINE or OBJ_TREND type of lines. I have an indicator what plots just a line(using DRAW_LINE) to the chart. How I can find such an object from my chart? I ...
I will code your EAs and Indicators for no charge
-
thommas replied Dec 28, 2018Thank you, in this way buffer 0(up arrows) works correctly. handle=iCustom(NULL,PERIOD_CURRENT,"test.ex5",0,1) if(CopyBuffer(handle,0,0,1,buffer) != -1 ) { if( buffer[0] == 0) but I can't managed to work buffer 1, which should be just opposite... ...
I will code your EAs and Indicators for no charge
-
thommas replied Dec 28, 2018I try EA with very simple arrow indicator and firstly try to get only 0 buffer to work. But I don't know, something works but not the right way.. ea should be print text only once when up arrow(buffer 0) is confirmed(when candle is closed) but it ...
I will code your EAs and Indicators for no charge
-
thommas replied Dec 28, 2018Sorry, wrong link. I took this indicator and tried to make my own by this code: //+------------------------------------------------------------------+ //| IndicatorPerformanceTesting.mq5 | //| Alain Verleyen | //| http://www.alamga.be | ...
I will code your EAs and Indicators for no charge
-
thommas replied Dec 28, 2018Thank you! What about this part? void OnTick() { double buffer[]; if(CopyBuffer(handle,0,0,0,buffer)<=0) do something...(); } First 0 is buffer number?
I will code your EAs and Indicators for no charge
-
thommas replied Dec 28, 2018Hello, maybe someone is able to help with MQL5... I have an indicator "myindi" and it gives up and down arrows(buffers 1 and 2). Now I try to make an EA using iCustom but I don't understand where I have to put these buffer numbers? #resource ...
I will code your EAs and Indicators for no charge
-
thommas replied Dec 26, 2018Do not waste your time with this indicator, it's garbage! It has so many different names(Arrow Trend Surfer, Eagle Arrow, Diamond Reversal, Reversal Diamond etc...) and if you say it does not repaint it's a half true because this indicator removes ...
I will code your EAs and Indicators for no charge
-
thommas replied Dec 9, 2018LOL!!! Your chart is from 2017!!!!
Nice try... image One of the most Accurate Forex Levels Indicator for MT4
-
thommas replied Oct 31, 2018Can anyone help to find out what is wrong here. Lines in green works as it should but lines in red give wrong arrows. if(Dif>0) { Lo[bar]=low; Hi[bar]=high; CT[bar]=1; } else { Lo[bar]=high; Hi[bar]=low; CT[bar]=0; } } if(CT[bar+1]==1 && ...
I will code your EAs and Indicators for no charge
-
thommas replied Oct 5, 2018Please a little bit advise. At the moment TP is placed from current(moving) price not from the price where trade was opened. How to change it? I would like to use certain TP for all my trades. int ...
I will code your EAs and Indicators for no charge
-
thommas replied Oct 3, 2018Please a little bit advise. How I can tell to always use certain SL and TP? It's mql5 code. At the moment changing stop_level value doesn't change anything. //--- if the MagicNumber matches, Stop Loss and Take Profit are not defined if(sl==0 && ...
I will code your EAs and Indicators for no charge
-
thommas replied Sep 25, 2018The problem is this EA paints lines in live, it does not draw them back. So if you want to see lines you need to keep open your charts with this EA and then when conditions are right you will see the line. If you want to see lines back you need to ...
I will code your EAs and Indicators for no charge
-
thommas replied Sep 8, 2018Hello, is it possible to convert this fibonacci channel MQL4 file to MQL5. Indicator looks very promising. Thank you! file
Need help to convert simple MQL4 indicator to MQL5
-
thommas replied Sep 3, 2018Can someone code this fibo indicator from mq4 to mq5 ? Thank you!
I will code your EAs and Indicators for no charge
-
thommas replied Jun 21, 2018So there is no way to use it in iCustom, yes?
I will code your EAs and Indicators for no charge
-
thommas replied Jun 21, 2018Hi, can someone tell me does this indicator using buffers? How the arrow comes? I would like to use these arrows in other indicator with Icustom function but I don't see any buffers there.
I will code your EAs and Indicators for no charge