Black_Jack822
Black_Jack822
Friends

Add friends via their profile or user search and you will be able to see if they are online

Black_Jack822
Added topic 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
Black_Jack822
Added topic 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 &
Black_Jack822
Added topic 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
Black_Jack822
Added topic 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
Black_Jack822
Added topic 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"
Black_Jack822
Added topic Alert arrow missing.
Hi all. I don't know why but my alert arrow is missing. any idea how to bring it back
Black_Jack822
Added topic 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
Black_Jack822
Added topic 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