Page 1821 of 2170
Re: MT4 Indicator requests and ideas
Posted: Sun Apr 02, 2023 10:09 pm
by Chickenspicy
i tried to make volume reversal indicator that compares the volume of past # bars, but then the last question i gave chatgpt to please add signal when there is potential reversal it crapped itself, please help MrTool or Kvak
the code works just no signal
Re: MT4 Indicator requests and ideas
Posted: Sun Apr 02, 2023 10:53 pm
by ionone
Chickenspicy wrote: Sun Apr 02, 2023 10:09 pm
i tried to make volume reversal indicator that compares the volume of past # bars, but then the last question i gave chatgpt to please add signal when there is potential reversal it crapped itself, please help MrTool or Kvak
the code works just no signal
you compare volume to a MA of the price. not an MA of the volume.
you need to save volume in a buffer and compute the MA from the buffer.
Jeff
Re: MT4 Indicator requests and ideas
Posted: Sun Apr 02, 2023 11:43 pm
by Ksenija
Hello dear friends traders and coders.
Do we have candle indicator showing buying and selling pressure on candle?
Pressure between high to close and low to close.
I have picture representing what I'm looking for.
Indicator for candles to be in color as this : From High to close =red color and from Low to close = green color
If there is such indicator please information where to find.
Otherwise if mrtools or someone else have time to make such an candle indicator if it is possible to code.
Thank you in advance.
Here is picture.
Re: MT4 Indicator requests and ideas
Posted: Mon Apr 03, 2023 12:56 am
by Xronos__
Ksenija wrote: Sun Apr 02, 2023 11:43 pm
Hello dear friends traders and coders.
Do we have candle indicator showing buying and selling pressure on candle?
Pressure between high to close and low to close.
I have picture representing what I'm looking for.
Indicator for candles to be in color as this : From High to close =red color and from Low to close = green color
If there is such indicator please information where to find.
Otherwise if mrtools or someone else have time to make such an candle indicator if it is possible to code.
Thank you in advance.
Here is picture.
Ksenija
sometime ago moded the Custom Candles - any time frame 2.2 BT to do exactly that (display proper wick colors)
you will find it here
viewtopic.php?p=1295504820#p1295504820 (Custom Candles - any time frame 2.2 BT_20230301.0.mq4)
read the post for the setting
regards
Re: MT4 Indicator requests and ideas
Posted: Mon Apr 03, 2023 1:36 am
by rocktheedge
it will be nice if some one add blue bar additional buffer when it touch the moving average
Re: MT4 Indicator requests and ideas
Posted: Mon Apr 03, 2023 2:59 am
by Ksenija
Xronos__ wrote: Mon Apr 03, 2023 12:56 am
Ksenija
sometime ago moded the Custom Candles - any time frame 2.2 BT to do exactly that (display proper wick colors)
you will find it here
viewtopic.php?p=1295504820#p1295504820 (Custom Candles - any time frame 2.2 BT_20230301.0.mq4)
read the post for the setting
regards
Thank you so much!!!
Re: MT4 Indicator requests and ideas
Posted: Mon Apr 03, 2023 4:00 am
by Jedidiah
mrtools wrote: Sun Apr 02, 2023 2:16 pm
Mtf added.
My Holy Grail System for Day Traders Is Almost Finished
please dear Mr tools
add button to it
Grateful
Re: MT4 Indicator requests and ideas
Posted: Mon Apr 03, 2023 2:41 pm
by RodrigoRT7
hello everything is fine?? Is there any possibility for the power function to change the font (writing) of this indicator?
obs: it is not a priority, it would only be for an aesthetic reason. I usually use Dubai Medium or Rosales Regular
thank you very much!
Re: MT4 Indicator requests and ideas
Posted: Mon Apr 03, 2023 5:06 pm
by delp
Is it possible to merge into one pointer? (mg4)
Re: MT4 Indicator requests and ideas
Posted: Mon Apr 03, 2023 5:56 pm
by Jedidiah
nathanvbasko wrote: Thu Mar 30, 2023 5:52 am
Custom Candles... Any Time Frame
.... is just a custom candle tool on its own.
UPDATES:
- Improved logical flow processes for execution speed and
- Re-inserted (added) custom candle time frames
custom_candles_-_any_time_frame.ex4
Mladen Rakic 2014.04.28 20:10 #6896 CN
Updated custom candles, any time frame : custom_candles_-_any_time_frame_nmc.mq4
time frames :
1 minute
2 minutes
3 minutes
4 minutes
5 minutes
6 minutes
10 minutes
15 minutes
20 minutes
30 minutes
1 hour
2 hours
3 hours
4 hours
6 hours
8 hours
12 hours
1 day
1 week
1 month
Originally it was posted here :
https://www.mql5.com/en/forum/173574/page291