- Search Energy EXCH
- 102 Results (57 Threads, 45 Replies)
-
How to execute trade at the :00 minute of every hour?
Started Dec 6, 2016|Platform Tech|3 repliesHow to execute trade at the :00 minute of every hour? i.e. 1:00pm, 2:00pm, 3:00pm when ...
-
How to get the OHLC (Open, High, Low, Close) of the last 1 min
Started Nov 9, 2016|Platform Tech|5 repliesHow to get the OHLC (Open, High, Low, Close) of the last 1 min bar?
-
Opening a new order one day after last order (MT5)
Started Oct 27, 2016|Platform Tech|0 repliesNeed some idea (MT5): How to allow opening of a new order only after the last order has be ...
-
Neural Network Trading with Simbrain?
Started Oct 23, 2016|Platform Tech|0 repliesHas anyone successfully bridge {url} with MT5?
-
How to backtest (MT5) using Amazon AWS?
Started Oct 6, 2016|Platform Tech|0 repliesHave you tried backtesting (MT5) using Amazon AWS? Backtesting on my laptop is really slow. Is ...
-
How to use Core 2 during testing in MT5
Started Oct 6, 2016|Platform Tech|1 replyMy laptop has duo core, however the 2nd core is never used during backtesting in MT5. How to ...
-
How to build a PC for MT5 back testing?
Started Oct 5, 2016|Platform Tech|0 repliesHow to build a PC for MT5 back testing? I try to backtest using every tick and it is really ...
-
Where to place RefreshRates()?
Started Oct 1, 2016|Platform Tech|2 repliesWhere to place properly place RefreshRates() to prevent re-quote/off quote? Should it be ...
-
Which Neural Network Software would work with MT5?
Started Sep 18, 2016|Platform Tech|0 repliesList of NN software {url} Which Neural Network Software could you bridge with MT5? Most ...
-
Function of "trading at certain hours" strategy
Started Sep 15, 2016|Platform Tech|1 replyDo you have a Function of "trading at certain hours" strategy? I would like to test if EA ...
-
my LockInProfit() and CloseAll() fail to close everything
Started Sep 13, 2016|Platform Tech|6 repliesvoid LockInProfit() { double Balance = AccountBalance(); double Equity = AccountEquity(); if ...
-
Force Close "Off quotes" error
Started Sep 12, 2016|Platform Tech|0 repliesWhen closing order returns an [Off quotes] error, is there anyway to force close irregardless ...
-
Placing multiple orders with limited capital
Started Sep 12, 2016|Platform Tech|2 repliesHow to place multiple orders only when with enough money? Say I need to order 4 different ...
-
Ensuring an EA's order is placed after disconnection
Started Sep 12, 2016|Platform Tech|0 repliesWhen a disconnection occurs when an EA tries to open an order. Is there a way to ensure that ...
-
How to count numbers of lots open in MT5?
Started Aug 5, 2016|Platform Tech|0 repliesHow to get the number of lots opened for EURUSD? This function seems to give me every position ...
-
Can I get any calculated value from an indicator?
Started Jul 27, 2016|Platform Tech|1 replyCan I get any calculated value from an indicator? How could I get the value of O[_i] from this ...
-
How to get OverlayChart indi to work with EA
Started Jul 20, 2016|Platform Tech|3 repliesThis indicator works perfectly when attached to a chart. However, I got a "Zero Divide" error ...