Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time). Click here to register and get more information
How do I change the mt4 code to remove the indicator values (shown in the red box on attached chart) whilst still letting the indicator display the "IndicatorShortName" value, which in this case is CCI((21)(9))
How do I change the mt4 code to remove the indicator values (shown in the red box on attached chart) whilst still letting the indicator display the "IndicatorShortName" value, which in this case is CCI((21)(9))
Change the SetIndexLabel from SetIndexLabel(0,indicator label); to SetIndexLabel(0,NULL);
__________________
My Disadvantage is that I am not a Trained Programmer - My Advantage is that I am not a Trained Programmer. http://cjatradingtools.com/
I moved your post to this thread as I saw many indicators. So you can check this thread from the beginning for some links.
For example this one Multi-Indic Watcher and many other indicators coded by cja, FerruFx and mladen.
Just check the thread from the beginning for more links.
Last edited by newdigital; 08-05-2008 at 06:53 AM.
Can someone help me find a indicator for candle color for different time frames. I have seen some but they have other info as well, I need just the candle color for 5,15,30,1hr, 4 hr, daily and weekly candle color.
Can someone help me find a indicator for candle color for different time frames. I have seen some but they have other info as well, I need just the candle color for 5,15,30,1hr, 4 hr, daily and weekly candle color.
Well I need something like this too. Just he candle bar color indicator without other information. Any pointers friends !!!!
Monitor of floating profit and draw down
________________________________________
Is thier any indicator that will monitor the floating draw down and
floating profit of a open trade, Ea than log somewhere
when a trade is entered than closed is thier anyway to see the history of floating profit and loss though the life of the trade.
not sure if i am clear but , I want to monitor the range of profit, loss
of a trade, EA order. to help define stops and targets better
I am looking for a simple indicators that shows the value of RSI or Momentum, not be below the chart, but it only shows the numeric value of RSI or Momentum on top left corner of the chart.
I saw that indicators, but couldn't find it, any assistance will be very valuable, thanks.