Sphelele Sphesihle Lubanyana
Sphelele Sphesihle Lubanyana
  • Information
2 years
experience
1
products
0
demo versions
0
jobs
0
signals
0
subscribers
Sphelele Sphesihle Lubanyana
Added topic horizontal lines based on zigzag keep disappearing
@Vladimir Karputov   Alain Verleyen   William Roeder I have zigzag based indicator. The code makes sense to me but the objects(HLINE) drawn on screen keep disappearing, please help
Sphelele Sphesihle Lubanyana
Added topic Help with zigzag EA
Hi, i am writing an ea based on the zigzag indicator. I dont understand what happens here but for some reason, sometimes price is zero and date = 1970 , I do check the buffer if its empty to zero
Sphelele Sphesihle Lubanyana
Added topic Getting open and close time gives wrong value
I have had this code throughout my eas, scripts ands indicators but suddenly broke and returns wrong values. Then I surfed the forum, there is enough information on this but all the snippets i took also gave the same wrong answer. Is this a bug or
Sphelele Sphesihle Lubanyana Published product

This indicator helps keep track of the number of trades taken in the day. It shows losses and potential profit then the total profits which is, profits - losses. Then total profit for the week and month. Soon the indicator will be sharing some trading tips based on your trading. It really does put necessary pressure and helps you to  set a goal for yourself for the day. Familiarise yourself to draw your analysis on the same chart with the indicator because it will have to alert you if price

Sphelele Sphesihle Lubanyana
Added topic How to get the last profit for a certain symbol
I am trying to get the ea to enter on candle open if previous trade on a symbol was a loss but my code doesn't if another symbol closes with tp.  for example: 2 positions opened, 1 boom 1000 Index and the other Crash 1000.   C rash 1000
Sphelele Sphesihle Lubanyana
Added topic Trail stop stops moving
Let say  we have 2 conditions for trailing: Trail with 300000 points at a defined signal. Else trail 100000 points if previous trade was a loss using martingale. We have 2 Open Positions at 0.2 lots on diff pairs (Boom1000 and Boom500 and
Sphelele Sphesihle Lubanyana
Added topic Magic Number
I have an issue with my ea. If I attach 2 Eas on one chart it gets confused and does its own thing. I want a way that the ea detects that it has been attached on a particular chart and increases the magic number because I dont want to do it manually
Sphelele Sphesihle Lubanyana
Added topic Trtailing stop doesnt trail on demo but does on the tester
My ea has 2 sets conditions for both buy and sell, uses martingale, Break even and trailing stop. They all work as written on the tester but on the Demo, it doesnt even move. My conditions are: Buy and break even and if previous buy on the next
Sphelele Sphesihle Lubanyana
Added topic Ea opening Trades everytime
Hello, the ea is suppose to open a trade when  candle[3] is bearish and 2 candles bullish ( candle [2] & candle[1]) but it opens positions on the first signal  till it hit the SL then it looks for another signal. How do I stop this
Sphelele Sphesihle Lubanyana
Added topic event handling function not found CheckEntryBollingerBands.mq5
string CheckEntry()    {    // create an array for prices    MqlRates PriceInfo[];       // sort the price Array from the current candle downwards    ArraySetAsSeries (PriceInfo, true );
Sphelele Sphesihle Lubanyana
Added topic Previous Indicator On Expect Advisor
Hi, I have googled all night, I still seem not to find the right code. The MetaEditor does not have the previous indicator. I am trying to build a MA EA but now I need the previous Indicator. This is what I got off the internet and cant figure out
Sphelele Sphesihle Lubanyana
Registered at MQL5.community