WTM
Left feedback to developer for job An addition to the previous indicator
WTM
Left feedback to developer for job FIX MY INDICATOR!?
WTM
Added topic Incorrect logic?
My indicator is supposed to send alerts/notifications based on 2 timeframes - a lower one, and a higher one, and the alerts are supposed to be made no matter what the 'current' timeframe is. It was working on previous versions, but now I get no
WTM
Added topic One Alert 'Blocking' Another??
double ten_sen_uTF1= 0 ;        double kij_sen_uTF1= 0 ;        double ten_sen_nTF1= 0 ;        double kij_sen_nTF1= 0 ;       
WTM
Added topic Multiple Buttons in one indicator?
Currently to show the text I want, I need to make 2 buttons as there's a limit on the length in a button (as far as I know).  #property version    "1.00" #property strict #property indicator_chart_window #include
WTM
Left feedback to developer for job Multitimeframe upgrade to already existing indicator, and more...
WTM
Added topic if(PERIOD_CURRENT=PERIOD_H1)....
So I want my indicator to only do something if the current period is a certain timeframe. I need it to have the logic of the title statement, as my indicator looks at all timeframes even if it's not the current one, but I only want certain things to
WTM
Added topic Making Arrows (buffers) Appear On One Timeframe Only
So I have 16 buffers currently on this indicator, 4 for 4 different timeframes.  I want 4 to appear only on one timeframe, 4 on another, etc.. Below is the code for the 15 min arrows. I've read about SetIndexBuffer, and ObjectSetInteger, but
WTM
Added topic My notifications don't work :(
void SendCrossAlert() {    double tenkan_senValue1 = 0 ;    double kijun_sen_Value1 = 0 ;    double tenkan_senValue2 = 0 ;    double kijun_sen_Value2 = 0 ;   currenttime= Time [ 0 ];   
WTM
Added topic Developers not finishing on time
Is there a way to reduce the budget of a job if the developer is late on a job? I don't think it is right that developers get the full money for a job which has a set and agreed time, as time is a big factor when considering price. I realise that
WTM
Added topic Is this possible?
I have an indicator which looks for the cross of 2 variables - the tenken-sen and kijun-sen. Once they cross, an arrow is drawn on my chart and notifications sent etc. I would like it to also check the timeframe 'above' to see if a cross in the same
WTM
Added topic Code Adjustment can't fix
Hello all, I have this indicator which draws resistance lines at the highs, lows, and closes of weekly, monthly, etc. periods. The lines are only drawn for the length of time that it is calculating, and I would like it to draw them with no end - like
WTM
Left feedback to developer for job Custom indicator that calculates a real-time value based on multiple other indicators
WTM
Left feedback to developer for job Stochastic Cross
WTM
Registered at MQL5.community