- Search Metals Mine
-
thommas replied Dec 12, 2017How to check if previous bar VBUY!=0 ? int start() { int i; int CountedBars=IndicatorCounted(); int History=1000; i=Bars-CountedBars-1; if(i>History-1) i=History-1; while(i>=0) { UpBuffer[i] = 0; DnBuffer[i] = 0; //---call indicator XY Set double ...
I will code your EAs and Indicators for no charge
-
thommas replied Dec 11, 2017Any ideas? How to check: if last candle was climax candle and current is whatever..do something..
I will code your EAs and Indicators for no charge
-
thommas replied Dec 4, 2017Hi guys! This indicator gives color to candles depending on volume(climax candles). Based on Better Volume. At the moment indicator looks is it climax candle, if yes candle will be colored. //Rising Volume for(j = i+1; j <= i+10; j++) {av = av + ...
I will code your EAs and Indicators for no charge
-
thommas replied Nov 25, 2017So OnCalculate looks something like this: int OnCalculate(const int rates_total, const int prev_calculated, const datetime &time[], const double &open[], const double &high[], const double &low[], const double &close[], const long &tick_volume[], ...
I will code your EAs and Indicators for no charge
-
thommas replied Nov 24, 2017I tried first time of my life to code something, obviously not good enough but indicator already does something I want. Now it seems I need little more help. Indicator starts at the moment I attach it on the chart but it should draw arrows back too. ...
I will code your EAs and Indicators for no charge
-
thommas replied Nov 23, 2017Thank you very much! I'll give it a try

I will code your EAs and Indicators for no charge
-
thommas replied Nov 22, 2017Any ideas how to do that?
I will code your EAs and Indicators for no charge
-
thommas replied Nov 20, 2017Hello coders! I'm totally dumb of coding so I have no choice than asking here. My logic tells it should be very easy to do: Alert(arrow, sound etc) if bullish candle high is same as close(no upper wick). Opposite with bearish candle, low is same as ...
I will code your EAs and Indicators for no charge
-
thommas replied Sep 4, 2017Ighr, could you code EA with martingale function for consecutive candles? Example there are 3 bull/bear candles and then trading(opposite way) should start at the beginning of the next candle. If it ends OTM martingale should start. Maybe you can ...
Free EA coding for Binary Options