2012.07.23 09:20
50 credits from 2 to 3 day(s)
Hi, I can do it. my skypeid: ChinaRickySkype
I created hundreds of EA, indicators for my clients in the past few years,
rich programming experience on MT4 and MT5.
Also, I have rich trade experience on financial markets.
And I owned 10 years' IT experience , very familiar with web and database.
125
Hello all. I need an indicator with the following requirements:
1 - The indicator is in a separate window and shows two different colored dots, one for bullish signal and another color for a bearish signal
2 - The indicator has three extern int parameters to input the minutes of each timeframe default values are: tmf_1 - 15, tmf_2 - 60, tmf_3 - 240
3- Another extern bool parameter enables or disables the sound alert
4- The indicator shows a red dot or blue dot if the parabolic sar of three timeframes is in the same direction for in that moment.
5- The indicator visualize the graphical information on a timeframe lower than tmf_1 e.g: if the settings are 15m, 60m, 240m the indicator is plotted on the 5m chart.
I ask for this indicator since I am having problems to test the indicator using the strategy tester. So far I have already written this code, but it does repaint since MT4 feeds the indicator with M1 data that already has in memory.
I need an indicator that can give real information like it was live.
Also I may need to use the indicator into an EA so I would like to use iCustom() and read the long or short from two different buffers.
Thank you in advance.