Daniel Arges
Daniel Arges
Friends

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

Daniel Arges
Added topic SymbolInfoMarginRate() in Python integration
Does anybody know how to access this method on Python integration ? SymbolInfoMarginRate() I've tried to use mt5.order_calc_margin() , but is not the same function. Thks
Daniel Arges
Added topic How to calculate the position market value?
Maybe someone have an easy and ready code for this... How to calculate the position market value, in your broker currency (my USD), as the MT5 application does in toolbox
Daniel Arges
Added topic Python mt5.symbols_get() method
Hi, When I run this method at Python shell, I get a tuple with all symbol info for all symbols. Example of one symbol: SymbolInfo(custom=False, chart_mode=0, select=False, visible=False, session_deals=0, session_buy_orders=0, session_sell_orders=0
Daniel Arges
Added topic Method to get balance + margin requirement of each closing month
Hi. Is there a method to get the 1. balance and the 2. margin requirement of the account for the last month´s day, without having to run a routine to print this values each month? Can I have this in retrospect? Thank you
Daniel Arges
Added topic Calculate Margin needed based on Symbol Info
Hi geeks, How can I calculate an instrument margin required , based on Symbol Info numbers? Maybe I could use SYMBOL_MARGIN_HEDGED? Tks
Daniel Arges
Added topic Exporting double to csv file
Hi, I have a code that exports SymbolInfo...() to csv file. In many cases, the double numbers get messy on the destiny file (ie, they miss the floating point orientation). How ca I solve this please? Thank you
Daniel Arges
Added topic Problem to export double values to csv
Hello, When I export some values to CSV files, by the function FileWrite(), when I convert double numbers to string , in some cases they loss the point (.), and show numbers without any standard format. Manly for the BID and SWAP values, the
Daniel Arges
Left feedback to developer for job Script to scan all my broker instruments and save their Symbol Info in a csv file
Daniel Arges
Added topic Script to export Symbol Info to csv
Hi, Does anybody know some Script to export all Symbols names and Infos from some broker (ie. digits, contract size , spread...), to csv or similar files? Thks
Daniel Arges
Added topic Why do we need to write the !IsStopped() function inside many indicators "For" Loops?
Read the documentation, but still not so clear. Thank you
Daniel Arges
Added topic Is there any problem about using ArraySetAsSeries() inside OnCalculate()?
I dont know if this is the proper way of indexing the OnCalculate() standard arrays (see image). Thks
Daniel Arges
Added topic How can I get the ArraySize of some Symbol MqlRates?
How can I get the ArraySize of some Symbol MqlRates ? Tks
Daniel Arges
Added topic How can I get other Symbol Rates inside OnCalculate()?
How can I get other Symbol Rates inside OnCalculate()? Thank you
Daniel Arges
Added topic CopyRates() with unknown number of "count"
Masters, Inside one Symbol indicator, in OnCalculate(), I need to bring volume information of another Symbol. As I researched, I´ll need to use CopyRates(), but I don´t know the number of values I will need to bring from the another Symbol
Daniel Arges
Added topic Abnormal Volume Indicator
Hi, I was thinking about creating an indicator that identifies abnormal volumes, considering a previous inputs of mean volume by time (ie, each hour would have its mean volume to be compared). Does anybody have something developed in that way? Tks
Daniel Arges
Added topic How signals treat Dividends adjustments and Comissions?
I have summed all my negative Dividends adjustments, and the value matches with signal withdraws (see image). 1st question: Do they affect my signal growth rate? 2st question: How commissions are treated? I couldn't find them on signal summary
Daniel Arges
Added topic GetComputerNameA from Windows DLL in MQL5
I just got the code for MQL4, and it is not working for 5. Any clue? Tks
Daniel Arges
Added topic How to calculate Swaps on Stock's CFDs in percentage terms?
Can anybody help me? This is an example of an American Stock's CFD. -3.32% every day for me doesn't make sense. Thank you
12