- Search Metals Mine
- 1,856 Results (15 Threads, 1,841 Replies)
- Gumrai replied Jan 6, 2016
It is always a good idea to use variable names that denote what they are, when you use similar sounding names for different variables they can often be misread, even by you when you come back to your code later. I would use names like TotalProfits ...
Adding Orderprofit()
- Gumrai replied Jan 6, 2016
Not seeing the whole code, it is difficult to make sense of it if(OrdProfit > 0.0) { OrdProf ++ ; TotalProf += OrdProfit; } We don't know if OrdProfit is reset to zero at any point, we don't even know where OrdProfit gets its value from. Why not ...
Adding Orderprofit()
- Gumrai replied Jan 5, 2016
Sorry, I don't supply source code very often, only for the simplest code.
Ichimoku Cloud Break Out Email Alert
- Gumrai replied Jan 4, 2016
You probably have an EA or indicator attached to the chart that deletes all graphical objects when you change time-frames. Check on a chart with no EA or indicator attached.
MT4 Lost Horizontal Line Function - Any Clues Why?
- Gumrai replied Jan 4, 2016
I will not have enough free time to write an EA for this.
I will code your EAs and Indicators for no charge
- Gumrai replied Jan 4, 2016
[quote=maximumguita;8669644] There is no limit to the quantity of pairs that you can input. Just because you come to the end of the visible space in the input window, it does not stop you from adding more.However, the chart size will limit the ...
I will code your EAs and Indicators for no charge
- Gumrai replied Jan 3, 2016
[quote=metta87;8669236] I have taken a look. I have limited time to do free coding work and will not waste that time on anything to do with martingale and will not usually do grids. I have coded 100s of EAs and martingale may work for a while, but ...
I will code your EAs and Indicators for no charge
- Gumrai replied Jan 3, 2016
[quote=maximumguita;8668156] I had a look at the code for the Quantum indicator. It is just a break out of a Donchian channel. For anyone else that may download this dashboard, I have coded the indicator logic into the the dashboard code, so there ...
I will code your EAs and Indicators for no charge
- Gumrai replied Jan 3, 2016
I think this does as you want
I will code your EAs and Indicators for no charge
- Gumrai replied Jan 2, 2016
I'm sorry, but from your description, I am unable to work out what you want.
I will code your EAs and Indicators for no charge
- Gumrai replied Jan 2, 2016
I'm sorry, now I am confused. I have no idea what you want on the dashboard
I will code your EAs and Indicators for no charge
- Gumrai replied Jan 2, 2016
Not tested, just the error fixed
I will code your EAs and Indicators for no charge
- Gumrai replied Jan 1, 2016
I've corrected errors and it will take a few trades. I haven't looked at the logic, so it just might be too picky. Note that line 132 if ((TimeMonth(Time[0])>5 && TimeYear(Time[0])==2014) || ( TimeYear(Time[0])>2014)) {return(0);} means that it does ...
I will code your EAs and Indicators for no charge
- Gumrai replied Jan 1, 2016
Hello Classy, do you want this to show values for only closed candles, not the current? I will look into this as and when I have time. I have taken a bit of a break from my paid coding work, which is why I have been able to do a few projects here. ...
I will code your EAs and Indicators for no charge
- Gumrai replied Jan 1, 2016
Coincidentally, I had decided to do an RSI version. Note: you hide and show the RSI by clicking on the "R". I have positioned the "R" in a slightly different place. This will mean that you can have both indicators on the same chart and hide and show ...
I will code your EAs and Indicators for no charge
- Gumrai replied Jan 1, 2016
Have you added the m suffix to the Pairs input? It should work even though the market is closed
I will code your EAs and Indicators for no charge
- Gumrai replied Jan 1, 2016
There is no need, because the background colours will show which are above or below or in between levels. Note, I have coded it to show just integers for the CCI values. This is because if the decimal places are included the display will take up ...
I will code your EAs and Indicators for no charge
- Gumrai replied Jan 1, 2016
Hello Classy, although there may be problems when the market is closed and some timeframes may need to be updated, this can be settled by changing time frames a few times. Howeverm I don't think that is your problem, I see that you don't have ...
I will code your EAs and Indicators for no charge
- Gumrai replied Jan 1, 2016
Hello, please try this. In the inputs, input the pairs that you want to display separated by commas. Same for the time-frames. Clicking on the X will hide the display. Clicking on the O will bring it back
I will code your EAs and Indicators for no charge
- Gumrai replied Jan 1, 2016
It may not apply in this case, but sometimes when indicators have something like [2] in the name MT4 will not load them. Try renaming the indicator without any brackets of any kind in the name.
I will code your EAs and Indicators for no charge