Why would you want the indicator to update when no tick comes in?
If no new tick has arrived, then there is no change in close price and there will be no change to the moving averages for the current bar.
Why would you want the indicator to update when no tick comes in?
If no new tick has arrived, then there is no change in close price and there will be no change to the moving averages for the current bar.
thank you Fernando for replaying
There Is 2 horizontal lines objects i drag up and down
the position size calculator , calculate the difference between them to come up with the position size
Hello
I Have Indicator That Calculate The Value Between 2 Moving Objects (Which Work Very Fine)
The Problem is This Value Does Not Update until A Tick Comes In , So I Found And Indicator That Calls A TickByClick It Do The Trick but Unfortunately
i Dont Have Its Code And I Cant Get It So I Try To Wrote One MySelf
And I Did It
The Problem Is When i Click It Holds While I Am Holding And Don't Release Until I Release , So How To make The CHARTEVENT_CLICK Release
Here Is My Code
You must use the following code:
if(id==CHARTEVENT_OBJECT_DRAG &&( sparam=="your name object" || ....))
{
OnInit();
}
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hello
I Have Indicator That Calculate The Value Between 2 Moving Objects (Which Work Very Fine)
The Problem is This Value Does Not Update until A Tick Comes In , So I Found And Indicator That Calls A TickByClick It Do The Trick but Unfortunately
i Dont Have Its Code And I Cant Get It So I Try To Wrote One MySelf
And I Did It
The Problem Is When i Click It Holds While I Am Holding And Don't Release Until I Release , So How To make The CHARTEVENT_CLICK Release
Here Is My Code