Bayne
Bayne
Bayne
Added topic "Virtual Hosting failed to get list of virtual hosts (www.mql5.com:443 send request failed [12007])" (When launching via CMD) Why?
Dear MQL5-Board :-), Whenever I try to launch an expert via cmd, I get the following Error: Virtual Hosting failed to get list of virtual hosts (www.mql5.com: 443 send request failed [ 12007 ]) my command is cmd /c "C:\Program Files\ICMarkets -
Bayne
Added topic Executing an Expert-Advisor via "cmd" command line... what am I doing wrong?
Dear MQL5 Board, Im trying to execute An Expert via CommandLine and already read through the large part of questions about this topic but i couldnt find a working answer: I already tried all the commands from
Bayne
Added topic How to login into Metatrader via CMD ??
I already read: https://www.metatrader5.com/en/terminal/help/start_advanced/start#command_line I already tried: (543210 is just an example) cd C:\Program Files\ICMarkets - MetaTrader 5 \ terminal64.exe/login: 543210 and  cd C:\Program
Bayne
Added topic Skip specific parameter combinations in tester
Hey i got specific parameters like "TrailingStopPercent" and "TrailingStopStepPoints" which should exclude each other during pass. I already got a working set of rules and use return ( INIT_PARAMETERS_INCORRECT ); to skipp useless combinations->
Bayne
Added topic TraceLines of ChannelLines cant be copied plottet correctly...
Hey, I am trying to get the traceline (non repainting)  from an indicator whose current X indexes repaint. What i mean by that is -> the last value of the original indicator repaints... but i want the last Value on the "current bar"(i think
Bayne
Added topic Cant run any custom indicators in Experts. But Why?
tried it all i think: #resource "\\Indicators\\polynomialyachtfunder.ex5" #property tester_indicator "\\Indicators\\polynomialyachtfunder.ex5" string pyf_name = "\\Indicators\\polynomialyachtfunder.ex5" pyf_Handle = iCustom ( Symbol ()
Bayne
Added topic Concept of grabbing news out of Metatrader 5 -> Can you Explain?
Hey/Dear MQL community, I have to extract MetaQuotes historical Eventcalender into a CSV file (together with the dates of course). How do i best grab every and i mean really every event there is (together with its nation, importance etc -> every
Bayne
Added topic Affordable Markets similar to Forex
Hey, i wonder which Markets are similarly afforable compared to Forex CFDs. I dont kow about the general pricing of other instruments, though ive looked into futures for a moment... therefore i am asking whether there is something similar, which can
Bayne
Added topic EA always stops on 14.april.2017! (ERROR?) Why?
In every Currency i which i have tried the ea suddenly jumps off without any errors in the journal. Ticks lack an hour (23 PM).  it even moves on writing the wanted file and says "File successfully created" though the file should be finished 2
Bayne
Added topic Literature about neural Networks in Forex/CFDs
After Reading advances in financial learning, i Wonder wether there is more Input in any specific books about machine/deep learning  especially in Forex/cfd's you could recommend. (sadly there is an overload of books mostly in Stocks
Bayne
Added topic Jumping back in Timeseries? Is that possible?
Hey, I need to train my Neural Network , but before A File with all the Inputs has to be written. I want to make it possible with just one EA initialisation, like in the following PseudoCode: (is that possible) input bool training = true
Bayne
Added topic Why doenst ArrayFill work in my case?
input int Layers = 4                // amount of Layers the NN should consist of input int Neuronen_L1 = 10 ;       // amount of neurons the first
Bayne
Added topic How to get PriceLevel of TrendLine (Ray in the future direction)?
Hey... the Trenline already exists, but i cant get the Pricelevel of it on the current bar... i tried it like this, but it still returns 0        double getCurrentPriceOfTrendLine( const string name) {    int
Bayne
Added topic How do i get the "day of Week" of the First of the Month?
See above. I would bei grateful for an answer
Bayne
Added topic How many entry conditions are necessary/exaggerated for a well-working Forex strategy (Intraday)?
Hey, My question above is more about your personal experiences on qualitative entrys, than about things we all can read online. I'd love to hear about your ideas & (even better) experiences on this topic. Thank you
Bayne
Added topic Help!! Cant open inputs Tab in Strategy Tester (only for a specific EA)-> want to get it back
Hey, i added some input variables to my EA, but now (different to the version before), I can only open an empty Inputs Tab in strategy tester when, the newer version is selected... What to do
Bayne
Added topic How can I set an opposite Pending order on the SL of a Position AND Automatically Cancel it, when the other Position hits a specific targetprice??
Question is above, This is my Plan: 1 : ->Signal 2 : opening a Position (remembering its SL Level) 3 : setting an opposite pending order with x2 the initial lot size and 10 pips TP and finally setting SL Below/Above your initial trade SL + 5 pips
Bayne
Added topic Why is my Tickdata uncomplete / full of defects?
No matter how often i download it again, (ECN Broker) it still stays incomplete, what can i do
Bayne
Added topic Do you use Trailing stops in Optimizer ?
Do you use Trailing stops in Optimizer  or is there a difference with ticks compared to live ticks
Bayne
Added topic IOC-Order is that risky?
double Bid = SymbolInfoDouble(_Symbol, SYMBOL_BID); MqlTradeRequest ShortReq ={ 0 };                    MqlTradeResult ShortRes;
12