Austin John Villarico Salvador
Austin John Villarico Salvador
  • Information
4 years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Austin John Villarico Salvador
Left feedback to developer for job Convert mql4 file to mql5 file
Austin John Villarico Salvador
Left feedback to developer for job I need a simple interface where I can open a buy and sell orders, close orders, and inputs for lot size, target profit, and cut loss. (MQL5)
Austin John Villarico Salvador
Left feedback to developer for job I need to modify an MQL5 script to be able to back test fast
Austin John Villarico Salvador
Left feedback to developer for job I need an EA that identify the last two swing high and swing low candles and then place an order with TP/SL
Austin John Villarico Salvador
Left feedback to developer for job Add a fixed inputs for each different currency pairs
Austin John Villarico Salvador
Left feedback to developer for job I need to convert an MQL4 file to MQL5
Austin John Villarico Salvador
Left feedback to developer for job I need an Auto lot size EA for manual trading
Austin John Villarico Salvador
Left feedback to developer for job Add a News Filter for EA, MQL4
Austin John Villarico Salvador
Added topic GlobalVariables?
Does anyone has a sample of a code using GlobalVariables in the simplest form in MQL4? I want to use it in my EA but I have not fully understand how to use it yet. I have read the  https://docs.mql4.com/globals but I'm still confused, it's
Austin John Villarico Salvador
Added topic Tips on limiting new orders with multiple charts?
I made an EA with a logic that its entries only opens on new candles. I've also set a limit on how many orders should be only be open at the same time. See this example portion of my code: bool CheckForNewBar()   {    static int
Austin John Villarico Salvador
Added topic EA Decompile Protection
How hard/easy it is for people to decompile an EA if I were to provide a copy to someone? (Not in MQL5 Market) The only security I've thought is to make the EA only run specifically to their broker account number - or else the EA would remove itself
Austin John Villarico Salvador
Added topic Creating a rectangle object in MQL4 - not showing up
I'm attempting to create a simple panel on the chart with an EA. It's my first time to create one by the way. My first step was to create a simple rectangular object but it doesn't seem to show up in the chart when the EA is initialized. I could
Austin John Villarico Salvador
Added topic Checking if a string exists in an Array
If for example I made a string, a bool, and a string array, string A = "CCC333"; bool Check; string List[ 4 ] = { "AAA111" , "BBB222" , "CCC333" , "DDD444" }; And I want to check if the string A exists in the list (where the bool "Check" should turn
Austin John Villarico Salvador
Added topic EA using two indicators with different timeframes
If I were to develop an expert advisor using indicators with different timeframes, would it work only being installed in one chart on MT4? For example: I'll use EMA on H4, and then MACD on M15     double MA = iMA ( Symbol (), PERIOD_H4
Austin John Villarico Salvador
Added topic Selecting the last order opened of the chart in MQL4
I'm a beginner in MQL4, I just want to ask if the code I've written is correct - or is there a better way to write it. It's working well as expected on backtests , but things go wrong when I try it on a demo bot with multiple charts. I want to get
Austin John Villarico Salvador
Added topic Do I need to attach the EMA indicator on a chart that has an EA that uses the EMA indicator?
If I use an EA that uses MT4 standard indicators (such as EMA, RSI, etc), do I still need to attach those indicators on the chart or the EA could still run without it
Austin John Villarico Salvador
Added topic Is there a 3rd party program that can track multiple running MT4/MT5 accounts?
If, for example, I have 5 running MT4 in a VPS with an EA and I want to track each account's live running P/L and balance - is there a way I can do that without having to login in my MT4 or VPS?  I'm looking for a 3rd party program where I can
Austin John Villarico Salvador
Left feedback to developer for job I want to put a Martingale system on my EA
12