- Search Metals Mine
-
thommas replied May 1, 2018Hello, please remove errors from this TMA bands. Thank you!
I will code your EAs and Indicators for no charge
-
thommas replied Apr 23, 2018I found from mql4 codebase this simple candlestick based indicator but it has a problem, when signal comes up on current candle it stays there even if conditions are not met anymore. It should show arrow only when conditions are right. Please help ...
I will code your EAs and Indicators for no charge
-
thommas replied Apr 22, 2018These are just ADX cross and EMA cross indicators. Mq4 files can be found in google. Btw ADX signal comes 1 candle late so in live you never can not get such a result like on your images.
I will code your EAs and Indicators for no charge
-
thommas replied Apr 21, 2018It draws arrow one candle back and if to change it to current candle then results are not the same. Right? Why tester gives other results than in live? This kind of indicator can't repaint if it just calculates consecutive candles as author ment ??
3 Consecutive High & Low indicator
-
thommas replied Apr 17, 2018[quote=mrtools;10971739] Yes, exactly the same thing. Thank you!
I will code your EAs and Indicators for no charge
-
thommas replied Apr 17, 2018[quote=cja;10971501] Sorry, didn't know. I was just curious because this indicator caused so much euphoria in other forex forum.
I will code your EAs and Indicators for no charge
-
thommas replied Apr 17, 2018Indicator itself but as you see there isn't much more..only variables. #property indicator_chart_window #property indicator_buffers 2 #property indicator_color1 LimeGreen #property indicator_color2 Red extern int RISK = 4; double g_ibuf_80[]; double ...
I will code your EAs and Indicators for no charge
-
thommas replied Apr 16, 2018Can someone tell what exactly this indicator does? What is it based on? And why it does not show all dots in live, some dots comes up after changing timeframe. int start() { double ld_0; double ld_8; int l_count_16; int li_20; int li_24; int li_28; ...
I will code your EAs and Indicators for no charge
-
thommas replied Apr 12, 2018It freezes MT4. Can you fix it? And how it can recalculate if it is based on candlestick patterns? Candles are not changing after close.
I will code your EAs and Indicators for no charge
-
thommas replied Apr 11, 2018I changed it and removed all what I actually do not need in there(I only need pin bars). Less code and easier to follow. Now the only question is how to get arrow(symbol) on running candle? I would like to see arrow when it is forming not only when ...
I will code your EAs and Indicators for no charge
-
thommas replied Apr 10, 2018Yes, it compiles but still does not show arrows(symbol) in real time and not on opened timeframe. It alerts but not showing anything until candle is closed and timeframe is changed.
I will code your EAs and Indicators for no charge
-
thommas replied Apr 9, 2018Please guys help fixing this candle pattern indicator. It has some real time updating problem, multi timeframe indicators are too complicated for me.
I will code your EAs and Indicators for no charge
-
thommas replied Apr 4, 2018Hi, Master1234! Can you please fix this indicator? It is showing pin bars and engulfing bars on higher timeframes and works great but at some reason on M5 it does not update in real time. I have to change timeframes to see what it has found on M5. ...
Fixing Your Indicators or EAs (Free)
-
thommas replied Apr 2, 2018Maybe someone is able to fix this indicator. It won't update in real time, you have to change timeframe for seeing changes. Thank you! file
I will code your EAs and Indicators for no charge
-
thommas replied Apr 2, 2018Still seems to be some bug inside, it does not refresh itself, you have to change timeframe all the time to see changes.
Is there a "real" pin bar and engulfing candle indicator?
-
thommas replied Mar 25, 2018I used my non-existent coding skills and defined everything related with candle(open,close,high,low) and one loop for checking each candle, so there is no need to code it by someone else. But now I only need to know how to get the price from the ...
I will code your EAs and Indicators for no charge
-
thommas replied Mar 23, 2018No, it just shows lines on certain levels and heavy yellow line is the middle line. I would like to check if some candle closes exactly on the level. As you see every level ends with 0, 00, 000, these are actually prices but I don't know how I can ...
I will code your EAs and Indicators for no charge
-
thommas replied Mar 22, 2018Hello, please can someone help me to add one extra condition to attached SweetSpot indicator or give me some tip. How I can check: if closing price is equal to sweet spot level? Value(price) of the level and value(price) of the closed candle has to ...
I will code your EAs and Indicators for no charge