只有购买或租用产品的用户才可以进行评论
Nk90600  
Can we also place an order when candle length goes above 10 pips and sell at the end of time constraint 
This is for 1hour candle 
Vladimir Karputov  
Nk90600:
Can we also place an order when candle length goes above 10 pips and sell at the end of time constraint 
This is for 1hour candle 
"Candle length indicator alarm" - is the indicator. In indicators there are no trade functions.
quiphi  

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

Vladimir Karputov  
quiphi:

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" :).
quiphi  
Vladimir Karputov:
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 ;-)

Vladimir Karputov  
quiphi :

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.
quiphi  
Vladimir Karputov:

Let's wait (there are 8 days left) to publish the new version.
you're welcome :-)
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!
Vladimir Karputov  
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                                   |
//+------------------------------------------------------------------+
int OnInit()
  {
//--- 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 created
   if(handle_iCustom==INVALID_HANDLE)
     {
      //--- tell about the failure and output the error code
      PrintFormat("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);
  }
Yv.  

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 recompiled

2022.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,
Yv.  
Yv. #:

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 recompiled

2022.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

Vladimir Karputov  
Yv. #:

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 recompiled

2022.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

只有购买或租用产品的用户才可以进行评论