billysballo
billysballo
Friends

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

billysballo
Added topic Cannot load expert
Hi there, I am trying to attach an expert that i used to run till couple of weeks ago however I receive in the Experts tab a message: "cannot load C/.....Roaming/MetaQuotes/Terminal/..../MQL4/Experts/Market/Robot.ex4. I have not changed a thing on my
N Qureshi
N Qureshi 2023.12.28
i am getting same error, what should i do?
billysballo
Added topic How to place a sl/ tp at the upper bollinger band
Hi, I am trying to place my SL/TP at the UPPER BOLLINGER BAND. if (Highes_ >BOLLYUpper)TakeProfit =Highes_           if (UseTakeProfit) TakeProfitLevel =  TakeProfit ; else
billysballo
Added topic How to wait 20 new bars for checking for a signal
Hi, I have an EA which is based on 3 steps. Once the first 2  steps satisfied i need to wait for the 3rd step to come along. Ideally i would wait 15/20 bars for the 3rd step to show up. The problem that i have is: how do i check for the last
billysballo
Added topic Chart Symbol different from EA symbol, what are the issues?
Hi, I was wondering what are the issues ,if any when we run an EA based on indicators with specific currencies, let s say "EURUSD" e.g iHigh("EURUSD",PERIOD_D1,1);   on a chart that runs a different symbol than the EA's, let s say "GBPUSD"
billysballo
Added topic EA profitable on Daily backtest but not in hourly
Hi, I created a basic EA that makes profit when I run on a Day timeframe but it makes losses on intraday trading. It s based on ATR and MA 20 candle period where both symbol and timeframe are set to NULL. What am I supposed to do to make my EA work
billysballo
Added topic ArraySetAsSeries meaning
Hi, What does  ArraySetAsSeries? I read the documentation but i have not grasped full its potential. Sometimes buffers in indicators work only when transforming them e.g ArraySetAsSeries(myBuffer,false) What does it do
billysballo
Added topic explanation of Stochastic
Hi, In the Stochastic Indicator that you can find in MT4, there is a recurring if statement  pos=InpKPeriod- 1 ; if (pos+ 1 <prev_calculated)       pos=prev_calculated- 2 ; which I do not understand. Why does it
billysballo
Added topic My own Stochastics in an EA
Hi,  I am trying to recreate the Stochastic so that I can use the crossovers between the main and the Signal line . This should be the formula: %K = (Current Close - Lowest Low)/(Highest High - Lowest Low) * 100 %D = 3-day SMA of %K However
billysballo
Added topic Recreating Stochastic
Hi, I am trying to recreate the Stochastic for fun. This should be the formula: %K = (Current Close - Lowest Low)/(Highest High - Lowest Low) * 100 %D = 3-day SMA of %K However the results of my code does not match the indicator provided by
billysballo
Registered at MQL5.community