Forum

Stochastic alert with Screenshot option help please.

Hi All. I have a script which makes a "screenshot" with assigned "hotkey" to it and I'm trying to combine this "hotkey" with Stochastic alert indicator to get a screenshot whenever stochastic arrow/signal appears on the screen. At the moment it makes a screenshot when I switch between time frames

CHARTEVENT_KEYDOWN & CHARTEVENT_CLICK help please

Hi all. I'm trying to make simple indi which will speed up placing sup/res lines on the chart. It will place Hline on mouse click only while holding (ctrl for Blue or shift for Red line) but I don't know how to combine CHARTEVENT_KEYDOWN & CHARTEVENT_CLICK or I'm doing it the wrong way? Can someone

How to keep indicator button pressed when switching TimeFrame ??

Hi all. I've made an on chart button which will run a specific indicator and remove it when released. Can somebody tell me please what is missing to keep the button pressed when I switch between Time Frames? #property indicator_chart_window extern bool value_to_toggle = false ; string sButtonName =

is it possible to set...

Hi all, is it possible to set 2 or more different color and shape level lines in Stochastic for example? let say like this: IndicatorSetDouble ( INDICATOR_LEVELVALUE , 0 , 40 ); IndicatorSetInteger ( INDICATOR_LEVELCOLOR , 0 , clrBlue ); IndicatorSetInteger ( INDICATOR_LEVELSTYLE , 0

Can someone help me finding an error in this script?

Hi all. Please help me find an error in this script. It will open a new chart with specific template when you drag it from script list and drop it on the open chart , but when using "hotkey" it will open chart which is selected in MT4 "symbol list" instead the one which is currently open. #import

Alert arrow missing.

Hi all. I don't know why but my alert arrow is missing. any idea how to bring it back

Awesome Oscillator modification HELP needed

Hi all, I'm trying to make modified AO indicator and this is a part that I'm working on right now, I'm still baby in coding so I need your help:) Is it possible to make the rectangle in bottom left corner change color like the histogram ?? I don't even care about the histogram in separate window at

Quick question about "StringConcatenate"

Hi All. Quick question about this indicator, it shows RSI value on chart window in 6 digits format, what do I have to change or add to make it show only 2 first digits? ------------------------------------------------ #property indicator_chart_window extern int Periods= 14 ; extern int Price=

Indicator modification help needed.

Hi. I need a little help in modifying this indicator as I don't know much about it. Indicator is showing pop-up alert when 2MA crosses and it sends push notification but it does that for every last cross every time when I open the chart or switch between timeframes and the signal is already far back