Marius Guscius / Publications
Forum
Just a simple calculation qustion
I'm kinda stuck on this. For example if I my target TP is 50 (of wallet currency) and I want to cover this distance in 100 points. How can I calculate what lot size do I need? I've tried multiple ways with TICK_VALUE, TICK_SIZE but somehow my head can't wrap around this :)
Can't start MQL5 VPS!
First of all where is direct support of this site? Previously I've used Service Desk but now they allow only financial questions. Secondly I can not start my VPS (it is always in Stopped status). I've tried starting it from MT and also from this site but nothing helped
How to check if expert is bought on market and also authorize 3rd party service?
Hi, guys! So I have this very interesting problem and dunno how to actually overcome it. Idea is this: someone buys EA that requires 3rd party integration (via WebRequests). Let's say I own this required 3rd party web service and I need somehow to protect my service to only allow web requests from
How to programatically change visual tester speed?
How to programatically change visual tester speed from ea? With spyxx I've found that scrollbar id is 000104EE (subwindow id is 000104AE). Then I thought OK I'll just import SetScrollPos from shell32.dll and set this. The following code doesn't work (even scrollbar doesn't change). #define SB_CTL 2
help with iADX and lag
Hi guys! I have encountered problem with the iADX lag with daily chart. Basically I have created ea for daily bars based on adx indicator. //INDICATOR CODE BEGIN int start() { int limit; int counted_bars = IndicatorCounted (); //---- check for possible errors if (counted_bars < 0 )