Re: Coding Help

1701
almostprofitable101 wrote: Thu Oct 31, 2024 12:05 pm hello, not sure if im in the correct section but does anybody know an indicator that can show when a candle closes in a " 25 % " or any % range of the candle direction i have found a similar indicator but it only shows current candle or X amount of previous candles together thanks for any info / help
for anybody who downloaded this indicator "the ex4" version i am now aware it has an expiration on it (the creator looked it incase payment was not completed) 🤣 i will post full code version but the upload keeps spinning and when i press preview its not there 🤷‍♂️, hope it helps somebody.

after reading jimmys post 🤦‍♂️ and understanding why 😂 here the indicator.


Re: Coding Help

1702
XXXX wrote: Tue Sep 24, 2024 4:10 pm Sorry I must have uploaded the wrong version that did not show the price on the Notifications.

The indicator is coded to only show an alert when crossing above a previous high or below a previous low. I did not change that, I have just stopped it sending multiple alerts for the same event in the time specified and added the price to the notification.
Hello XXXX. Hope you are doing well, if possible, kindly can you share the edited mq4 file for PREVIOUS HIGHS AND LOWS INDICATOR. I try to add lines for crossing above and below the levels. I have been trying to improve on my coding which isn't so good, but I try. I would appreciate very much. Cheers 🥂 everyone.

Re: Coding Help

1703
Good day

I would appreciate it if one of the experienced coders could please modify the attached indicator to display 2 selectable (to 0.1 of a digit) Standard Deviations from the fourier line.

By way of background this is my attempt to emulate the TrueOBOS indicator of the CycleTrends software. Instead of using a high number of harmonics (eg 400 I use two or three and tweek the number of past bars around 1000. I am not concerned with the predictive aspect of the indicator.

As a special request could the Standard Deviation “lines” be plotted as a DRAW_ARROW (#158) rather than a DRAW_LINE if the mq4 file is not going to be supplied.

Thank you so much.

Re: Coding Help

1704
I have a question for our experienced coders.
Is it enough to write the condition:

Code: Select all

Close[i] > iMA(Symbol(),0,_Period,_Shift,_Mode,PRICE_CLOSE,i+1)
or is it better to use separate buffers for price and / or MA?
Does it make any difference?

Re: Coding Help

1705
wojtek wrote: Sun Dec 15, 2024 8:27 am I have a question for our experienced coders.
Is it enough to write the condition:

Code: Select all

Close[i] > iMA(Symbol(),0,_Period,_Shift,_Mode,PRICE_CLOSE,i+1)
or is it better to use separate buffers for price and / or MA?
Does it make any difference?
Just my opinion (not really sure) but think the less buffers you can get away with not using, the better.


Re: Coding Help

1706
Realistic wrote: Fri Dec 13, 2024 1:55 am Good day

I would appreciate it if one of the experienced coders could please modify the attached indicator to display 2 selectable (to 0.1 of a digit) Standard Deviations from the fourier line.

By way of background this is my attempt to emulate the TrueOBOS indicator of the CycleTrends software. Instead of using a high number of harmonics (eg 400 I use two or three and tweek the number of past bars around 1000. I am not concerned with the predictive aspect of the indicator.

As a special request could the Standard Deviation “lines” be plotted as a DRAW_ARROW (#158) rather than a DRAW_LINE if the mq4 file is not going to be supplied.

Thank you so much.
Maybe this will help. You will need the dll file in the zip.


Who is online

Users browsing this forum: CommonCrawl [Bot] and 3 guests