Daniel Cioca
Daniel Cioca
  • Information
2 years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Daniel Cioca
Added topic DialogBox issue
Hi ! I have one question, I have a dialog box on the chart, and everutimi I minimize it it goes on the left top corner and it is dificult to drag it because there is also charts trading panel it that location. Is it posibile to change the place where
Daniel Cioca
Added topic OrderCalcProfit
#property script_show_inputs input bool allsymbols= true ; input bool alltrades= true ; // All Trades(pendings also) void OnStart ()   {    int total = PositionsTotal ();    double profit= 0 ;    for ( int i=
Daniel Cioca
Added topic mql5 mobile
Hi ! I logged in mql5 mobile with same user/password that I use for desktop mql5, but for mobile app, it will not allow me to trade .. it is saying that I have to log in with master password not with investor password . I only have one password
Daniel Cioca
Added topic Notification
Hello! I keep receiving this notification on my terminal  send request failed(invalid certificate). This notification starts once I open the first trade on terminal. I closed the trade, notification keeps coming. If I restart the terminal
Daniel Cioca
Added topic FileRead String mql5 vs mql4
Hello! I write into a file with mql5 script   #property strict #define FILE_NAME   "test.bin" //+------------------------------------------------------------------+ //| Script program start
Daniel Cioca
Added topic TradeCopier
Hello! I made a EA which copies trades between two terminals . It is all working fine but I am facing an issue. There is a difference of price for the same pair, between the two brokers. For SL and TP I send the price across, but if there is a
Daniel Cioca
Added topic Create Objects
Hello! I have created a panel and on the panel I have placed several other objects( buttons etc). When I place this panel on the chart it will go on top of other objects that are already on that chart. But If I add another object, for example like a
Daniel Cioca
Added topic Global variable missing
Hello! I have saved a GlobalVariable() on Friday , and today I had a computer crash, and after I have restarted and checked, global variable is missing . Should that happen? 
Daniel Cioca
Added topic Mql5 Strategy Tester Profit Calc Wrong?
Hello! I have an issue with the strategy tester.  Kindly advice what am I doing wrong. The calculation of the profit in the tester seems wrong.  Pls find attached screenshot from the log
Daniel Cioca
Added topic Strategy tester
Hello, Bellow function giving always result of 0 in the strategy tester , but is working when loaded on a script. I do not understand why Thanks! double ATR( int index, ENUM_TIMEFRAMES timeframe)   {    double atr[];   
Daniel Cioca
Added topic Help on Indicator
Hello! trying to make a VWAP indicator that will update the data based on a anchor point that is movable. Like a vertical Line will appear on the chart and from that line towards candle 0, prices are updated and calculated corectly. The problem that
Daniel Cioca
Added topic DialogBox
#include <Controls\Dialog.mqh> #include <Controls\Button.mqh> #include <Controls\Label.mqh> #include <Controls\Edit.mqh> #include <Controls\CheckBox.mqh> #include <Controls\MyDialogApp.mqh> #include
Daniel Cioca
Added topic Margin Check
Hello!  OrderCalcMargin() cannot be used on indicators .  How can I go around this?  Thanks! 
Daniel Cioca
Added topic Mql5 Mql4 FileOpen diference ??
Hello! I have below code:    if (printHistory == true )      {       handle = FileOpen ( "Ticks_" + Symbol () + filename + ".csv" , FILE_CSV | FILE_READ | FILE_WRITE , ',' );
Daniel Cioca
Added topic Volume Tick
Hello! I would like to retrieve all ticks for the past n candles.  In MqlTick structure, what is tick[i].volum and tick[i].volum_real ? I am geting zero for both of them unless I connect to a broker wich is giving real volume. Can I retrieve
Daniel Cioca
Added topic CumulativeDelta
Hello! Any idea how to calculate cumulative delta in mql4? There are some indicators saying that they are delta indicators , but as per definition , delta calculation involves volume_ask and volum_bid which is not available in mt4. 
Daniel Cioca
Added topic Info from DOM
Hello! Is there any function that retrive below info from market? Like how many contracts were sold and how many were bought at a price level 
Daniel Cioca
Added topic querstion for developers
Hello! Is it any chance that in the future updates of metatrader to add more timeframes ( seconds timeframes )? Since there are already EA's that do that, why not updating the platform> Thanks
Daniel Cioca
Added topic Cannot place trades
Hello! I have downloaded this EA which is free on mql Market Place " Candle by Seconds ". It works fine, however, cannot place any trades on the new chart created. Manually or by another EA attached , I get this [ invalid request ] error
Daniel Cioca
Added topic Panel view
Hello! I have a EA which it loads a dashboard onto the charts which I use for trading. When I load this EA on personal computer it is displaying as expected. When I loaded on VPS , some buttons are missing, and it looks like resolution is wrong
123