Forum

Trying to create a Indicators on screen Show/hide buttons. Please help

I tryin to easy show/hide indicators on the chart window, better that switch templates, I think. I did the interface and the buttons for each one, this example is with easy moving averages , but I think can be used for Ichimoku, BBands, etc, please check on the screen shot. I have the buttons done

Way to limit tick update on my indicators in order to avoid freeze my computer?

Every time when the market get volatile my computer get freeze. I know, maybe I running more indicators than I need but as I'm learning I need them. On my indicators I use basically this format to plot them. int K= 0 ; int Periodo = Period (); switch (Periodo) { case ( 1 ): break ;

EA tutorial just to inset my indicator decision taker?

Is there any tutorial around for an EA where I just literally I can inset my indicators code for Open trade, TP, SL, I have tried some EA builder on line, but Im still far to understand all the coding argot, so I was guessing something like this can exist. Thank you in advance

Gap on indicator or not refreshing indicator, Happens to you? What to do?

Hi guys, I has been working on creating simple indicators based on technical indicator as IMA and IStochastic, this two on particular gave me some troubles, not getting refreshed and have to open their base code and compile it. They are not running complex operations, and just using a simple loop to

My custom Indicator is not consistent showing the graph on separate window. Help please

Hi people! I'm looking for some help, I'm creating my first custom indicators and experimenting with technical indicators and basic operations on my endeavor to find the holly grail, I'm using IStochastic and iSRI doing some basic formulas and operations and basically is the same for loop operator