Kevin Onsongo
Kevin Onsongo
Topics8Comments17Reader3
Articles0CodeBase0Charts0
Friends

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

Kevin Onsongo
Added topic No signals generated from iSAR cross
Hello, I'm sorry if the question sounds a bit dumb. I sought ways to improve my strategy and decided to add Parabolic SAR signals. So I wrote this small class to handle that: class ParabolicSARSignal   { private :    int
Kevin Onsongo
Added topic Custom events possible?
Hello again. I'm building my strategy and it's becoming big, and I need a better way to manage how the objects interact with each other. I'm new to OOP. Can I generate signals—events like—instead of manually checking for conditions on every signal
Kevin Onsongo
Added topic Strategy tester Issue
Hello champs! So I'm trying to test and optimize my strategy using two Parabolic SAR indicators with different inputs. //...       signalPSARHandle = iSAR (symbol, timeframe, signalStep, signalMax);
Kevin Onsongo
Added topic Can't save correct bar dates
Hello there, I'm trying to save some values to file for analysis. First, I get the open and close times for each week, and then I use them as the range to find the day of the week with the highest and lowest price. That works fine but for a few
Kevin Onsongo
Added topic Canceling a pending order while in OnTradeTransaction event
Hello. I'm new to using the OnTradeTransaction Event. I'm using it to detect pending orders that I place manually from a different terminal. The pending orders should trigger the EA to start a trading session based on the pending order parameters
Kevin Onsongo
Added topic User Input Dialog box on running Expert Advisor
Hello, champs! Tried to search around and couldn't find a proper solution. I'm trying to create an EA that detects pending orders I place from my mobile terminal. It will extract some information from the order and close it. It will instead remember
Kevin Onsongo
Added topic Extrapolating moving average to the future.
Hello there. I coded an expert advisor that takes and manages trades based on moving averages. Furthermore, it notifies users on new entries and trailing stop levels. The program is hosted by me and it uses a mail service to notify everyone on every
Kevin Onsongo
Added topic A function to compare open prices of open positions and return the largest or smallest.
Hello! I'm writing a function that will compare the open prices of all open positions. In case it is a buy,  it will determine and return the open price with highest value. In case it is a sell,  it will determine and return the open price
Kevin Onsongo
Registered at MQL5.community