fxcodebase-backup

Candle break signal

Source: https://fxcodebase.com/code/viewtopic.php?f=29&t=6300
Forum: 29 · Topic 6300 · 16 post(s)


Candle break signal

Alexander.Gettinger · Mon Sep 05, 2011 10:56 am

The program produces a signal whenever the current candle crosses the minimum or maximum of the previous candle.

Download:

CandleBreak_Signal.lua

CandleBreak Indicator with Alert.lua

Indicator version. https://fxcodebase.com/code/viewtopic.php?f=17&t=72014


Re: Candle break signal

VijayanAshokan · Fri Jul 27, 2012 2:18 am

could you add auto trade for this strategy

Thanks


Re: Candle break signal

driller · Fri May 03, 2013 9:50 am

G,day.

Am I missing something here, “error” when try to load up to Market Scope 2.0. Any help please


Re: Candle break signal

Apprentice · Sun May 05, 2013 6:01 am

Can you specify which error message u are getting …


Re: Candle break signal

YonnyG · Wed Nov 20, 2013 12:09 am

Is there any way to add multiple bars to this signal? Instead of breaking just one bar, if it could break 2 bars or 3 bars or 4 bars. This would be a completely different indicator then a fractal indicator.

Thanks


Re: Candle break signal

Apprentice · Wed Jan 21, 2015 3:47 am

Can you specify the “error” that you encountered. In my testing, I could not detect it.


Re: Candle break signal

7000306337 · Sun Mar 01, 2020 12:25 pm

Hello:

Thank you in advance for your precious time.

This is awesome and works fine AFTER receiving a new candle event. That means on a daily chart NO signals will be generated for the remainder of the first day until a new daily candle event is received. (LastH=nil and LastL=nil and remain nil till receiving an event the next day).

It would be great if this can be modified and improved to start generating signals the same very first day.

Sincerest Gratitude


Re: Candle break signal

Apprentice · Fri Jul 03, 2020 4:27 am

Your request is added to the development list. Development reference 1620.


Re: Candle break signal

Apprentice · Mon Jul 06, 2020 2:00 pm

It’ll send alerts non-stop otherwise.


Re: Candle break signal

mistertrade · Sun Mar 27, 2022 9:57 am

Hello, Is it possible to transform this strategy into an indicator? Thank you


Re: Candle break signal

Apprentice · Mon Mar 28, 2022 2:12 am

Your request is added to the development list. Development reference 177.


Re: Candle break signal

Apprentice · Tue Mar 29, 2022 8:44 am

Try this version. https://fxcodebase.com/code/viewtopic.php?f=17&t=72014


Re: Candle break signal

mistertrade · Thu Mar 31, 2022 7:41 am

Thank you for the indicator. it works very well.


Re: Candle break signal

siapmn · Thu May 19, 2022 4:07 am

Hello boss could it be possible Does the “Candle break signal” indicator have an alarm?

thank you very much Boss


Re: Candle break signal

siapmn · Thu May 19, 2022 5:29 am

Hello Boss

May U Make Alarm for this indicator ?

Thank you very much


Re: Candle break signal

Apprentice · Sun May 22, 2022 7:05 am

CandleBreak Indicator with Alert.lua added.