Candle lenght alarm is one of my favorite indicator
my I suggest you to add mail and push notifications to your great indicator perhaps with possibly different candle lengths in regards of different periods
Again congratulation for your great and helpful indicator
Candle lenght alarm is one of my favorite indicator
my I suggest you to add mail and push notifications to your great indicator perhaps with possibly different candle lengths in regards of different periods
Again congratulation for your great and helpful indicator
Philippe
I think you need to buy it - then you can write in "Reviews" :).
Tmnmedia: Great indicator but will love to request for the two guide
1. Will love to Request for an example of iCustom wi the the indicator!
2. A request if the indicator can also have percentage % input for the measurements of changes in candle length!
Создание хендла индикатора:
//+------------------------------------------------------------------+//| Expert initialization function |//+------------------------------------------------------------------+intOnInit()
{
//--- create handle of the indicator iCustom
handle_iCustom=iCustom(m_symbol.Name(),InpWorkingPeriod,"Market\\CandleLengthAlarm",
s1, //Sounds from "...\MetaTrader 5\Sounds\"
sound, //sound
s2, //Measurement method
measurement,
s3, //Input parameters
delta_resizing //resizing candles
);
//--- if the handle is not createdif(handle_iCustom==INVALID_HANDLE)
{
//--- tell about the failure and output the error codePrintFormat("Failed to create handle of the iCustom indicator for the symbol %s/%s, error code %d",
m_symbol.Name(),
EnumToString(InpWorkingPeriod),
GetLastError());
//--- the indicator is stopped early//---
m_init_error=true;
return(INIT_SUCCEEDED);
}
//---return(INIT_SUCCEEDED);
}
Can we also place an order when candle length goes above 10 pips and sell at the end of time constraint
hello Vladimir
Candle lenght alarm is one of my favorite indicator
my I suggest you to add mail and push notifications to your great indicator perhaps with possibly different candle lengths in regards of different periods
Again congratulation for your great and helpful indicator
Philippe
hello Vladimir
Candle lenght alarm is one of my favorite indicator
my I suggest you to add mail and push notifications to your great indicator perhaps with possibly different candle lengths in regards of different periods
Again congratulation for your great and helpful indicator
Philippe
I think you need to buy it - then you can write in "Reviews" :).
I Have
i have already purchased the product and I use it already... i would give it 5 star review with the push option ;-)
I Have
i have already purchased the product and I use it already... i would give it 5 star review with the push option ;-)
Let's wait (there are 8 days left) to publish the new version.
Let's wait (there are 8 days left) to publish the new version.
Great indicator but will love to request for the two guide
Создание хендла индикатора:
Hello,
After the last update (build 3180), the indicator has stopped working.
The following error occurred:
2022.01.31 07:37:53.846 MQL5 'Candle Countdown Alarm.ex5' version is too old, it should be recompiled2022.01.31 07:37:53.846 Custom Indicator loading of Candle Countdown Alarm (GBPUSD,H4) from C:\Users\AppData\Roaming\MetaQuotes\Terminal\608AB61EFF9C7B3585EC08B8CF6800E3\MQL5\Indicators\Market\Candle Countdown Alarm.ex5 failed [567]
Could you please fix this issue?
Thank you,Hello,
After the last update (build 3180), the indicator has stopped working.
The following error occurred:
2022.01.31 07:37:53.846 MQL5 'Candle Countdown Alarm.ex5' version is too old, it should be recompiled2022.01.31 07:37:53.846 Custom Indicator loading of Candle Countdown Alarm (GBPUSD,H4) from C:\Users\AppData\Roaming\MetaQuotes\Terminal\608AB61EFF9C7B3585EC08B8CF6800E3\MQL5\Indicators\Market\Candle Countdown Alarm.ex5 failed [567]
Could you please fix this issue?
Thank you,PS: tested with two different brokers
Hello,
After the last update (build 3180), the indicator has stopped working.
The following error occurred:
2022.01.31 07:37:53.846 MQL5 'Candle Countdown Alarm.ex5' version is too old, it should be recompiled2022.01.31 07:37:53.846 Custom Indicator loading of Candle Countdown Alarm (GBPUSD,H4) from C:\Users\AppData\Roaming\MetaQuotes\Terminal\608AB61EFF9C7B3585EC08B8CF6800E3\MQL5\Indicators\Market\Candle Countdown Alarm.ex5 failed [567]
Could you please fix this issue?
Thank you,Version 3.0 -> Compiled in build 3180