Kelvin Nelson
Kelvin Nelson
Friends

Add friends via their profile or user search and you will be able to see if they are online

Kelvin Nelson
Added topic How to let an EA (not indicator) draw lines in back test?
I have an indicator that draws a line with a logic that starts from [n] bars back and changes the value bit by bit until it reaches the right end of the chart. (as per my last post  https://www.mql5.com/en/forum/382876 ) it works marvelously and
Kelvin Nelson
Added topic Indicator Coding Question: Is it possible to get the index for the newest candle when the indicator started?
I am trying to write an indicator that calculates some cumulative change over time. Let's say it starts from the bar with index [50] with an initial value and depending on the bars on the way the value will become different when it reaches the right
Kelvin Nelson
Added topic EA doesn't close order during backtest?
void OnTick ()   {    if ( OrdersTotal () == 0 )    {        if ( iCustom ( Symbol (), PERIOD_CURRENT , "mt" , 0 , 0 ) > 1 && iCustom ( Symbol (), PERIOD_CURRENT , "mta" , 0 , 0 )
Kelvin Nelson
Registered at MQL5.community