Taskin Osman
Added topic TickValue
I have detected a broker which has the TickValue for EURUSD with basecurrency USD 0.0001 and they stick stating that this value is correct. I am quite sure it should be 1.000. I would appreciate some comments about this. Regarding my experience
Taskin Osman
Added topic Convert Price to Coordinate vice versa
Does someone know a good way to convert price<>coordinate on chart somehow please? I have found very good code here  capturing coordinates of mouse but nothing yet to convert x,y mouse to price. Any help is appreciated
Taskin Osman
Added topic mt4 manager api
Hi,   is there someone who has experience with mt4 manager and its API somehow please? Would be great it you can contact me.. Thank you very much in advance! 
Taskin Osman
Added topic Live Feed from 3rd Party
Hi MT4 Community, i want to develop a plugin which will make live feed possible for mt4. My question is; has someone done something similar before? Where are the problematics i should aware? Can you please comment this topic by 1-2 sentences? My idea
Taskin Osman
Added topic PostMessageA from Metaeditor?
Hi MQL4 Community, i am currently playing with an IDE for MQL via Notepad++. I can compile etc perfectly but i wish to implement the function of metaeditor.exe which does re-apply the EA to chart (re-initialising). I think there is a special
Taskin Osman
Added topic Account Number on Title
Hi MT4 Community, do you guys know an exception that the AccountNumber is not part of Title please? I am trying to determine the accountnumber without using mql from external and wonder if i can trust the title. Does someone know any broker which
Taskin Osman
Added topic Partial Close detection
Dear community, i have an EA which does partial close of position. I want to detect that a position has already been partialy closed and was checking the ordercomment for "split from " string. Now i have seen in other terminal this string
Taskin Osman
Added topic Paintbar Study
Dear MQL Community, i am about to port a Tradestation "PAINTBAR" study to metatrader4 and i want that it looks very similar to tradestation. As you know its not possible to paint the body or cloak of a bar to different color from mql. Does
Taskin Osman
Added topic EA Installation Software - open for public beta test
Dear community, i would like to announce new free software for the community. Its called "EASetup" and its able to create installation software for Expert Advisors, Indicators, Scripts, Sounds, DLL Files, Executable files and many more file
Taskin Osman
Added topic Cancelled by Dealer
hi, i have the phaenomen by alpari since days, that they simply cancel my orders with comment "Cancelled by Dealer". They been cancelled after many minutes. Is there an limitation i did not read about please
Taskin Osman
Added topic who has tzmt4api.zip
Dear community, can someone send me tzmt4api.zip to info@fx1.net please? i could not find this file on internet. its supposed to be mt4 api. If someone has better solution please let me know regards
Taskin Osman
Added topic Remove Trading Entry/SL/TP Lines from chart
Hi, does someone know a trick how i can remove all those lines from charts please? I am talking about >>>>
Taskin Osman
Added topic Live Data Feed from Tradestation to Metatrader - Demonstration
Do you want to transfer data (does not matter what kind) to from 1 application/chart to x applications/charts inside different/same window? Here is a demonstration how this can be realised. We have a free tool called "PermVar" since 2 years now but
Taskin Osman
Added topic slippage = 0
Hi everyone, does slippage=0 mean that zero slippage is tolerated or unlimited slippage is tolerated? best regards fx1
Taskin Osman
Added topic Buttons & Textfields on mt4 chart possible now
Here i want to introduce a new free addon for mt4 as preview. I am currently testing a product called mt4gui. This product makes possible to place buttons, text fields, list fields directly onto chart; here is a preview screenshoot which is already
Taskin Osman
Added topic MT4 API Progress
Dear Members, i am looking for mt4 internals like howto login to data server, howto fetch data and positions. Can someone give me useful links or tips for this please? regards fx1
Taskin Osman
Added topic EA on unfilled charts
hi community, imagine following scenario. EURUSD 1H. I close mt4 on WED and open next MONDAY. I have an EA applied to chart. Now i realised a problem on mt4: if i open mt4 on MONDAY first time; mt4 first apply ea to chart and fills the gap between
Taskin Osman
Added topic detect non-hedging broker, how?
hi there, is there a way to detect non-hedging brokers automatically inside mql? or do i have to make workarounds? regards
Taskin Osman
Added topic mt5setup.exe path does not work
hi, https://download.mql5.com/cdn/web/metaquotes.software.corp/mt5/mt5setup.exe seems not to work. Especially not from germany
Taskin Osman
Added topic Position Size Calculation
double pipValue( string sym)    {    double pValue= 0 ;    if (sym== "" ) { sym= Symbol (); }    double bid   =MarketInfo(sym,MODE_BID);    double ask   =MarketInfo(sym,MODE_ASK);
123