bobzacaria
bobzacaria
Friends

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

bobzacaria
Added topic Portfolio Custom Indicator
I trade a portfolio of 24 pair of currencies. I'm looking for help to develop a custom indicator will represent the value of each pair of currencies using the weigthing factor for each pip value and present the overall condition of the whole
bobzacaria
Added topic paid teaching for MQL4 or MQL5
Hello everyone, I'm looking to a professional programmer (english speaker) to teach me MQL4 / 5. Please reply wih you fees and time schedule. Cheers, Bob
bobzacaria
Added topic Money Management - Gains protection.
Hello,   I use 10% cash reserve protection rate from each earnings the EA make, when the order close with loss nothing will happen. The cash reserve is using a cash reserve pool where the main job is liquidity protection, the EA don't use the
bobzacaria
Added topic Volatility Index and Risk Management
Hello,   I use a volatility index and volatility margin to protect against margin call and liquidity issues. How I create code for the Volatility index and how I programe the formula for volatility margin?   example -- USDZAR has
bobzacaria
Added topic Portfolio vs. single currency trade
Hello,   I trade a portfolio of several currencies and use one EA for all of them. Do I need to program differently or do I need to add more codes to help with the EA functionality ?   Please feel free for any comments -- I have no
bobzacaria
Added topic money management - how to use an order counter?
Hello everyone,   Need your help with the code for the following rule  The EA choose the minimum of 2 lot sizes: the first lot size calculated using a risk factor of 2.5% (Lot size = (Free Margin * Risk Factor = 2.5%) / (SL * Point Value )
bobzacaria
Added topic EA Security and account information
Hello,   I'm working on my EA with no prior experience in MQL5. Could you please advize on how to use account information (i.e. account #, account name, account trade mode) to protect my EA. Also, can I use the account number as
bobzacaria
Registered at MQL5.community
bobzacaria
Added topic How to Architect Expert Advisor?
I have my specifications ready, but I need help with the EA architecture. Which functions first?, how the logic and relationships between several functions will operate? How to use other functions such security and print out? Thanks, Bob