Shashank Kumar
Shashank Kumar
  • Information
4 years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Shashank Kumar
Added topic Fetch Indicator values from higher timeframe
Any idea to fetch indicator values from higher timeframe to current time frame  I have written this code which is not giving correct result. //+------------------------------------------------------------------+
Shashank Kumar
Added topic How to placed fixed 300 pips stop loss for any pair
This is probably a very easy question, I am new to mql5: When I write EA, I am used to using ATR for placing a stop loss on any order. How to place a fixed 300 pips stop loss for any pair on an order
Shashank Kumar
Added topic Unable to compare with i-lookback value
Hello, I have written an indicator which compares another current indicator candle value to current - lookback indicator candle: CopyBuffer (Multihandle, 0 , 0 ,rates_total,handledata);    int start;    if
Shashank Kumar
Added topic Apply output of a custom indicator as input to RSI
I have written a custom indicator , I wish to use this EA as input to RSI instead of price close. Any idea how this can be done
Shashank Kumar
Added topic Product validation taking forever.
I have developed an EA and its validation has been in progress for more than an hour
Shashank Kumar
Added topic Get profit of last two closed positions
I have the following code to get profit of last two closed positions i can get the profit of last position but not the second last one any ideas on how to get profit from last two positions in mql5 void OnTrade () {
Shashank Kumar
Added topic Fast Fourier Transform
I wish to use the CFastFourierTransform::FFTR1D function present in Mt5 docker Math/Alglib/fasttransforms. However on successfully applying the transform I am getting zero output as the result of fourier transform. Any ideas on how to
Shashank Kumar
Added topic Use one custom indicator output in another custom indicator
I have two custom indicators . I wish to use output of one custom indicator in  another custom indicator. However I am unable to do so. I wish to achieve this functionality in code it self. What changes I need to make in the code below: 1 st
Shashank Kumar
Registered at MQL5.community