Marbo
Marbo
Marbo
Added topic ObjectType() is always -1 although it is an existing object?!?
Hi guys, I open some charts, draw some lines and rectangles and then I drag the following script into one of the charts.  This script should print the names and types of the objects found in all charts. Interestingly, the names are all correct
Marbo
Added topic Mathematical formula problem
Hey guys, I know, it's pretty embarrassing but I can't solve this on my own. Can someone please tell me how to modify this formula, so that the result is b = .......... This is the formula: f = (a*b*c+b*d)*e/a As mentioned above, I need b. Thank
Marbo
Added topic EA's properties (allow live trading) when using the OpenChart() function are wrong
Hi, when I open a chart with the OpenChart() function the checkbox "allow live trading" in my EA's properties is always disabled. But when I open a new chart manually, the EA's properties are correct and live trading is allowed. I don't understand
Marbo
Added topic How can I convert the commission to pips/doubles to use it in my risk-management-code?
Hello forum, I have my entry and my stop-loss and I want to calculate the lot size according to my risk-management. It works fine and this is how I do it: double pipRisk = MathAbs (orderOpenPrice-orderStoploss); double lotSize  =
Marbo
Added topic Two MT4 instances (live and demo) possible with one VPS?
Hello, I never used a VPS but now I want to give it a try. My question is if I can run two MT4 instances at the same time on a VPS. The first instance should be a live account and the second one should be a demo account for testing purposes. Is that
Marbo
Left feedback to developer for job I need a programmable MT4 terminal alert
Marbo
Added topic Simulating a hot key with keybd_event() causes problems
Hello coders, when I press the button named "test", the key-combo ALT+Q should be simulated and a small script which has the MT4 hot key ALT-Q should be executed.  Pretty easy but it doesn't work. If I use in-built-hot keys like ALT-R for the
Marbo
Added topic Pulldown menu in show_inputs within a script possible?
Hello, I just want to know if it is possible to modify this script that I don't need to type the template's name. Instead I want to define some template names like {"temp1", "temp2", "temp3"} and these should be shown in a pulldown menu. Difficult to
Marbo
Added topic Can I change the default price alarm to notification instead of sound?
Hey guys, do I always have to manually change all price alarms to notification or can I somewhere choose notification as the default action? Thanks
Marbo
Added topic Can I create an OBJ_FIBO without the 23.6% level?
Hi guys, is it somehow possible to change the default creation of an OBJ_FIBO with only 38/50/61 levels? I tried to delete one level by using OBJPROP_LEVELS but this value is always zero after creating an OBJ_FIBO. Any ideas? Maybe I can change the
Marbo
Added topic Line cross alert (works, but incomplete)
Hi all, here is an indicator which gives an alert when a horizontal line is crossed. The alert is shown only once per bar, so it does not bother you. It should also work for trendlines but it does not work 100%. Unfortunately I cannot fix it. I am
Marbo
Added topic Buy stop / sell stop with a line
hi, is there any better way to place a buy stop or sell stop ? i heard about an indicator (or script?) that prints two lines. one line for the buy/sell stop and the other line for the stoploss. these lines should be easily moved like a normal
Marbo
Added topic Point & Figure charts
Hi, does anyone know if it is possible to view Point & Figure charts in the metatrader? Is an indicator available for that? Thank you!! Marbo
Marbo
Registered at MQL5.community
123