Michael Charles Schefe / Publications
Forum
terminal feature request.
as per the heading: 1. add a new column to both Trades and History tab that shows the Times in local time, ie make it so that i can right click on the Trades or History tabs, and will have options for "Opening Time (Local Time)" and "Closing Time (Local Time)" 2. on the Trades tab, have ability so
intermittent community login issues.
the community login has been flakey for me lately. ie i am getting unauthorised error in mt5 before an automatic and successful community login, sometimes 2 hours after starting up of mt5. This has been regular thing for past month, but this week community login has been not working at least 2 hours
Closing all trades stopped working since last update.
my code below just prints best/worst equity when these are breached. And when equity hits X then closes all trades. This worked fine for oever 3 months til my lateest update 5833. i dont know if this is a bug or is my amateur coding. Here's my coding below. If you see anything that is wrong or can
limited open trades.
Is there a way to find out how many open trades i am allowed on my brokers account without having to contact them
sl script works buys, not sells.
gidday. i want my script to work on forex pairs, all trades, from all forec symbols. My script below is working on both usd and aud deposit accounts, but only on BUY TRADES. help! I want all my trades have an sl that is equivalent of $350
Feature Request for MT5
in the Terminal, Open Positions, ie the "Trade" tab... when new positions open, to make account details to not move, ie the line that shows balance, equity etc, etc, this line should not move. This was always a pain and annoying when it moved after more positions open and it "drops off the page"
request for improvement to Marketplace reviews.
When i search in Marketplace, i see a nice looking ea, but then I go to reviews next, and all i see is reviews -- upon reviews -- that are obviously made in first couple days of the user buying the product . I want to see only reviews of users who have been using the product for X weeks and X
dynamic lotsize not working. help!
void OnTick () { auto.s5 = 0; for ( int k = total0 - 1 ; k >= 0 ; k--) { if (position.SelectByIndex(k)) { tk = position.Ticket(); if (tk <= 0 || tk != position.Ticket()) break ; int otyp = position.Type(); if (otyp != POSITION_TYPE_SELL
function to close open trades with current profit.
This functions goal is to close all open trades that are in profit -- AND the worst trade with worst loss, designated by "worst" as the ticket number. The worst trade is closing, however only some of the profit trades are closing! Maybe I am just tired, but i can not see why! HELP. If i have failed