Page 28 of 180
Re: Coding Help
Posted: Fri May 19, 2017 6:18 pm
by acerdufer
Hello Mladen Very happy to see you meet so quickly sorry in your link I did not see any indicator that looks like what I'm looking for can you help me
Re: Coding Help
Posted: Fri May 19, 2017 8:07 pm
by mladen
acerdufer wrote: Fri May 19, 2017 6:18 pm
Hello Mladen Very happy to see you meet so quickly sorry in your link I did not see any indicator that looks like what I'm looking for can you help me
Aren't you looking for a simple open to close indicator?
Re: Coding Help
Posted: Fri May 19, 2017 9:24 pm
by acerdufer
No I am looking for an indicator that shows me when the current candle of 4 hours or 1 hour accelerates upward or downward whatever the moment up or down I have to receive an alert when the candle accelerates
Re: Coding Help
Posted: Fri May 19, 2017 9:48 pm
by mladen
acerdufer wrote: Fri May 19, 2017 9:24 pm
No I am looking for an indicator that shows me when the current candle of 4 hours or 1 hour accelerates upward or downward whatever the moment up or down I have to receive an alert when the candle accelerates
What exactly is "accelerates"?
We would need an exact math definition for that in order to be able to help you with that issue
Re: Coding Help
Posted: Fri May 19, 2017 11:52 pm
by acerdufer
Re hello sorry I do not know the exact mathematical formula but there is an indicator I believe that shows the acceleration of the price can we use the same formula for the current candle?
Re: Coding Help
Posted: Sat May 20, 2017 12:01 am
by mladen
acerdufer wrote: Fri May 19, 2017 11:52 pm
Re hello sorry I do not know the exact mathematical formula but there is an indicator I believe that shows the acceleration of the price can we use the same formula for the current candle?
acerdufer
That is simple momentum
You can find such in the multi time frame thread already
Re: Coding Help
Posted: Sat May 20, 2017 12:22 am
by acerdufer
Thank you very much can see my other topic and see what you can do for my indicator or I want to put alerts I work on a project has great profitability I just miss this alert on the indicator I need your assistance
https://www.forex-station.com/viewtopic ... &t=8472253
Re: Coding Help
Posted: Sat May 20, 2017 12:25 am
by pacois
Dear Mladen, in the "iCustom (NULL, 0, IndicatorName, 2, i)" function, you can not set the period or other parameters. Thanks.
Re: Coding Help
Posted: Sat May 20, 2017 12:32 am
by mladen
pacois wrote: Sat May 20, 2017 12:25 am
Dear Mladen, in the "iCustom (NULL, 0, IndicatorName, 2, i)" function, you can not set the period or other parameters. Thanks.
Sorry, but I do not understand
What indicator exactly are you talking about? And why shouldn't it be possible to set the other parameters?
Re: Coding Help
Posted: Sat May 20, 2017 12:46 am
by pacois
Sorry Mladen, give me an example iCustom (NULL, 0, IndicatorName, 2, i) in this code how can i set other parameters?
I can only recall the external buffer >> iCustom (NULL, 0, IndicatorName, 2, i)