Email Account
Email Account
Friends 2
Email Account
Added topic Counting Partial Close for a trade
When you close a trade partial, you see it get a comment "from # ticketnumber" and in the order history it get the comment "to # ticketnumber" When i want to code 3 partial close areas for a trade, then i need to count how often i have already close
Email Account
Added topic Calculate risk based lotsize
I have here a function which i find in this forum: // Function to Determine Pip Point Value in Account Currency          double dblPipValue( string strSymbol )         {
Email Account
Added topic What does symbol SUMMARY mean
I have in my Tradehistory some entrys where the symbol name is SUMMARY, you can see in the attached picture . I dont understand this, it looks like withdraw or deposit but the order type is show as and it have also lotsize of 0.01, you can see in the
Email Account
Added topic Are there Tips and Tricks to Avoid Overload in MetaTrader EA
Hello, I am seeking some advice and tips regarding an issue I'm facing with MetaTrader Expert Advisors. I have noticed that when I run the EA on multiple charts and occasionally compile the source code while it's running, MetaTrader starts to become
Email Account
Added topic Mt5 python access accounts
I have a question about this mt5 python solution, do i understand this solution correctly, you need to install for every mt5 account into which you want to login also a seoerrate mt5 terninal on the same comouter? Or can you just login to any mt5
Email Account
Added topic Does it still make sense to build on MT4
Hello everyone, I've been struggling with a stupid problem for a few days now, and I've come to the realization that MetaTrader 4 simply doesn't offer a way to update .hst files so that functions like iClose() can always read the latest candlesticks
Email Account
Added topic Custom HST files iClose() getting newest data
I have a script which create hst files, i want to use this chart data from the hst files for some indicators but i see when i use iClose() function that the latest close price is only giving back correctly when i open a offline chart from the hst
Email Account
Added topic Get Trendline price with calculation
I know there is the function "ObjectGetValueByShift" where you can get the price of the trendline, but i need to know how you can get the price of the trendline when you only know the values on which points the trendline is draw and then with the
Email Account
Added topic OnChartEvent Mouse Move
I wonder why the following code does not make any print, i did think the Mouse Move Event is clear thing, but looks like dont work? void OnChartEvent ( const int id,         // Event identifier  
Email Account
Added topic Resource Files for Market Product
I want to create a tradepanel where i use different picture files to style it a bit, how many files can i extra upload beside of the EA file when i want to put it in the market? i remeber just last time when i have try to upload something i did see
Email Account
Added topic Index charts
My broker is offering me a USD Dollar index chart, i want to know how to get or calculate myself a index chart for all other curencys like EUR, AUD, NZD, GBP, JPY, CAD and so on, does somebody know it or do you have a tip a link with description
Email Account
Added topic MQL5 Windows DLL readFile Function Problem
I have try to use a code which works in Metatrader 4 but in Metatrader 5 i get a error. The function which i use is a windows dll function import, it looks like following: #import "kernel32.dll" int CreateFileW( string , uint , int , int , int , int
Email Account
Added topic MT5 high memory usage
I have installed on a windows vps 3 mt4 and 2 mt5. the memory useage for the mt4s is around 20-25 MB but both mt5 are using around 400-500 MB per terminal. that is more then 10 times much as mt4s have. i have already done some old school tricks like
Email Account
Added topic Periodconverter MT5
I dont find a example for Periodconverter script in MT5, before i waist useless more time can somebody tell me if there is any or if MT5 for any reason dont offer such things like periodconverter
Email Account
Added topic Update .hst file for offline chart
I have a script which does write 1000 candelsticks into a .hst file, my problem is when i change in my code the for loop to make only 1 run then i have also just 1 candelstick in my .hst file saved, so it looks like he overwwrite everything in the
Email Account
Added topic Creating .hst files without Metatrader
I am using currently the periodconverter script example to create custom offline chart files but it looks like the metatrader is using to much CPU for creating this files. Is it possible to create this files without metatrader and save them just in
Email Account
Added topic Custom charts datafeed
Is it possible to create custom charts which gets updated like all other charts from a datafeed or is this only possible with using offline charts? I have currently solutions how to read crypto currency data from exchanges and how to create then
Email Account
Added topic Metatrader logs file become to big
is it possible to make something against getting to big log files? When for example the timeframe from charts get changed and you have some indicators on the chart then for every indicator and different things a entry into the log file is written
Email Account
Added topic Volume and Price
Hello, does somebody know a free indicator which can show me at which last price levels there was most voume? Or does somebody know how you can code such indicator yourself or maybe the metatrader have already a build in indicator for that
Email Account
Added topic Max Global Variables
Is there is maximum for Global Variables, if yes how many? I mean the Global Variables in the terminal which you open with "F3 Key" not global varibales in a script
12